We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b446af commit 3367c03Copy full SHA for 3367c03
pythainlp/__main__.py
@@ -26,7 +26,7 @@ def main(argv=None):
26
parser.add_argument(
27
"command",
28
type=str,
29
- choices=cli.COMMANDS + ["misspell"],
+ choices=cli.COMMANDS,
30
help="text processing action",
31
)
32
0 commit comments