123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- [spans]
- # From tagsets.pdf included in CoNLL data:
- # 1. Parts of speech and associated features (tags in POS and FEAT columns)
- # PoS tags
- # a adjective
- # c conjunction
- # d determiner
- # f punctuation mark
- # i interjection
- # n noun
- # p pronoun
- # r adverb
- # s preposition
- # v verb
- # w date (behaves as a noun)
- # z number (behaves either a determiner, a pronoun, or a noun)
- a
- c
- d
- f
- i
- n
- p
- r
- ROOT
- s
- v
- w
- z
- [relations]
- # From tagsets.pdf included in CoNLL data:
- # 2. Syntactic dependencies (tags in DEPREL column)
- # a adjective
- # c conjunction (from word level)
- # d determiner
- # f punctuation mark
- # n noun
- # p pronoun
- # r adverb
- # s preposition (from word level)
- # v verb (auxiliary or semi-auxiliary)
- # z number
- # conj subordinating conjunction (from syntactic node)
- # coord coordinating conjunction (from syntactic node)
- # gerundi gerund
- # grup.a adjective group
- # grup.adv adverb group
- # grup.nom noun group
- # infinitiu infinitive
- # inc inserted element
- # morfema.pronominal pronominal morpheme
- # morfema.verbal verbal morpheme
- # neg negation
- # participi participle
- # prep preposition (from syntactic node)
- # relatiu relative pronoun (from syntactic)
- # S clause
- # sa adjective phrase (depends of a verb)
- # s.a adjective phrase (does not depend of a verb)
- # sadv adverb phrase
- # sentence sentence (ROOT)
- # sn noun phrase
- # sp prepositional phrase
- # spec specifier
- # ao orational adjunct
- # atr attribute
- # cag agent complement
- # cc adjunct
- # cd direct object
- # ci indirect object
- # cpred predicative complement
- # creg prepositional object
- # et textual element
- # impers impersonality mark
- # mod non-argumental verb modifier
- # pass passive mark
- # suj subject
- a Arg1:<ANY>, Arg2:<ANY>
- ao Arg1:<ANY>, Arg2:<ANY>
- atr Arg1:<ANY>, Arg2:<ANY>
- c Arg1:<ANY>, Arg2:<ANY>
- cag Arg1:<ANY>, Arg2:<ANY>
- cc Arg1:<ANY>, Arg2:<ANY>
- cd Arg1:<ANY>, Arg2:<ANY>
- ci Arg1:<ANY>, Arg2:<ANY>
- conj Arg1:<ANY>, Arg2:<ANY>
- coord Arg1:<ANY>, Arg2:<ANY>
- cpred Arg1:<ANY>, Arg2:<ANY>
- creg Arg1:<ANY>, Arg2:<ANY>
- d Arg1:<ANY>, Arg2:<ANY>
- et Arg1:<ANY>, Arg2:<ANY>
- f Arg1:<ANY>, Arg2:<ANY>
- gerundi Arg1:<ANY>, Arg2:<ANY>
- grup_period_a Arg1:<ANY>, Arg2:<ANY>
- grup_period_adv Arg1:<ANY>, Arg2:<ANY>
- grup_period_nom Arg1:<ANY>, Arg2:<ANY>
- grup_period_verb Arg1:<ANY>, Arg2:<ANY>
- i Arg1:<ANY>, Arg2:<ANY>
- impers Arg1:<ANY>, Arg2:<ANY>
- inc Arg1:<ANY>, Arg2:<ANY>
- infinitiu Arg1:<ANY>, Arg2:<ANY>
- interjeccio Arg1:<ANY>, Arg2:<ANY>
- mod Arg1:<ANY>, Arg2:<ANY>
- morfema_period_pronominal Arg1:<ANY>, Arg2:<ANY>
- morfema_period_verbal Arg1:<ANY>, Arg2:<ANY>
- n Arg1:<ANY>, Arg2:<ANY>
- neg Arg1:<ANY>, Arg2:<ANY>
- p Arg1:<ANY>, Arg2:<ANY>
- participi Arg1:<ANY>, Arg2:<ANY>
- pass Arg1:<ANY>, Arg2:<ANY>
- prep Arg1:<ANY>, Arg2:<ANY>
- r Arg1:<ANY>, Arg2:<ANY>
- relatiu Arg1:<ANY>, Arg2:<ANY>
- s Arg1:<ANY>, Arg2:<ANY>
- S Arg1:<ANY>, Arg2:<ANY>
- sa Arg1:<ANY>, Arg2:<ANY>
- sadv Arg1:<ANY>, Arg2:<ANY>
- sentence Arg1:<ANY>, Arg2:<ANY>
- sn Arg1:<ANY>, Arg2:<ANY>
- sp Arg1:<ANY>, Arg2:<ANY>
- spec Arg1:<ANY>, Arg2:<ANY>
- s_period_a Arg1:<ANY>, Arg2:<ANY>
- suj Arg1:<ANY>, Arg2:<ANY>
- v Arg1:<ANY>, Arg2:<ANY>
- voc Arg1:<ANY>, Arg2:<ANY>
- w Arg1:<ANY>, Arg2:<ANY>
- z Arg1:<ANY>, Arg2:<ANY>
- [events]
- # none
- [attributes]
- # TODO
|