You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the normal brat visualizer there is the BratWriter component in DKPro which exports .ann, annotation.conf, tools.conf and visual.conf files
I was wondering if there is the possibility to let DKPro write out annotations to the brat JSON format (explained here: Link). Or is there an existing tool that does this?
The JsonWriter outputs a different JSON format than required by the embedded version of brat.
The text was updated successfully, but these errors were encountered:
You can set PARAM_FILENAME_EXTENSION to .html or .json to have the writer either generate a static HTML page visualizing the annotations or just the plain JSON.
It would probably be a good idea to either properly document this or to split the writer up into multiple components: BratAnnWriter, BratHtmlWriter and BratJsonWriter.
For the normal brat visualizer there is the BratWriter component in DKPro which exports .ann, annotation.conf, tools.conf and visual.conf files
I was wondering if there is the possibility to let DKPro write out annotations to the brat JSON format (explained here: Link). Or is there an existing tool that does this?
The JsonWriter outputs a different JSON format than required by the embedded version of brat.
The text was updated successfully, but these errors were encountered: