Skip to content

kawabata/stem-english

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

English Word Stemmer

This library stems an English word, based on the algorithm described in paper “An algorithm for suffix stripping (M.F.Porter)”.

Function (stem-english str) returns a list of possible stems in order of string length.

This is a re-written version of `stem.el’ tool originally written by Tsuchiya Masatoshi, to be compatible with modern Emacs,

(original Japanese document)

論文『An algorithm for suffix stripping (M.F.Porter)』に記述されて いるアルゴリズムに基づいて、英単語の語尾を取り除くためのライブラリ。 利用及び再配布の際は、GNU 一般公用許諾書の適当なバージョンにしたがっ て下さい。

一次配布元 http://www-nagao.kuee.kyoto-u.ac.jp/member/tsuchiya/sdic/index.html

About

routines for Stemming English word (Emacs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published