Skip to content

Commit

Permalink
Fix typo in frontend.py HIT-SCIR#517
Browse files Browse the repository at this point in the history
  • Loading branch information
AlongWY committed Jun 21, 2021
1 parent cf11e50 commit 058c374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ltp/frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def __repr__(self):
return f"LTP {self.version} on {self.device} (model version: {self.model_version}) "

@property
def avaliable_models(self):
def available_models(self):
return model_map.keys()

@property
Expand Down

0 comments on commit 058c374

Please sign in to comment.