On 12/03/2013 12:28 PM, Roberto Franchini wrote:
On Tue, Dec 3, 2013 at 11:54 AM, Jörn Kottmann<[email protected]> wrote:
>On 12/03/2013 11:23 AM, Seid Muhie wrote:
>>
>>And also WebAnno<https://code.google.com/p/webanno/>, which uses the brat
>>visualization but the server side is UIMA annotation (currntly for POS,
>>Named Entity, Coreference, Lemma and Dependency Parsing)
>
>
>Well, they are just using the Brat JS component and built an annotation tool
>around it.
>
>How can WebAnno be used as part of a custom web app to display annotations
>in a browser?
What I'm looking for is a very simple JS to visualize XMI annotated
text on a browser.
The XMI is generated by a REST service.
I don't think the visualizer needs the typeSystem.
I'll dive into the code of brat and webanno to see if this kind of
library exists.
Thank to all for links!
The brat documentation describes this use case:
http://brat.nlplab.org/embed.html
Jörn