Summary: | [NEW PORT] textproc/py-guess-language: Guess the natural language of a text in Python | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Danilo G. Baio <dbaio> | ||||
Component: | Individual Port(s) | Assignee: | Kurt Jaeger <pi> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | pi | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Bug Depends on: | |||||||
Bug Blocks: | 211061 | ||||||
Attachments: |
|
Description
Danilo G. Baio
2016-07-12 21:51:26 UTC
Committed, thanks! A commit references this bug: Author: pi Date: Fri Jul 15 17:29:27 UTC 2016 New revision: 418595 URL: https://svnweb.freebsd.org/changeset/ports/418595 Log: 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> Changes: head/textproc/Makefile head/textproc/py-guess-language/ head/textproc/py-guess-language/Makefile head/textproc/py-guess-language/distinfo head/textproc/py-guess-language/pkg-descr |