All Projects → ronjakoi → voikko-rs

ronjakoi / voikko-rs

Licence: GPL-3.0 license
Rust bindings for the Voikko library

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to voikko-rs

Comment Spell Checker
Xcode extension for spell checking and auto-correcting code comments.
Stars: ✭ 155 (+868.75%)
Mutual labels:  spellcheck
flake8-spellcheck
❄️ Spellcheck variables, classnames, comments, docstrings etc
Stars: ✭ 71 (+343.75%)
Mutual labels:  spellcheck
aot
Russian morphology for Java
Stars: ✭ 41 (+156.25%)
Mutual labels:  morphological-analysis
Spylls
Pure Python spell-checker, (almost) full port of Hunspell
Stars: ✭ 185 (+1056.25%)
Mutual labels:  spellcheck
Nodehun
The Hunspell binding for NodeJS that exposes as much of Hunspell as possible and also adds new features. Hunspell is a first class spellcheck library used by Google, Apple, and Mozilla.
Stars: ✭ 229 (+1331.25%)
Mutual labels:  spellcheck
mongo-rust-driver
Mongo Rust driver built on top of the Mongo C driver
Stars: ✭ 89 (+456.25%)
Mutual labels:  rust-bindings
Dspellcheck
Notepad++ Spell-checking Plug-in
Stars: ✭ 144 (+800%)
Mutual labels:  spellcheck
WordSegmentationDP
Word Segmentation with Dynamic Programming
Stars: ✭ 18 (+12.5%)
Mutual labels:  spellcheck
Neural-Morphological-Disambiguation-for-Turkish-DEPRECATED
Neural morphological disambiguation for Turkish. Implemented in DyNet
Stars: ✭ 11 (-31.25%)
Mutual labels:  morphological-analysis
suika
Suika 🍉 is a Japanese morphological analyzer written in pure Ruby
Stars: ✭ 31 (+93.75%)
Mutual labels:  morphological-analysis
Hunspell Dict Ko
Korean spellchecking dictionary for Hunspell
Stars: ✭ 187 (+1068.75%)
Mutual labels:  spellcheck
Php Spellchecker
🐘🎓📝 PHP Library providing an easy way to spellcheck multiple sources of text by many spellcheckers
Stars: ✭ 213 (+1231.25%)
Mutual labels:  spellcheck
Quantitative-Big-Imaging-2018
(Latest semester at https://github.com/kmader/Quantitative-Big-Imaging-2019) The material for the Quantitative Big Imaging course at ETHZ for the Spring Semester 2018
Stars: ✭ 50 (+212.5%)
Mutual labels:  morphological-analysis
Misspell Fixer
Simple tool for fixing common misspellings, typos in source code
Stars: ✭ 154 (+862.5%)
Mutual labels:  spellcheck
spell
Spelling correction and string segmentation written in Go
Stars: ✭ 24 (+50%)
Mutual labels:  spellcheck
Vim Ditto
🙊 Stop repeating yourself
Stars: ✭ 148 (+825%)
Mutual labels:  spellcheck
yap
Yet Another (natural language) Parser
Stars: ✭ 40 (+150%)
Mutual labels:  morphological-analysis
teanaps
자연어 처리와 텍스트 분석을 위한 오픈소스 파이썬 라이브러리 입니다.
Stars: ✭ 91 (+468.75%)
Mutual labels:  morphological-analysis
neuspell
NeuSpell: A Neural Spelling Correction Toolkit
Stars: ✭ 524 (+3175%)
Mutual labels:  spellcheck
zeyrek
Python morphological analyzer for Turkish language. Partial port of ZemberekNLP.
Stars: ✭ 36 (+125%)
Mutual labels:  morphological-analysis

voikko-rs

Coverage Status

Rust bindings for the Voikko library.

Requirements

Status

The crate is feature-complete but not yet tested very well. Bugs may remain.

The version number is 1.0 as I do not expect major changes to the API.

Things implemented

  • Functions to list the available dictionaries and languages supported for spell-checking, hyphenation, and grammar-checking.
  • Spell-checking
  • Suggested spellings
  • Hyphenation
  • Tokenization
  • Sentence delineation from input text
  • Morphological analysis
  • Grammar-checking

Things missing

  • Tests for the option setter functions
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].