Skip to content

overaction00/Stemmings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stemmings

What is Stemmings?

In linguistic morphology and information retrieval, stemming is the process for reducing inflected (or sometimes derived) words to their stem, base or root form—generally a written word form. The stem need not be identical to the morphological root of the word; it is usually sufficient that related words map to the same stem, even if this stem is not in itself a valid root. Algorithms for stemming have been studied in computer science since 1968. Many search engines treat words with the same stem as synonyms as a kind of query broadening, a process called conflation. - From wikipedia -

Stemmings is English specific Stemmer Open Source program. Programed by JAVA.

Usage

Stemmings.jar text file path rule dictionary path result file path

Configure Rule Dictionary

  • -er
  • -ion
  • -ing
ex)
  • stemmer : stemm
  • going : go
  • organization : origanizat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors