diff options
author | pi <pi@FreeBSD.org> | 2016-07-16 01:29:26 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-07-16 01:29:26 +0800 |
commit | e5842171232c9f48f7f78c1c9621e6b7e82bb1a1 (patch) | |
tree | 602b6f202cf0ed546d7b105d87850f5cd98dbf8d /textproc/Makefile | |
parent | b43fcb02311957ba1d834bc0aa98f14eeda2fb74 (diff) | |
download | freebsd-ports-gnome-e5842171232c9f48f7f78c1c9621e6b7e82bb1a1.tar.gz freebsd-ports-gnome-e5842171232c9f48f7f78c1c9621e6b7e82bb1a1.tar.zst freebsd-ports-gnome-e5842171232c9f48f7f78c1c9621e6b7e82bb1a1.zip |
New port: textproc/py-guess-language
Attempts to determine the natural language of a selection of Unicode
(utf-8) text. Based on guesslanguage.cpp by Jacob R Rideout for KDE
which itself is based on Language::Guess by Maciej Ceglowski. Detects
over 60 languages, all languages listed in the trigrams directory
plus Japanese, Chinese, Korean and Greek.
WWW: https://pypi.python.org/pypi/guess-language
PR: 211058
Submitted by: Danilo G. Baio <dbaio@bsd.com.br>
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index c05cf74de84a..3bc927bab2eb 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1237,6 +1237,7 @@ SUBDIR += py-excelerator SUBDIR += py-feedparser SUBDIR += py-genshi + SUBDIR += py-guess-language SUBDIR += py-hexdump SUBDIR += py-html2text SUBDIR += py-hyperestraier-python |