Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
RDF quality heuristics
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
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)
unaccent_atom
(
+In, -ASCII
)
If
In
is general ISO Latin-1 text with accents,
ASCII
is unified with a plain ASCII version of the string. Note that the current version only deals with ISO Latin-1 atoms.
ClioPatria
(version
V3.1.1-40-g9d9e003
)