Skip to content

m0re4u/argkp-standalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

argkp-standalone

Implements the automatic Key-point Analysis using a trained model.

Running

Download the state from here and extract into a state/ folder. Install the requirements.txt. Then. run as follows:

python3 argkp.py <INFILE>

File input format

As input, argkp.py requires a .csv file with the following columns:

  1. df['english'] -> an english sentence or comment.
  2. df['extracted_from'] -> 'pro' or 'con' depending on the stance of the comment.
  3. df['project_id'] -> a subclassification for project-dependent comments (also called "option"), can be selected using --option <NUM>.
  4. df['quality_scores'] -> an argument quality score between 0 and 1.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages