文件名称:fill_broken_words:补断字
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-24 01:58:39
Python
补断字 考虑有一个句子,它有一个单词的一半之外,例如 ["你想要多少 s 的披萨?",["虱子"]],所以我们需要正确修复它。 算法处理图 Sentence Strs || || SplitBlock.extract || \/
【文件预览】:
fill_broken_words-master
----fill_broken_words()
--------fill_broken_words.py(14KB)
--------utils.py(231B)
--------__init__.py(72B)
--------sentence_process.py(3KB)
--------patterns_vs_word()
--------params_strs.py(732B)
--------possible_connection_suggests.py(4KB)
----README.markdown(6KB)
----.travis.yml(460B)
----tox.ini(881B)
----setup.py(985B)
----tests()
--------test.py(6KB)
----.gitignore(484B)
----.coveragerc(193B)