/Text-To-Graph

Graph representations of a Text using Neo4j.

Primary LanguageScalaGNU General Public License v3.0GPL-3.0

Text-To-Graph (In Scala and Akka)

Graph representation of a Text using Neo4j.

This is useful if you need to perform Graph mining on a corpus. This implementation uses POS(Part of Speech Tagging) to extract words, and represents the corresponding Graph, based on semantic relatedness of the words (based on wordnet). Written in Scala and Akka (for distributed processing)

TODO: downloading OpenNLP trained data and put in the sbt resource directory.