mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
16 lines
577 B
Plaintext
16 lines
577 B
Plaintext
langid.py is a standalone Language Identification (LangID) tool.
|
|
|
|
The design principles are as follows:
|
|
|
|
Fast
|
|
Pre-trained over a large number of languages (currently 97)
|
|
Not sensitive to domain-specific features (e.g. HTML/XML markup)
|
|
Single .py file with minimal dependencies
|
|
Deployable as a web service
|
|
|
|
Remark: the main script langid/langid.py is cross-compatible with both Python2
|
|
and Python3, but the accompanying training tools are still Python2-only, hence
|
|
not installed by this port.
|
|
|
|
See also the port textproc/py-langdetect for a similar program.
|