ua-gec icon indicating copy to clipboard operation
ua-gec copied to clipboard

UA-GEC: Grammatical Error Correction and Fluency Corpus for the Ukrainian Language

Results 5 ua-gec issues
Sort by recently updated
recently updated
newest added

This PR contains a couple of changes: - adds means to create a new data representation `annotated-source-sentences` - these are the _split_ source sentences with annotations from the source document...

The issue can probably best be demonstrated with an example: ```python from ua_gec import AnnotatedText text = AnnotatedText(r'\n{=>_}') print(len(text.get_original_text())) # output: 1 print(text.get_annotations()[0].start) # output: 2 ```

Додайте, будь ласка, максимально коротку інструкцію по першому запуску :) Хотілося б використати даний репозиторій і погратися з ним, але взагалі незрозуміло з чого й починати. Ні документації, ні блоку...