I wish to create a concepts map from unstructured text. For example
Desired input: find "/" -name "*.txt"
Desired output: concepts-graph.dot
In other words, I want to mine my text files and create some kind of structured representation of key words/concepts. Loosely a poor-man's Google text analyser.
Is there an open source tool/API that can find relationships between terms in a plaintext file?