Skip to content

dtu-02819-projects-fall2014/InfoMine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfoMine

Identifying Information.dk commenter gender

Installation

pip install -r requirements.txt
python setup.py install

Our data source is a MySQL SQL-file extracted for us, by the very nice information.dk DBA. We've included this file in the data-folder!

In order to extract the data, you need to import this file into an existing and already configured MySQL DBMS database called "Information". Login credentials are configured to 'root' with an empty password - this can be changed by altering the mysql_data_extractor.py-file, which were made for this purpose. Launch the app like this to start extracting:

For simplicity, we've already done this part and included the generated comments.p-file in the data/ dir.

Usage

Generating the trainingset and create analysis report:

>>> python infomine [-v] <comment>

Running the tests:

>>> python setup.py test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OpenEdge ABL 99.4%
  • Python 0.6%