Yargy是类似于的Earley。 Yargy使用规则和词典从俄语文本中提取结构化信息。 安装 Yargy支持Python 3.5 +,PyPy 3,仅取决于Pymorphy2。 $ pip install yargy 用法 from yargy import Parser , rule , and_ , not_ from yargy . interpretation import fact from yargy . predicates import gram from yargy . relations import gnc_relation from yargy . pipeline