]> git.mxchange.org Git - friendica.git/commit
updated pear LangDetect to version 1.0.0
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 4 Sep 2017 07:52:14 +0000 (09:52 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 4 Sep 2017 07:52:14 +0000 (09:52 +0200)
commitc86840c4b94919c1202460d3b2f373abf2cca027
tree483ddc4fb4cb5eb902c61cba2a66d9313d346fcf
parent2bf6b1583322510d59c368eeeb73755786cc9d65
updated pear LangDetect to version 1.0.0
17 files changed:
library/langdet/README.rst [new file with mode: 0644]
library/langdet/Text/LanguageDetect.php
library/langdet/Text/LanguageDetect/Exception.php
library/langdet/Text/LanguageDetect/ISO639.php
library/langdet/Text/LanguageDetect/Parser.php
library/langdet/data/build-unicode_blocks.php [new file with mode: 0644]
library/langdet/data/unicode_blocks.dat
library/langdet/data/unicode_blocks.php [new file with mode: 0644]
library/langdet/docs/confidence.php [new file with mode: 0644]
library/langdet/docs/errorhandling.php [new file with mode: 0644]
library/langdet/docs/example_clui.php
library/langdet/docs/example_web.php
library/langdet/docs/iso.php
library/langdet/docs/languages.php [new file with mode: 0644]
library/langdet/docs/simple.php [new file with mode: 0644]
library/langdet/tests/PrivProxy.php [new file with mode: 0644]
library/langdet/tests/Text_LanguageDetectTest.php