资 源 简 介
"The Porter stemming algorithm (or ‘Porter stemmer’) is a process for removing the commoner morphological and inflexional endings from words in English. Its main use is as part of a term normalisation process that is usually done when setting up Information Retrieval systems." (source: http://tartarus.org/~martin/PorterStemmer/).
A port of this algorithm to actionscript 3 is proposed here, with Flex and AIR samples.
文 件 列 表
.settings
org.eclipse.core.resources.prefs
src
com
widged
porterStemmer
views
etc
input.xml
.DS_Store
PorterStemmerOnFlex.mxml
PorterStemmer_inspect.mxml
com
widged
porterStemmer
views
widged
porterStemmer
PorterAlgorithm.as
WordManip.as
views
InputOutput.mxml
InputOutputClass.as
InputExpectedOutput.mxml
InputExpectedOutputClass.as
air
com
widged
porterStemmer
views
etc
.DS_Store
PorterStemmerOnAir-app.xml
PorterStemmerOnAir.mxml
libs
.actionScriptProperties
.flexProperties
.project