Modularizing RUTA rules

2019-06-18 Thread Nikolai Krot
Hi, I am trying to split large ruleset (Main.ruta) into several smaller and then work with them in the normal fashion SCRIPT path.to.my.Script1; SCRIPT path.to.my.Script2; CALL(Script1); CALL(Script2); I have some common part that should be done before calling Script1 and Script2. This common p

Re: Visualize analysis results in web demo

2019-06-18 Thread Gary Underwood
My company developed an open source viewer and evaluator: https://github.com/Clinacuity/etude-viewer It handles WebAnno and UIMA Xml files (others too I think and more coming). With configuration files it will score them (true/false positives and negatives, recall, precision F1, etc.). You can t

Re: Visualize analysis results in web demo

2019-06-18 Thread Kameron Cole
There are the UIMA tools - like the CPE - which let you see the annotations visually. Then, if you have access, you can use IBM Watson Explorer, Analytical Components https://www-01.ibm.com/support/docview.wss?uid=ibm10732169