Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coreograph installation instructions need changing #2

Open
mfeblowitz opened this issue Feb 27, 2018 · 1 comment
Open

coreograph installation instructions need changing #2

mfeblowitz opened this issue Feb 27, 2018 · 1 comment

Comments

@mfeblowitz
Copy link

According to https://bitbucket.org/Josu/corefgraph, should be:

sudo -H pip install corefgraph
@ylmeng
Copy link
Collaborator

ylmeng commented Feb 27, 2018

^^ Thanks!
The new corefgraph may not be fully compatible with our code due to some format changes in the output. In fact we do not really need corefgraph. The current model does not have to use features generated from there.

In that case, go to code/notes/utilities/pre_processing/news_reader.py
comment out L70, L73
uncomment L72

To test:
start python in your TEA path, run
from code.notes.utilities.pre_processing.news_reader import NewsReader
print NewsReader().pre_process("this is a test")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants