pkgsrc/textproc/ruby-text/PLIST
obache 5d483ecfe3 Import ruby-text-1.2.1 as textproc/ruby-text.
A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double
Metaphone, Porter Stemming
2013-04-21 12:27:11 +00:00

29 lines
1.1 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2013/04/21 12:27:11 obache Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/README.rdoc
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/text.rb
${GEM_LIBDIR}/lib/text/double_metaphone.rb
${GEM_LIBDIR}/lib/text/levenshtein.rb
${GEM_LIBDIR}/lib/text/metaphone.rb
${GEM_LIBDIR}/lib/text/porter_stemming.rb
${GEM_LIBDIR}/lib/text/soundex.rb
${GEM_LIBDIR}/lib/text/version.rb
${GEM_LIBDIR}/lib/text/white_similarity.rb
${GEM_LIBDIR}/test/data/big.txt
${GEM_LIBDIR}/test/data/chunky.flf
${GEM_LIBDIR}/test/data/chunky.txt
${GEM_LIBDIR}/test/data/double_metaphone.csv
${GEM_LIBDIR}/test/data/metaphone.txt
${GEM_LIBDIR}/test/data/metaphone_buggy.txt
${GEM_LIBDIR}/test/data/porter_stemming_input.txt
${GEM_LIBDIR}/test/data/porter_stemming_output.txt
${GEM_LIBDIR}/test/preamble.rb
${GEM_LIBDIR}/test/test_double_metaphone.rb
${GEM_LIBDIR}/test/test_levenshtein.rb
${GEM_LIBDIR}/test/test_metaphone.rb
${GEM_LIBDIR}/test/test_porter_stemming.rb
${GEM_LIBDIR}/test/test_soundex.rb
${GEM_LIBDIR}/test/test_text.rb
${GEM_LIBDIR}/test/test_white_similarity.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec