SHiNiNG nlp toolkit
The easiest and powerful deep-learning-text-classifier for human beings and all purposes.
AUTHOR - Lan-Yixiao Eathoublu From Northeastern University Shenyang China.
Contact: 1012950361@qq.com
Introduce
This is a lightweight nlp toolkit based on keras, tensorflow, gensim and jieba. So you should install these package at first. It provided only two APIs which is the easiest and powerful way for users to train there model and use it in production environment for all purposes.
How to use it?
To use it is easy.
import SHiNiNG
sng = SHiNiNG.Shining() # get instance of Shining.
There’s only two APIs.
Shining().train_from_file(text_src='', tag_src='') # get data and target split by ‘\n’ in files, you should run this method first to get trained model to predict. All of it is automatically done.
Shining().predict_from_file(src_file_path='') # get data need to be predict from file, and get the target in ‘output.txt’
Release files for SHiNiNG 0.0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| SHiNiNG-0.0.1.0.tar.gz | 9.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| SHiNiNG-0.0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.1 kB
Release files / SHiNiNG-0.0.1.0.tar.gz
| Download URL | SHiNiNG-0.0.1.0.tar.gz |
|---|---|
| Size | 9.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
512f5f66e36efc0535bf732414402b3c6c3804f92fde041fa0f15e4e52a6cbb0
|
|
BLAKE2b-256 checksum How to use checksums |
f55515827d0a79ec3ad17422e4bc633e986607f96818ce003b33c4f6f683e21c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.2
|
Release files / SHiNiNG-0.0.1.0-py3-none-any.whl
| Download URL | SHiNiNG-0.0.1.0-py3-none-any.whl |
|---|---|
| Size | 8.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e48d8aaaa9e3dea4de1a469cd94a99180804aeddc861d4a9ea32ae29c3b25d31
|
|
BLAKE2b-256 checksum How to use checksums |
ece348e99dce2532edacbbd3cb100f885aeaad2d955a815ca64b6fef8c82849d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.30.0 CPython/3.6.2
|