## Linguistic IDE

Text IDE for linguistics purposes. Objective: to create a text editor software, but focusing only in the linguistics (academic aspect), not visual aspects like the traditional ones, analyzing in real time linguistics aspects like grammar, morphology, corpora techniques, statistics, automatic translation, syntax, semantics, etc. Ideally it will have a parallel website, where academics/public can update the database and contribute with updates or new plugins. In the future I plan to migrate sobre libraries to Rust language and integrate part in Rust (faster).
The core package gives acess to NLP tools that can be used without the GUI aspect, just import the one you need and get data using their functions, e.g. for translating text from english to portuguese:
` from core.translation import Translation translation = Translation(lang='pt') translated = translation.translate('Example text') `
—
## Want to run this?
You’ll need: Python 3 installed; for GUI kivy is used. The file “main.py” starts the application. The following libraries will be needed: ` kivy (see their homepage for instalation and dependencies instructions) pip install nltk pip install pickle pip install marisa-trie pip install googletrans pip install pyspellchecker pip install nlpnet pip3 install bllipparser pip install -U textblob `
—
## Contact me:
Release files for text-ide-Zuap 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| text-ide-Zuap-0.0.1.tar.gz | 7.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| text_ide_Zuap-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.4 kB
Release files / text-ide-Zuap-0.0.1.tar.gz
| Download URL | text-ide-Zuap-0.0.1.tar.gz |
|---|---|
| Size | 7.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
43ab933aac95f7d697780c2310a6ac56b50786fa4b7fdc3385418207863278e0
|
|
BLAKE2b-256 checksum How to use checksums |
b16b72ffd1f9eb587adb87451a2d87c4bee42bdd17c2b104327610a6d31d8aa1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9
|
Release files / text_ide_Zuap-0.0.1-py3-none-any.whl
| Download URL | text_ide_Zuap-0.0.1-py3-none-any.whl |
|---|---|
| Size | 13.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5ea8bd5c1438bb1b20140424904c2cc8d8de613a6466ad336bd9af5dfbbca6c1
|
|
BLAKE2b-256 checksum How to use checksums |
73f34a800355de182e0832707d40c8faeaacf3f1a0d3cde9fd299c818aa6974e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.6.9
|