2 Porter Stem -- Determine stem and related routines
All
Application
Manual
Name
Summary
Help
Documentation
Reference manual
Packages
SWI-Prolog Natural Language Processing Primitives
Porter Stem -- Determine stem and related routines
porter_stem/2
unaccent_atom/2
tokenize_atom/2
atom_to_stem_list/2
Origin and Copyright
Availability:
:- use_module(
library(porter_stem)
).
(can be
autoloaded
)
atom_to_stem_list
(
+In, -ListOfStems
)
Combines the three above routines, returning a list holding an atom with the stem of each word encountered and numbers for encountered numbers.