文件名称:wordnet:独立WordNet API
文件大小:41.71MB
文件格式:ZIP
更新时间:2024-06-15 22:28:15
nlp wordnet Python
词网 注意:此存储库不再维护。 有关具有类似API的用于词网的独立Python模块,请参见 。 安装 虽然不再维护该项目,但是您可以按照以下步骤从PyPI安装最新版本(0.0.23): pip install -U ' wn==0.0.23 ' 版本号是必需的,因为现在使用PyPI上的wn项目。 如果您有兴趣升级到较新的模块,请参阅。 用 >> > from wn import WordNet >> > from wn . info import WordNetInformationContent >> > from wn . constants import wordnet_30_dir , wordnet_33_dir >> > wordnet = WordNet ( wordnet_30_dir ) # Uses WordNet v3.0 to be comparable t