You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

AUTHORS 719B

123456789101112131415161718192021222324252627
  1. Authors
  2. =======
  3. Martin Porter
  4. -------------
  5. - Designed the snowball language.
  6. - Implemented the snowball to C compiler.
  7. - Implemented the stemming algorithms in C.
  8. - Wrote the documentation.
  9. Richard Boulton
  10. ---------------
  11. - Implemented Java backend of the snowball compiler.
  12. - Developed build system.
  13. - Assisted with website maintenance.
  14. Assistance from
  15. ---------------
  16. Olivier Bornet - fixes to java packaging and build system.
  17. Andreas Jung - useful bug reports on the libstemmer library.
  18. Olly Betts - several patches, bug reports, and performance improvements.
  19. Sebastiano Vigna and Oerd Cukalla - patches for the Java stemming algorithms.
  20. Ralf Junker - fix a potential memory leak in sb_stemmer_new().