2 Porter Stem -- Determine stem and related routines
AllApplicationManualNameSummaryHelp

  • 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

2.1 Origin and Copyright

The code is based on the original Public Domain implementation by Martin Porter as can be found at http://www.tartarus.org/martin/PorterStemmer/. The code has been modified by Jan Wielemaker. He removed all global variables to make the code thread-safe, added the unaccent and tokenize code and created the SWI-Prolog binding.