Skip to content

love-irish/spellchecker

Repository files navigation

Spellchecker CodeFactor Build Status

Short description and motivation.

Getting started

processor = Spellchecker::WordProcessor.new

processor.process "diia"
=> "dia"

processor.process "domanda"
=> "domhanda"

processor.process "thacae"
=> "thaca"

Installation

Add this line to your application's Gemfile:

gem 'spellchecker', github: "love-irish/spellchecker", branch: "master"

And then run this in your terminal:

$ bundle install

Current Limitations

  • Accents blow up the processor when comparing the utf-8 vs. ascii encoding. I just need to refactor this line.
  • The system should address similar sounding letter combinations: aoi, i, etc.
  • This spellchecker relies on a large dataset to compare the words to. Our current dataset is small so getting access to a larger, scrubbed dataset would help improve the accuracy.

Credits

Contributors

Back to Top

People

Partners

About

A ruby spellchecker library that works well with Irish

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published