Skip to content

Latest commit

 

History

History
135 lines (97 loc) · 2.84 KB

sandbox.md

File metadata and controls

135 lines (97 loc) · 2.84 KB
layout title
entry
Sandbox

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.)


Some markdown

  • bulleted
  • list
  1. numbered
  2. list

Link: link text

header 1

header 2

header 3

italics and bold

inline code


Some visualizations

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 _ _