Coder Social home page Coder Social logo

hspell's Introduction

hspell: A Haskell Spellchecker

Why put another spellchecker out there?

The spellchecking situation for bare text files is not great. Sure, we can use a number of individual tools to check the spelling of words and these tend to work great for simple or widely used formats such as plain text or (La)TeX, but these tools offer no grammatical advice, nor catch repeated words for example. You can do this (to a certain extent) with other tools, such as diction and style, but that's adding another tool to the workflow and hopping they play well with whatever file format you're checking.

Besides the difficulty of doing spelling and grammatical checks on text files the general interfaces also frustrate me. It is often the case that while spellchecking a large document I will missclick on the wrong suggestion. Consequently, if the tool has no way of undoing the previous choise, I must write it down in a piece of paper to remember to go back and fix it manually.

Finally, I have found no spellchecking library in Haskell and found myself with plenty of free time in the past month and decided to build something! :)

Ok, but what's the status so far?

At this point, this repo hosts a proof-of-concept instead of a fully usable tool. I hope to get to the point of having a fully usable tool in the future and contributions are very welcome.

Great, I want to give it a try!

Clone the repo, then run stack build && stack exec hspell -- test.in

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.