Coder Social home page Coder Social logo

nlp_task's Introduction

Usage:


saved model location: ./sen_analysis


supported functions:


1) Predict on sentence:

python nlp_api.py --prediction True --prediction_text Chinese text
input : Chinese text as a string
output: json object with Sentiment and prints the prediction (positive / negative)


2) predict on dataset:

python nlp_api.py --predict_many True --dataset_path DATASET_PATH
input : json dataset with content column
output: json file with content and has_negtv columns (located in same directory as api)
json file name format : prediction_yy-mm-dd.json


3) extract most frequent comments from dataset:

python nlp_api.py --word_freq True --dataset_path DATASET_PATH
input : json dataset with content and has_negtv columns
output: 2 json files one for 20 most frequent positive comments and the other with the 20 most frequent negative comments (located in same directory as api)
json file name format : Neg_yy-mm-dd.json
json file name format : Pos_yy-mm-dd.json

nlp_task's People

Contributors

mohammedelgharawy avatar tawadrosgamal avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.