├── .gitignore ├── AddLingDaoZhiWu.py ├── README.md ├── check_jcjc_status.sh ├── jcjc_python_api ├── __init__.py ├── __pycache__ │ └── __init__.cpython-35.pyc ├── jcjc_add_one_mingci.py ├── jcjc_chinese_spellcheck.py └── jcjc_list_words.py └── shell_jcjc_test.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textproofreading/cuobiezi_http_api/HEAD/.gitignore -------------------------------------------------------------------------------- /AddLingDaoZhiWu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textproofreading/cuobiezi_http_api/HEAD/AddLingDaoZhiWu.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textproofreading/cuobiezi_http_api/HEAD/README.md -------------------------------------------------------------------------------- /check_jcjc_status.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textproofreading/cuobiezi_http_api/HEAD/check_jcjc_status.sh -------------------------------------------------------------------------------- /jcjc_python_api/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textproofreading/cuobiezi_http_api/HEAD/jcjc_python_api/__init__.py -------------------------------------------------------------------------------- /jcjc_python_api/__pycache__/__init__.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textproofreading/cuobiezi_http_api/HEAD/jcjc_python_api/__pycache__/__init__.cpython-35.pyc -------------------------------------------------------------------------------- /jcjc_python_api/jcjc_add_one_mingci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textproofreading/cuobiezi_http_api/HEAD/jcjc_python_api/jcjc_add_one_mingci.py -------------------------------------------------------------------------------- /jcjc_python_api/jcjc_chinese_spellcheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textproofreading/cuobiezi_http_api/HEAD/jcjc_python_api/jcjc_chinese_spellcheck.py -------------------------------------------------------------------------------- /jcjc_python_api/jcjc_list_words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textproofreading/cuobiezi_http_api/HEAD/jcjc_python_api/jcjc_list_words.py -------------------------------------------------------------------------------- /shell_jcjc_test.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/textproofreading/cuobiezi_http_api/HEAD/shell_jcjc_test.sh --------------------------------------------------------------------------------