You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "E:\MyCode\Python\cj_zl\planTesting\NLP\check.py", line 9, in
print(ltp.available_models())
AttributeError: module 'ltp' has no attribute 'available_models'
The text was updated successfully, but these errors were encountered:
看见官方文档里,提到可以看支持的模型清单,但是安装后打印出来并没有这个方法。。
import ltp
print(ltp.available_models())
Traceback (most recent call last):
File "E:\MyCode\Python\cj_zl\planTesting\NLP\check.py", line 9, in
print(ltp.available_models())
AttributeError: module 'ltp' has no attribute 'available_models'
The text was updated successfully, but these errors were encountered: