preDict
Lightning fast spell correction / fuzzy search library based on SymSpell by Commerce-Experts
File Explorer
Download Latest Version (.zip)- LuceneBenchmark.java
- OriginalSymSpellBenchmark.java
- PreDictCEBenchmark.java
- PreDictEEBenchmark.java
- .gitignore
- pom.xml
- CharDistance.java
- DictionaryItem.java
- PreDictSettings.java
- SuggestItem.java
- Eudex.java
- FragmentProximity.java
- PrefixProximity.java
- QwertzKeyboardDistance.java
- CommunityCustomization.java
- NoopPreDictCustomizing.java
- PreDictCustomizing.java
- PreDict.java
- .gitignore
- pom.xml
- ElasticsearchWordSearch.java
- LuceneWordSearch.java
- PreDictFactory.java
- PreDictWrapper.java
- SymSpell.java
- SymSpellWordSearch.java
- TestDataProvider.java
- ResourceBackedWordSearch.java
- WordSearch.java
- WordSearchComparison.java
- full_test.txt
- log4j2.properties
- spell-testset1.txt
- spell-testset2.txt
- spell-testset3.txt
- big.txt
- dansk.txt
- deutsch.txt
- english3.txt
- espanol.txt
- francais.txt
- italiano.txt
- nederlands3.txt
- norsk.txt
- spell-testset1.txt
- spell-testset2.txt
- spell-testset3-wikipedia.txt
- swiss.txt
- words.txt
- .gitignore
- pom.xml
- .gitignore
- LICENSE
- pom.xml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/searchhub/preDict
Downloads the entire project code from GitHub to your computer.
cd preDict
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
