-
Notifications
You must be signed in to change notification settings - Fork 1
MySQL UDF library providing stemming capability for a variety of languages
License
mysqludf/lib_mysqludf_stem
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MySQL UDF Repository lib_mysqludf_stem ----------------------- The lib_mysqludf_stem library provides stemming capability for a variety of languages using Dr. M.F. Porter's Snowball API, which can be found at: http://snowball.tartarus.org For information about using this library, please see API ----------------------- To build: ./configure make && make install To then load the functions: mysql -u root -p < installdb.sql To remove the library from your system: mysql -u root -p < uninstalldb.sql make uninstall
About
MySQL UDF library providing stemming capability for a variety of languages
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published