Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preventing whitespace insertion after tokens #19

Open
heacu opened this issue Jun 21, 2017 · 1 comment
Open

Preventing whitespace insertion after tokens #19

heacu opened this issue Jun 21, 2017 · 1 comment

Comments

@heacu
Copy link

heacu commented Jun 21, 2017

Is there any plan to support CoNLL-U's SpaceAfter=No attribute that can be put in its MISC column? I am writing annotation guidelines for Tibetan, which like Chinese does not put whitespace between words. In an example such as the following:

~~~ conllu
1       བཅོམ་ལྡན་འདས་     བཅོམ་ལྡན་འདས་     NOUN    n.count Number=Sing     _       _       _       SpaceAfter=No
2       ཤཱཀྱ་སེང་གེ་        ཤཱཀྱ་སེང་གེ་        PROPN   n.prop  _       _       _       _       SpaceAfter=No
3       ལ་      ལ་√case ADP     case.all        _       2       case    _       SpaceAfter=No
4       ཕྱག་     ཕྱག་     NOUN    n.count Number=Sing     _       _       _       SpaceAfter=No
5       འཚལ་    _       VERB    v.fut.v.pres    Tense=Fut,Pres  _       _       _       SpaceAfter=No|[འཚལ་√1][འཚལ་√2]
6       ལོ       འོ་√cv   PART    cv.fin  Mood=Ind        5       discourse       _       SpaceAfter=No
7       །       །       PUNCT   punc    _       5       punct   _       _
~~~

There should be no whitespace between words when rendering Tibetan. Unfortunately the Annodoc tool renders this example with spaces and so seems to be unusable for Tibetan.

Perhaps, though, I am missing an easy way to fix this with CSS?

@heacu
Copy link
Author

heacu commented Jun 22, 2017

Fortunately, however, the .ann standoff format preserves the integrity of the text, so I can use that in Annodoc instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant