IP : 18.216.175.242Hostname : host45.registrar-servers.comKernel : Linux host45.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64Disable Function : None :) OS : Linux
PATH:
/
home/
../
lib/
.build-id/
5c/
0893e4db7b3a8b5ebd6651be166eed99299b14/
/
? Show this help screen. Replace with: New word (stem): -/q'Can't create tempfilewbCan't open outputfilewrite failedzip -j '' Usage: hunspell [OPTION]... [FILE]... Check spelling of each FILE. Without FILE, check standard input.
-1 check only first field in lines (delimiter = tabulator) -a Ispell's pipe interface --check-url check URLs, e-mail addresses and directory paths --check-apostrophe check Unicode typographic apostrophe -d d[,d2,...] use d (d2 etc.) dictionaries -D show available dictionaries -G print only correct words or lines -h, --help display this help and exit -L print lines with misspelled words -m analyze the words of the input text -n nroff/troff input file format -O OpenDocument (ODF or Flat ODF) input file format -p dict set dict custom dictionary -r warn of the potential mistakes (rare words) -P password set password for encrypted dictionaries -s stem the words of the input text -S suffix words of the input text -t TeX/LaTeX input file format -v, --version print version number -vv print Ispell compatible version number -w print misspelled words (= lines) from one word/line input. Example: hunspell -d en_US file.txt # interactive spelling hunspell -i utf-8 file.txt # check UTF-8 encoded file hunspell -l *.odt # print misspelled words of ODF files
# Quick fix of ODF documents by personal dictionary creation
# 1 Make a reduced list from misspelled and unknown words:
hunspell -l *.odt | sort | uniq >words
# 2 Delete misspelled words of the file by a text editor. # 3 Use this personal dictionary to fix the deleted words:
hunspell -p words *.odt
Bug reports: http://hunspell.github.io/ @(#) International Ispell Version 3.2.06 (but really Hunspell 1.6.2)
Copyright (C) 2002-2014 László Németh. License: MPL/GPL/LGPL.
Based on OpenOffice.org's Myspell library. Myspell's copyright (C) Kevin Hendricks, 2001-2002, License: BSD.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, to the extent permitted by law. /usr/share/hunspell:/usr/share/myspell:/usr/share/myspell/dicts:/Library/Spelling.openoffice.org/3/user/wordbook.openoffice.org2/user/wordbook.openoffice.org2.0/user/wordbook/opt/openoffice.org/basis3.0/share/dict/ooo:/usr/lib/openoffice.org/basis3.0/share/dict/ooo:/opt/openoffice.org2.4/share/dict/ooo:/usr/lib/openoffice.org2.4/share/dict/ooo:/opt/openoffice.org2.3/share/dict/ooo:/usr/lib/openoffice.org2.3/share/dict/ooo:/opt/openoffice.org2.2/share/dict/ooo:/usr/lib/openoffice.org2.2/share/dict/ooo:/opt/openoffice.org2.1/share/dict/ooo:/usr/lib/openoffice.org2.1/share/dict/ooo:/opt/openoffice.org2.0/share/dict/ooo:/usr/lib/openoffice.org2.0/share/dict/oooAVAILABLE DICTIONARIES (path is not mandatory for -d option): error - %s exceeds dictionary limit. Can't open affix or dictionary files for dictionary named "%s". basic_string::_M_construct null not valid%s: __pos (which is %zu) > this->size() (which is %zu)" content.xml | sed "s/\(<\/text:p>\|<\/style:style>\)\(.\)/\1\n\2/g" >error - missing HOME variable /usr/include/c++/8/bits/basic_string.h__builtin_expect(__n < this->size(), true)/usr/include/c++/8/bits/stl_vector.herror - iconv_open: UTF-8 -> %s odt|ott|odp|otp|odg|otg|ods|ots [SPACE] R)epl A)ccept I)nsert U)ncap S)tem Q)uit e(X)it or ? for help Whenever a word is found that is not in the dictionary it is printed on the first line of the screen. If the dictionary contains any similar words, they are listed with a number next to each one. You have the option of replacing the word completely, or choosing one of the suggested words. R Replace the misspelled word completely. Space Accept the word this time only. A Accept the word for the rest of this session. I Accept the word, and put it in your private dictionary. U Accept and add lowercase version to private dictionary. S Ask a stem and a model word and store them in the private dictionary. The stem will be accepted also with the affixes of the model word. 0-n Replace with one of the suggested words. X Write the rest of this file, ignoring misspellings, and start next file. Q Quit immediately. Asks for confirmation. Leaves file unchanged. ^Z Suspend program. Restart with fg command.