Jump to content

Where can I get the source code for org.apache.lucene. search.spell.SpellChecker

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
witheredOldMale

witheredOldMale

    Newbie

  • Members
  • Pip
  • 7 posts
I couldn't get it anywhere even though they say it is open-source code, and I'm tired of searching for it at my age.

#2
chili5

chili5

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 7,247 posts
Here:

Index of /apache/lucene/java

#3
witheredOldMale

witheredOldMale

    Newbie

  • Members
  • Pip
  • 7 posts
Ok I downloaded it but I'm not able to understand the logic from the code as there are too many interdependencies and little documentation about the logic. Does anyone know how Lucene search engine provides spell checking suggestions? It uses n-grams alright, but how exactly does it get the list of probable matches?