Multi Langauge Documents Langauge identification
Project description
seqtolang
seqtolang is a python library for multi-langauge documents identification.
See this post for implementation details.
Getting Started
Install from source:
$ git clone https://github.com/hiredscorelabs/seqtolang
$ cd seqtolang
$ python setup.py install
or using PyPi:
$ pip install seqtolang
Basic usage:
from seqtolang import Detector
detector = Detector()
text = "In Chinese, the French phrase 'Je rentre chez moi Je rentre chez moi' will be '我正在回家'"
languages = detector.detect(text)
print(languages)
>>> [('fr', 0.499), ('en', 0.437), ('zh', 0.062)]
tokens = detector.detect(text, aggregated=False)
print(tokens)
>>> ['eng', 'eng', 'eng', 'eng', 'eng', 'fra', 'fra', 'fra', 'fra', 'fra', 'fra', 'fra', 'fra', 'eng', 'eng', 'zho']
seqtolang support 36 languages:
['afr', 'eus', 'bel', 'ben', 'bul', 'cat', 'zho', 'ces', 'dan', 'nld', 'eng', 'est', 'fin', 'fra',
'glg', 'deu', 'ell', 'hin', 'hun', 'isl', 'ind', 'gle', 'ita', 'jpn', 'kor', 'lat', 'lit', 'pol',
'por', 'ron', 'rus', 'slk', 'spa', 'swe', 'ukr', 'vie']
Support
Getting Help
You can ask questions and join the development discussion on Github Issues
License
Apache License 2.0
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file seqtolang-0.1.4.tar.gz.
File metadata
- Download URL: seqtolang-0.1.4.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd64c69883b2eaeb079221dae11ce4c6092511eee55f9633014d735a799a24df
|
|
| MD5 |
7c4aa7b603854efc13a5216f31eb890e
|
|
| BLAKE2b-256 |
d276f590e45a36ba3b348eaf3e493055c549ce3cea05c2177d65025251fbad6e
|
File details
Details for the file seqtolang-0.1.4-py3-none-any.whl.
File metadata
- Download URL: seqtolang-0.1.4-py3-none-any.whl
- Upload date:
- Size: 29.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e1fc4a57356460d4d23c581373d7ff40ad5354cedf0d2eb0ad5a9d5956ef426
|
|
| MD5 |
f2c6319c468af68b3e8b5b9e93cb29ac
|
|
| BLAKE2b-256 |
1b4cae1a25dff2b06476b9c707642adea530ef45994a9986b9035d7418e980b1
|