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)
8 lines
467 B
Text
8 lines
467 B
Text
WhatLanguage, written in pure-Ruby, detects the human language of supplied text.
|
|
It uses Bloom filters, so it is fast and memory efficient. It works well on
|
|
text of over 10 words in length (e.g. blog posts or comments) and very poorly on
|
|
short or Twitter-esque text.
|
|
|
|
It works with Arabic, Dutch, English, Farsi, Finnish, French, German, Greek,
|
|
Hebrew, Hungarian, Italian, Korean, Norwegian, Pinyin, Polish, Portuguese,
|
|
Russian, Spanish, and Swedish out of the box.
|