stemmer

package module
v0.0.0-...-2afd23d Latest Latest
Warning

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

Go to latest
Published: Mar 18, 2018 License: MIT Imports: 1 Imported by: 0

README

go implementation of the porter stemming algorithm: http://tartarus.org/~martin/PorterStemmer/index.html

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Consonant

func Consonant(body []byte, offset int) bool

func Measure

func Measure(body []byte) int

func MeasureGT

func MeasureGT(body []byte, min int) bool

func Stem

func Stem(word []byte) []byte

Stem computes the stemmed version of a single word, assumed to be lowercase and not contain trailing/leading whitespace.

func Vowel

func Vowel(body []byte, offset int) bool

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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