文件名称:natural_language_processing:自然语言处理相关代码的存储库
文件大小:10KB
文件格式:ZIP
更新时间:2024-05-19 23:47:51
nlp hmm viterbi chart-parser Python
自然语言处理 该存储库包含与自然语言处理相关的问题的实现。 内容: viterbi_pos_estimate.py takafumihoriuchi$ takafumihoriuchi$ takafumihoriuchi$ python viterbi_pos_estimate.py +------------------------------------------------------------------------------+ This is a HMM based POS estimator created by Takafumi Horiuchi in May of 2018. Input of the sentence "We choose to go to the Moon." could output the following: [('We', 'PRP'),
【文件预览】:
natural_language_processing-master
----README.md(5KB)
----viterbi_pos_estimate.py(7KB)
----chart_parser()
--------main_module.py(2KB)
--------tree_module.py(5KB)
--------README.md(2KB)
--------parser_module.py(8KB)