Closed yanirmr closed 2 years ago
INCEpTION does not support multiple views.
If you want to pre-split sentences, you add annotations of type de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Sentence
to your CAS.
After import, I recommend to use the CAS Doctor from the project settings to check the imported files for validity.
Also, if you want to see lines separated by \n
, you have to use an editor like brat (line-oriented)
or brat (wrap at 120 chars)
but not brat (sentence-oriented)
.
'de.tudarmstadt.ukp.dkpro.core.api.segmentation.type.Sentence' works for me. Thank you!
Describe the bug When uploading a UIMA-type file, lines are not divided as expected.
To Reproduce
Expected behavior Different line after each newline character.
Please complete the following information:
Additional context
Your support is greatly appreciated, thank you!