![]() |
![]()
| ![]() |
![]()
NAMEnuspell - Command-line tool for spellchecking. SYNOPSISnuspell [-d dict_NAME] [OPTION]... [FILE]... nuspell -D|--help|--version DESCRIPTIONCheck spelling of each FILE. If no FILE is specified, check standard input. The text in the input is first segmented into words with an algorithm that recognizes punctuation and then each word is checked. OPTIONS
EXIT STATUSReturns error if the argument syntax is invalid, if the dictionary can not be loaded or if some input file can not be opened. Otherwise, spell checking has occurred and returns success. ENVIRONMENT
CAVEATSThe CLI tool is primarily intended to be used interactively by human. The input is plain text and the output is mostly plain text with some symbols and words that are meant to be read by human and not by machine. The format of the output is not strictly defined and may change, thus it is not machine-readable. Other programs should use the C++ library directly which has stable API. EXAMPLES
REPORTING BUGSBug reports: https://github.com/nuspell/nuspell/issues COPYRIGHTCopyright 2016-2024 Nuspell authors. SEE ALSOFull documentation: https://github.com/nuspell/nuspell/wiki Home page: http://nuspell.github.io/ AUTHORSDimitrij Mijoski.
|