Skip to content

chief/greek_stemmer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GreekStemmer

A simple Greek stemmer algorithm.

This algorithm is based on this paper from George Ntais.

Install (lein)

[greek_stemmer "0.0.3"]

Usage

  (use 'greek_stemmer.core)

  (greek_stemmer.core/stem "ΚΙΘΑΡΙΣΤΑΣ")
  ;; "ΚΙΘΑΡΙΣΤ"

References

Credits

Original work: bandito

Contributing

  1. Fork it ( http://github.com//greek_stemmer/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

How to run the tests

lein midje will run all tests.

lein midje namespace.* will run only tests beginning with "namespace.".

lein midje :autotest will run all the tests indefinitely. It sets up a watcher on the code files. If they change, only the relevant tests will be run again.

License

Distributed under the Eclipse Public License, the same as Clojure.

About

A Clojure Greek stemmer approach

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published