words

package
v0.14.2 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2016 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Overview

Package words was auto-generated ! From base data at http://invokeit.wordpress.com/frequency-word-lists/ . The word stems were produced using github.com/rookii/paicehusk . DO NOT EDIT BY HAND.

Index

Constants

This section is empty.

Variables

View Source
var Stems = map[string]float64{}/* 6004 elements not displayed */

Stems gives the frequency of word-stems.

View Source
var Words = Map{}/* 10000 elements not displayed */

Words gives the Entry information on the most frequent words.

Functions

This section is empty.

Types

type Entry

type Entry struct {
	Rank int     // Word Rank order, 1 most frequent.
	Freq float64 // Word Frequency, a fraction, larger is more frequent.
}

Entry type describes the rank and frequency of a prarticular word.

type Map

type Map map[string]Entry

Map type provides the Entry information for each word.

Jump to

Keyboard shortcuts

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