文件名称:PyLex:对单词进行词法分析,一次一个单词
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-03 18:21:15
nlp cli scraping python3 lexical-analysis
派力克斯 Python3库用于一次对单词执行词法分析。 用法 帮助用法 gavy42@jarvis:~/PyLex $ python3 script.py -h usage: script.py [-h] [-r] [-s] [-a] [-m] [-hg] [-sa] [-n NUMBER] [-f] word PyLex: Perform lexical analysis, one word at a time. positional arguments: word an input of the word optional arguments: -h, --help show this help message and exit -r, --rhyme get rh
【文件预览】:
PyLex-master
----requirements.txt(33B)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(1KB)
----script.py(6KB)