All Projects → farajyeet → kotlin-java-spellchecker

farajyeet / kotlin-java-spellchecker

Licence: GPL-3.0 license
A simple spellcheckers on Java and Kotlin

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to kotlin-java-spellchecker

Intelligent Document Finder
Document Search Engine Tool
Stars: ✭ 45 (+246.15%)
Mutual labels:  spellchecker
viconf
My (n)Vim config files
Stars: ✭ 18 (+38.46%)
Mutual labels:  spellchecker
contextualSpellCheck
✔️Contextual word checker for better suggestions
Stars: ✭ 274 (+2007.69%)
Mutual labels:  spellchecker
spacy hunspell
✏️ Hunspell extension for spaCy 2.0.
Stars: ✭ 94 (+623.08%)
Mutual labels:  spellchecker
hunspell-asm
WebAssembly based Javascript bindings for hunspell spellchecker
Stars: ✭ 60 (+361.54%)
Mutual labels:  spellchecker
spellchecker-wasm
SpellcheckerWasm is an extrememly fast spellchecker for WebAssembly based on SymSpell
Stars: ✭ 46 (+253.85%)
Mutual labels:  spellchecker
mingw-w64-texmacs
TeXmacs for Windows (build in MSys2/Mingw32 environment)
Stars: ✭ 21 (+61.54%)
Mutual labels:  spellchecker
hunspell
High-Performance Stemmer, Tokenizer, and Spell Checker for R
Stars: ✭ 101 (+676.92%)
Mutual labels:  spellchecker
WordSegmentationDP
Word Segmentation with Dynamic Programming
Stars: ✭ 18 (+38.46%)
Mutual labels:  spellchecker
Semantic-Textual-Similarity
Natural Language Processing using NLTK and Spacy
Stars: ✭ 30 (+130.77%)
Mutual labels:  spellchecker
Angry-Reviewer
Style corrector for academic writing and scientific papers at angryreviewer.com
Stars: ✭ 69 (+430.77%)
Mutual labels:  spellchecker
customized-symspell
Java port of SymSpell: 1 million times faster through Symmetric Delete spelling correction algorithm
Stars: ✭ 51 (+292.31%)
Mutual labels:  spellchecker
vscode-languagetool-linter
A from scratch redesign of LanguageTool integration for VS Code.
Stars: ✭ 72 (+453.85%)
Mutual labels:  spellchecker

Spellchecker example in Kotlin (and Java)

Example of a very simple spellchecker implemented in both Kotlin and Java.

Building

  • install the Kotlin plugin in IntelliJ IDEA 11
  • clone this repo, and import in IntelliJ
  • run the KotlinSpellChecker program.
  • note: the code assumes you're running and also you need a /usr/share/dict/words file.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].