-
Notifications
You must be signed in to change notification settings - Fork 0
AndreasKostler/Stout
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# stout
Extra Superior Porter ;)
A porter stemmer implemention using a snowball-like syntax for defining rules. Rules are of the form {:c? condition :s1 "abc" :s2 "efg" :a action}
reading if condition is met, replace s1 with s2 and execute action.
## Usage
(use 'stout.porter-stemmer)
(map porter-stemmer coll)
Where coll is a collection of terms you intend to stem. Stemming output is a list of stemmed terms (stems).
## License
Copyright (C) 2011 Andreas Kostler
Distributed under the Eclipse Public License, the same as Clojure.
About
Extra Superior Porter
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published