Requires issue #20 to be complete
Project should include the required scripts for pre-processing Concept Net data.
The result of said pre-processing should be a file easily readable by a java program for further analysis in the format:
<edge name> <term_1> <term_2>
Where the terms inside of triple are space separated and lines are separated using \n (UNIX line endings).
Thanks for contributing.
Requires issue #20 to be complete
Project should include the required scripts for pre-processing Concept Net data.
The result of said pre-processing should be a file easily readable by a java program for further analysis in the format:
<edge name> <term_1> <term_2>Where the terms inside of triple are space separated and lines are separated using
\n(UNIX line endings).Thanks for contributing.