Skip to content

Commit

Permalink
cge01-02Ex.conllu: fix sent_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlup committed Feb 23, 2024
1 parent 3705f63 commit 04b4489
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions all-examples/cge01-02Ex.conllu
Original file line number Diff line number Diff line change
Expand Up @@ -1369,7 +1369,7 @@

# formatted_line = <em>This seems a good idea.</em>
# text = This seems a good idea.
# sent_id = ex56_p53_[2]_a
# sent_id = ex56_p53_[2]_a-0
1 This this PRON DT Number=Sing|PronType=Dem 2 nsubj _ start_char=0|end_char=4
2 seems seem VERB VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 0 root _ start_char=5|end_char=10
3 a a DET DT Definite=Ind|PronType=Art 5 det _ start_char=11|end_char=12
Expand All @@ -1387,7 +1387,7 @@

# formatted_line = <em>I consider this a good idea.</em>
# text = I consider this a good idea.
# sent_id = ex56_p53_[2]_a-2
# sent_id = ex56_p53_[2]_b-0
1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj _ start_char=0|end_char=1
2 consider consider VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root _ start_char=2|end_char=10
3 this this PRON DT Number=Sing|PronType=Dem 2 obj _ start_char=11|end_char=15
Expand All @@ -1398,7 +1398,7 @@

# formatted_line = <em>I consider this fair.</em>
# text = I consider this fair.
# sent_id = ex56_p53_[2]_b
# sent_id = ex56_p53_[2]_b-1
1 I I PRON PRP Case=Nom|Number=Sing|Person=1|PronType=Prs 2 nsubj _ start_char=0|end_char=1
2 consider consider VERB VBP Mood=Ind|Number=Sing|Person=1|Tense=Pres|VerbForm=Fin 0 root _ start_char=2|end_char=10
3 this this PRON DT Number=Sing|PronType=Dem 2 obj _ start_char=11|end_char=15
Expand All @@ -1407,7 +1407,7 @@

# formatted_line = <em>This is a good idea.</em>
# text = This is a good idea.
# sent_id = ex56_p53_[2]_b-1
# sent_id = ex57_p53_[3]_a-1
1 This this PRON DT Number=Sing|PronType=Dem 5 nsubj _ start_char=0|end_char=4
2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 5 cop _ start_char=5|end_char=7
3 a a DET DT Definite=Ind|PronType=Art 5 det _ start_char=8|end_char=9
Expand All @@ -1417,7 +1417,7 @@

# formatted_line = <em>This is fair.</em>
# text = This is fair.
# sent_id = ex56_p53_[2]_b-2
# sent_id = ex57_p53_[3]_a-2
1 This this PRON DT Number=Sing|PronType=Dem 3 nsubj _ start_char=0|end_char=4
2 is be AUX VBZ Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin 3 cop _ start_char=5|end_char=7
3 fair fair ADJ JJ Degree=Pos 0 root _ start_char=8|end_char=12|SpaceAfter=No
Expand Down

0 comments on commit 04b4489

Please sign in to comment.