Skip to content

A simple stemmer based on Porter stemmer for polish language

Notifications You must be signed in to change notification settings

MariuszAndziak/simple_stemmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

💡 Simple Stemmer

Generic badge

A simple stemmer based on Porter stemmer for polish langage. This file is a modification of pl_stemmer library.

Go to pl_stemmer

ℹ️ NOTE: Changes between simple_stemmer and pl_stemmer:

  • Support for Python 3
  • No file handling only raw text
  • Consistent output as an object
  • Added text cleaning class

ℹ️ HOW TO USE:

python simple_stemmer.py "To jest przykładowe zdanie w języku polskim"

[('To', 'to'), ('jest', 'jest'), ('przykładowe', 'przykład'), ('zdanie', 'zdan'), ('w', 'w'), ('języku', 'język'), ('polskim', 'polskim')]

About

A simple stemmer based on Porter stemmer for polish language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages