#Text Visualization Tool
##Summary Text visualization tool which shows text as graph. It builds graph based on POS tagging. Some POS'es are mapped to nodes, other to edges. Nodes with same text can be merged to one node on frontend.
On UI graph is splitted to pages to improve readability.
Demo page:
##Workflow
- Go to page localhost:5555
- Paste text to textarea on the top left of the page
- Press enter or Send button.
- View and navigate graph. You can navigate between sentances by pressing + and - on numpad or < and > buttons
##Languages Only english is curently supported
##Configuration: Server config file: bin/main.properties
##Set Up ###Requirements
- JDK 1.8
###Build
- Clone repository
- cd {REPO_ROOT}
- mvn clean install
###Deploy
- build project
- run bin/server.sh or bin\server.bat
- navigate to localhost:5555