layout | title |
---|---|
entry |
Sandbox |
This file is intended as a "sandbox" for trying out the editing features. Feel free to make changes by clicking the "edit page" link at the top. (You need to be logged in to GitHub and have write permissions to this GitHub repository for this to work.)
- bulleted
- list
- numbered
- list
Link: link text
italics and bold
inline code
Just some tokens
Tokens/Noun with/Adpos POS/Noun
A dependency
det(dependency, A)
Alternative syntax
Dynamic visualization (click "edit!")
1 CoNLL-X CoNLL-X NNP _ _ 2 NMOD _ _
2 example example NN _ _ 0 ROOT _ _
1 CoNLL-U CoNLL-U NNP _ _ 2 nmod _ _
2 example example NN _ _ 0 root _ _
# sentence-label S1
1 CoNLL-U CoNLL-U NNP _ _ 2 nmod _ _
2 example example NN _ _ 0 root _ _
.ann annotation example
Parse with errors
det(no-such, token)
Right-to-left text (Hebrew, SD format)
דני/NOUN ראה/VERB סרט/NOUN
nsubj(ראה, דני)
dobj(ראה, סרט)
Same sentence in CoNLL-U:
1 דני _ NOUN _ _ 2 nsubj _ _
2 ראה _ VERB _ _ 0 root _ _
3 סרט _ NOUN _ _ 2 dobj _ _
Arabic (CoNLL-U):
1 وَ _ NOUN _ _ 2 nsubj _ _
2 لاحَظَ _ VERB _ _ 0 root _ _
3 التَقْرِيرُ _ NOUN _ _ 2 dobj _ _
Empty node
# text = Sue likes coffee and Bill tea
1 Sue Sue PROPN _ _ 2 nsubj 2:nsubj _
2 likes like VERB _ _ 0 root 0:root _
3 coffee coffee NOUN _ _ 2 obj 2:obj _
4 and and CCONJ _ _ 5 cc 5:cc _
5 Bill a PROPN _ _ 2 conj 5.1:nsubj _
5.1 likes like VERB _ _ _ _ 2:conj _
6 tea tea NOUN _ _ 5 orphan 5.1:obj _
Space in FORM and LEMMA
1 Sue Sue PROPN _ _ 2 nsubj _ _
2 L I K E S l i k e VERB _ _ 0 root _ _
3 coffee coffee NOUN _ _ 2 obj _ _