Skip to content

SnowMasaya/Watson_Hackthon_Disaster_Day2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Training kit for NLP 100 Drill Exercises

To challenge NLP 100 Drill Exercises.

0. Create environment

You need virtualenv and pip.

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

1. Prepare the data

Run the below programs in prepare folder.

  • address.py
  • tweets.py
  • medline.py
  • inflection_table.py
  • japanese.py

When you run the tweets.py, you have to prepare twitter_config.ini in same folder.

[consumer]
key = xxx
secret = xxx
[access]
token = xxx
secret = xxx

This file is used to get access keys for Twitter Streaming Api.
So please make your twitter application and get these keys (you can create application from here).

About

Watson_Hackthon_Disaster_Day2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages