Difference between revisions of "Fijian/Universal Dependencies"

From LING073
Jump to: navigation, search
(Corpus)
(Dependency Relations)
Line 71: Line 71:
 
"." sent @punct #6->3
 
"." sent @punct #6->3
 
</pre>
 
</pre>
*Example 2:  
+
'The weather is unusually bad.'
 +
*Example 2: The cardinal pronouns ''ira'' and ''rau'' are used like focus to contrast the two clauses. The subject pronouns are omitted when cardinal pronouns are present. Since ''a marama'' ('the women') is the subject of the predicate in the first clause, the clitic cardinal pronoun ''ira'' gets the <code>expl</code> relation; since no subject NP is present in the second clause, the cardinal pronoun ''rau'' is the <code>nsubj</code>.
 
<pre>
 
<pre>
 
"<La’o>"
 
"<La’o>"
Line 95: Line 96:
 
"<.>"
 
"<.>"
 
"." sent @punct #11->7
 
"." sent @punct #11->7
 +
</pre>
 +
'They (plural), the women went (home) and they (dual) (i.e. the men) came here.'
 +
===obl===
 +
When the predicate is intransitive, i.e. intransitive verb, adjective, and noun,
 +
*Example 1:
 +
<pre>
 +
"<E>"
 +
"e" prn pers p3 sg subj @expl #1->2
 +
"<sega>"
 +
"sega" vaux @root #2->0
 +
"<ni>"
 +
"ni" rel @mark #3->5
 +
"<o>"
 +
"o" art @det #4->5
 +
"<Viidawa>"
 +
"Viidawa" np top @csubj #5->2
 +
"<,>"
 +
"," cm @punct #6->8
 +
"<e>"
 +
"e" prn pers p3 sg subj @expl #7->8
 +
"<ca’a>"
 +
"ca’a" vblex iv @conj #8->2
 +
"<mai>"
 +
"mai" pr @case #9->10
 +
"<’Orovou>"
 +
"’Orovou" np top @obl #10->8
 +
"<a>"
 +
"a" art @det #11->12
 +
"<soqo>"
 +
"soqo" n @nsubj #12->8
 +
"<.>"
 +
"." sent @punct #13->8
 
</pre>
 
</pre>
  
===obl===
+
*Example 2:
When the predicate
+
<pre>
 +
 
 +
</pre>
  
  

Revision as of 19:39, 4 May 2018

Evaluation

fij.withmorph.udpipe fij.nomorph.udpipe Number of forms Number of sentences
fij.annotated.ud.conllu UAS: 91.49%, LAS: 87.59% UAS: 83.69%, LAS: 79.79% 282 30
fij.annotated2.ud.conllu UAS: 55.17%, LAS: 39.08% UAS: 50.57%, LAS: 38.51% 174 10

Dependency Relations

nsubj

The nsubj denotes the noun phrase or pronoun that is the syntactic subject of the predicate. The subject NP always follow the predicate. When there is no subject NP present, the only pronoun preceding the predicate head, which can be verb, adjective, noun, or even number, gets the nsubj relation.

  • Example 1: The NP o Jone following the predicate of the subject clause la’o ('go') is in nsubj relation with the predicate la’o.
"<E>"
	"e" prn pers p3 sg subj @expl #1->2
"<sega>"
	"sega" vaux @root #2->0
"<ni>"
	"ni" rel @mark #3->4
"<la’o>"
	"la’o" vblex iv @csubj #4->2
"<o>"
	"o" art @det #5->6
"<Jone>"
	"Jone" np ant @nsubj #6->4
"<.>"
	"." sent @punct #7->2

'Jone is not going.' (Lit: 'It is not the case that John is going.')

  • Example 2: This sentence does not have a subject NP. The pronoun preceding the predicate head lesu ('return') is the subject of the clause, and thus gets nsubj
"<O>"
	"o" prn pers p2 sg subj1 @nsubj #1->2
"<lesu>"
	"lesu" vblex iv @root #2->0
"<mai>"
	"mai" pr @advmod #3->2
"<.>"
	"." sent @punct #4->2

'You return here.'

expl

A predicate head usually requires a subject pronoun preceding it. When there is a subject NP or subject clause with the same reference following the predicate, the subject pronoun gets the expl relation. When no subject NP nor subject clause is present, the subject pronoun preceding the predicate is not in expl but rather subj as described above. This use of expl corresponds to the second case of expletive relation listed on the UD relations website--true clitic doubling.

  • Example 1: The head of the NP dra’i is the subject of the predicate caa ('(to be) bad'), and so the pronoun e, referring to the a dra’i ('weather'), gets expl relation.
"<E>"
	"e" prn pers p3 sg subj @expl #1->3
"<rui>"
	"rui" adv @advmod #2->3
"<caa>"
	"caa" adj @root #3->0
"<a>"
	"a" art @det #4->5
"<dra’i>"
	"dra’i" n @nsubj #5->3
"<.>"
	"." sent @punct #6->3

'The weather is unusually bad.'

  • Example 2: The cardinal pronouns ira and rau are used like focus to contrast the two clauses. The subject pronouns are omitted when cardinal pronouns are present. Since a marama ('the women') is the subject of the predicate in the first clause, the clitic cardinal pronoun ira gets the expl relation; since no subject NP is present in the second clause, the cardinal pronoun rau is the nsubj.
"<La’o>"
	"la’o" vblex iv @root #1->0
"<o>"
	"o" art @det #2->3
"<ira>"
	"ra" prn pers p3 pl card1 @expl #3->1
"<a>"
	"a" art @det #4->5
"<marama>"
	"marama" n @nsubj #5->1
"<;>"
	";" sent @punct #6->7
"<la’o>"
	"la’o" vblex iv @conj #7->1
"<mai>"
	"mai" pr @advmod #8->7
"<o>"
	"o" art @det #9->10
"<rau>"
	"rau" prn pers p3 du card2 @nsubj #10->7
"<.>"
	"." sent @punct #11->7

'They (plural), the women went (home) and they (dual) (i.e. the men) came here.'

obl

When the predicate is intransitive, i.e. intransitive verb, adjective, and noun,

  • Example 1:
"<E>"
	"e" prn pers p3 sg subj @expl #1->2
"<sega>"
	"sega" vaux @root #2->0
"<ni>"
	"ni" rel @mark #3->5
"<o>"
	"o" art @det #4->5
"<Viidawa>"
	"Viidawa" np top @csubj #5->2
"<,>"
	"," cm @punct #6->8
"<e>"
	"e" prn pers p3 sg subj @expl #7->8
"<ca’a>"
	"ca’a" vblex iv @conj #8->2
"<mai>"
	"mai" pr @case #9->10
"<’Orovou>"
	"’Orovou" np top @obl #10->8
"<a>"
	"a" art @det #11->12
"<soqo>"
	"soqo" n @nsubj #12->8
"<.>"
	"." sent @punct #13->8
  • Example 2:


advmod

xcomp

Corpus

For more relations as well as their examples, please see fij.annotated.ud.txt and fij.annotated2.ud.txt file in the repository below. https://github.swarthmore.edu/hwang11/ling073-fij-corpus