flat
flat copied to clipboard
FoLiA Linguistic Annotation Tool -- Flat is a web-based linguistic annotation environment based around the FoLiA format (http://proycon.github.io/folia), a rich XML-based format for linguistic annotat...
Hi Maarten, This relates to [#112](https://github.com/proycon/flat/issues/112). In addition to IAA calculation, we need an adjudication interface to compare different annotations and create a gold standard. What are the adjudication practices...
A dual document view will be needed for cross-document relations (see also #84) (CLARIAH-PLUS WP3 T063)
The current interface for syntax editing and dependency editing may not be the most convenient for end users yet. We should investigate whether more visual interfaces (interacting more directly with...
We need user-friendly tools for researchers to compute inter-annotator agreement of arbitrary FoLiA annotations. Computation of IAA is an important evaluation metric evaluation tools are currently not provided by FLAT...
Related to #13 , might be required for #138
I installed flat by the commands from the manual: ``` virtualenv --python=python3 env . env/bin/activate pip install FoLiA-Linguistic-Annotation-Tool export PYTHONPATH=/home/bingobongo/code/flat/ export DJANGO_SETTINGS_MODULE=settings django-admin migrate --run-syncdb export PYTHONPATH=/home/bingobongo/code/flat/ export DJANGO_SETTINGS_MODULE=settings django-admin...
Is it possible to add to flat option to delete unwanted text? I understand that a "word" cannot be completly deleted due to how the structure is working in Folia,...
I would like to use FLAT for annotating documents for a classification task. Ideally, a document should be displayed to the user, the user should be able to select one...