Lines Matching refs:word

455 The word "window" is commonly used for several things: A window on the screen,
490 - Missing support for words with non-word characters, such as "Etten-Leur" and
496 and could be a misspelled often-used word.
498 another program or library would be acceptable. But the word lists probably
505 1. Try changing the bad word a little bit and check for a match with a good
506 word. Or go through the list of good words, change them a little bit and
507 check for a match with the bad word. The changes are deleting a character,
509 2. Perform soundfolding on both the bad word and the good words and then find
518 every position in the word. Also, a hashtable has the requirement that word
523 know how it is spelled. For example, the word "dictionary" might be written
525 try is very big, it's hard to find the good word that way. After soundfolding
528 To find words by their soundfolded equivalent (soundalike word) we need a list
532 walking through the trie of good words, soundfolding each word and
533 checking how different it is from the bad word. This is very efficient for
541 of good words for each soundfolded word. This makes finding matches very
543 For some languages more than the original word list.
545 compression and store only the soundfolded basic word. This is what Aspell
546 does. Disadvantage is that affixes need to be stripped from the bad word
548 of the word will cause the mechanism to fail. Also, this becomes slow when
549 the bad word is quite different from the good word.
560 could store a word frequency with the word in the dictionary. However, this
561 requires storing a count per word. That degrades word tree compression a lot.
562 And maintaining the word frequency for all languages will be a heavy task.
567 displaying. A hashtable is used to quickly find the word count. The count is
572 become. But in practice it is a noticeable improvement over not using the word