lang

package
v0.0.0-...-b2127f6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2016 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	EnglishAlphabet check.Alphabet = "abcdefghijklmnopqrstuvwxyz-'"

	// Words obtained from the public domain Moby project (http://icon.shef.ac.uk/Moby/)
	// and pruned with data scraped from Merriam-Webster's online dictionary. The original
	// set contained many invalid words. There are still some blind spots (e.g. plurals) in
	// this dataset that should be filled in by obtaining missing words, feeding them
	// through the web scraper, and adding them here.
	//
	// scraper: github.com/tshprecher/gospell/scrape/
	//
	// Each word is paired with a popularity value:
	//
	//     0 -> bottom 10% of words
	//     1 -> bottom 20% of words
	//     2 -> bottom 30% of words
	//     3 -> bottom 40% of words
	//     4 -> bottom 50% of words
	//     5 -> top 40% of words
	//     6 -> top 30% of words
	//     7 -> top 20% of words
	//     8 -> top 10% of words
	//     9 -> top 1% of dictionary lookups
	EnglishUsWords = []struct {
		Word       string
		Popularity uint8
	}{}/* 404958 elements not displayed */

)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL