compound
: compound
compound is used for:
- noun compounds. (These should show the correct modification structure of noun compounds, and do - or should - in the English UD treebank. Note, however, that the current automatic Stanford UD converter still makes all nouns modify the rightmost noun of the noun phrase when run on corpora like the 1999 Penn Treebank 3 which do not show noun compound structure - there is no intelligent noun compound analysis. The correct results are achieved when run on corpora like OntoNotes which do represent the branching structure of noun phrases.)
phone book
compound(book, phone)
oil price futures
compound(price, oil)
compound(futures, price)
This includes proper names that use regular syntactic relations—contrast with flat:
Wall Street
compound(Street, Wall)
Natural Resources Conservation Service
amod(Resources-2, Natural-1)
compound(Conservation-3, Resources-2)
compound(Service-4, Conservation-3)
- numbers
I have four thousand sheep
compound(thousand, four)
I won a $ 3.2 billion grant
compound(grant, $)
nummod($, billion)
compound(billion, 3.2)
- adjectival compounds
a medium - large company
amod (company, large)
compound(large, medium)
punct(large, -)
a self - driven research strategy
compound(strategy, research)
amod(strategy, driven)
compound(driven, self)
punct(driven, -)
- idiomatic verb-particle constructions are analyzed with a language-specific subtype, compound:prt
She just made up the answer .
compound:prt(made, up)
compound in other languages: [bej] [cop] [cs] [de] [el] [en] [et] [eu] [fi] [fr] [ga] [gd] [gsw] [hu] [hy] [it] [ja] [kk] [ky] [no] [pcm] [pt] [qpm] [ro] [ru] [sv] [swl] [tr] [u] [urj] [xcl] [yue] [zh]