如何使用pystat解析器

2024-03-29 15:02:07 发布

您现在位置:Python中文网/ 问答频道 /正文

如何使用pystat解析器:

import nltk
from stat_parser import Parser

parser = Parser()
print (parser.parse("How can the net amount of entropy of the universe be massively decreased?"))

错误:

No module named 'stat_parser'

Tags: ofthefromimportparser解析器netparse