phrase_recognizer:Phrase Recognizer。英文短语识别

时间:2024-06-24 01:32:20
【文件属性】:

文件名称:phrase_recognizer:Phrase Recognizer。英文短语识别

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-24 01:32:20

Python

短语识别器 例子 >> > from phrase_recognizer import PhrasalRecognizer >> > recognizer = PhrasalRecognizer ([ u"a lot of" , u"tie...to..." , u"or...or...a...a" ]) >> > recognizer [ first_strs_dict ] { u'a' : True , u'tie' : True , u'or' : True } [ tree ] { u'a' : { u'lot' : { u'of' : { u'a lot of' : True }}}, u'tie' : { u'...' : { u'to' : { u'...' : { u'tie...to...' : True }}}}, u'or' : { u'...' : { u'or'


【文件预览】:
phrase_recognizer-master
----setup.py(735B)
----.gitignore(550B)
----.travis.yml(460B)
----phrase_recognizer()
--------phrase_rules_split.py(3KB)
--------__init__.py(82B)
--------phrase_recognizer.py(11KB)
----README.markdown(2KB)
----tests()
--------test.py(3KB)
----.coveragerc(193B)
----tox.ini(539B)

网友评论