Giter Site home page Giter Site logo

gospell's Introduction

gospell

Build Status Go Report Card GoDoc Coverage license

pure golang spelling dictionary based on hunspell dictionaries.

NOTE: I'm not an expert in linguistics nor spelling. Help is very welcome!

What is hunspell?

NOTE: This is not affiliated with Hunspell although if they wanted merge it in as an official project, I'd be happy to donate the code (although it's in no shape to do so right now).

Where can I get English dictionaries?

The world of spelling dictionaries is surprisingly complicated, as "lists of words" are frequently proprietary and with conflicting software licenses.

Kevin Atkinson

Kevin Atkinson maintains many open source lists via the SCOWL project. The source code and raw lists are available on GitHub kevina/wordlist

Marco A.G.Pinto

Marco maintains the released dictionaries for Firefox and Apache Open Office. The word lists appears to be actively updated.

https://github.com/marcoagpinto/aoo-mozilla-en-dict

Open Office

http://extensions.openoffice.org/en/project/english-dictionaries-apache-openoffice

The downloaded file has a .oxt extension but it's a compressed tar file. Extract the files using:

mkdir dict-en
cd dict-en
tar -xzf ../dict-en.oxt

Chromium

The Chrome/Chromium browser uses Hunspell and it's source tree contains various up-to-date dictionaries, some with additional words. You can view them at chromium.googlesource.com and you can check them out locally via

git clone --depth=1 https://chromium.googlesource.com/chromium/deps/hunspell_dictionaries

More information can be found in the chromium developer guide

gospell's People

Contributors

client9 avatar zchrykng avatar

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.