terminalai / writingAnalyzer

Writing Analyzer App for "Noisy Student Training to identify Textual Elements in Unsupervised News Data via Argumentative Essay Pieces"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Writing Analyzer

The key to all your writing problems.

Just input a paragraph into our app, and we guarantee it will segment it into sentences. Unless your paragraph is too large, that is. Then you better clear.

Requirements on your part:

  • Ananconda
  • NPM

Usage Instructions

Flask Server

Save the models (see https://github.com/treeai/writingAnalysis for more details) into a models_gitignored directory in server.

cd ./server
pip install -r requirements.txt
python app.py

Vue Client

cd ./client
npm i
npm run serve

About

Writing Analyzer App for "Noisy Student Training to identify Textual Elements in Unsupervised News Data via Argumentative Essay Pieces"


Languages

Language:Vue 47.0%Language:Python 21.1%Language:TypeScript 16.3%Language:HTML 7.7%Language:CSS 5.6%Language:JavaScript 2.3%