MySQL UDF Repositorylib_mysqludf_stem-----------------------The lib_mysqludf_stem library provides stemming capability for a variety of languages usingDr. M.F. Porter's Snowball API, which can be found at: http://snowball.tartarus.orgFor information about using this library, please see API-----------------------To build: ./configure make && make installTo then load the functions: mysql -u root -p < installdb.sqlTo remove the library from your system: mysql -u root -p < uninstalldb.sql make uninstall