Skip to main content

The easiest and powerful deep-learning-text-classifier based on keras and gensim for human beings and all purposes.

Project description

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’

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

SHiNiNG-0.0.1.0.tar.gz (9.2 kB view hashes)

Uploaded Source

Built Distribution

SHiNiNG-0.0.1.0-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page