readme.txt 1.1 KB

1234567891011121314151617
  1. Libbrary of statistical profiles for language recognition
  2. ---------------------------------------------------------
  3. The sample texts for dieffernt languages have been taken from
  4. Perl module: Lingua::LanguageGuesser - http://gensen.dl.itc.u-tokyo.ac.jp/LanguageGuesser/LanguageGuesser_demo.html
  5. Statistical Text Analysis - http://boxoffice.ch/pseudo/
  6. Some random sample texts have been taken from Wikiedia - http://wikipedia.org/
  7. All the sample texts should be UTF-8 encoded!
  8. To understand how does language recognition work you need to read the following remarkable work:
  9. W. B. Cavnar and J. M. Trenkle. N-gram-based text categorization. Proceedings of SDAIR-94, 3rd Annual Symposium on Document Analysis and Information Retrieval, 1994.
  10. http://citeseer.ist.psu.edu/cache/papers/cs/810/http:zSzzSzwww.info.unicaen.frzSz~giguetzSzclassifzSzcavnar_trenkle_ngram.pdf/n-gram-based-text.pdf
  11. License: GNU General Public License 3 as published by the Free Software Foundation (http://www.fsf.org/).
  12. Assembled by Ivan Tcholakov, <ivantcholakov@gmail.com>
  13. November, 2009