autotest.py

来自「mallet是自然语言处理、机器学习领域的一个开源项目。」· Python 代码 · 共 7 行

PY
7
字号
# This should be equivalent to running regrtest.py from the cmdline.# It can be especially handy if you're in an interactive shell, e.g.,# from test import autotest.import regrtestregrtest.main()

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?