visone NLP extension v[nlp.version] - [today]
*********************************************

The visone NLP extension enables visone to create CRA and WNA networks,
as well as crawling the link structure of websites. Version [nlp.version] is
suitable for visone [visone.version], only.

The visone NLP extension is released under the GNU GPL, version 2.0 or,
at your option, any later version. See the file LICENSES.txt for details.


INSTALLING
**********
Copy [nlp.jar] into your .visone configuration folder, located
in your home folder (Linux) or your Documents folder (Windows). Then start
visone, go to file -> options... -> extensions and click the "detect"
button. If the "activate text network creation" checkbox is shown,
installation was successful; make sure it is checked. Additionally, you
may want to enable the built-in TEXT button extension by also checking
"activate TEXT button". Click apply, then close and restart visone.
There should now be a new "text" tab on the left-hand control panel, and
a TEXT button in the toolbar (if enabled).

UNINSTALLING
************
Delete [nlp.jar] from your .visone folder. Then start visone,
go to file -> options... -> extensions and click the "detect" button again.
The "activate text network creation" checkbox should now disappear. Close
and restart visone to complete the uninstall.


RUNNING IN BATCH MODE (experts only)
************************************
With [nlp.jar] and a compatible visone-*.jar in the same directory,
[nlp.jar] can be run directly to batch-create CRA and WNA
networks. General usage is:
  java -jar [nlp.jar] algorithm input.txt output.graphml
Running it without parameters shows a more complete help text. Note that it
is a command-line tool and as such is suitable for expert users only.
