Skip to content

Commit 049dc49

Browse files
authored
Merge pull request #1 from shuanglu2023/master
modified tokens and dep
2 parents c7a6683 + 9de4d6f commit 049dc49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/Release2/3629.hrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<command>
55
<sentence>look at the table and leave the box on it</sentence>
66
<tokens>
7-
<token id="1" lemma="look" pos="NN" surface="look"/>
7+
<token id="1" lemma="look" pos="VB" surface="look"/>
88
<token id="2" lemma="at" pos="IN" surface="at"/>
99
<token id="3" lemma="the" pos="DT" surface="the"/>
1010
<token id="4" lemma="table" pos="NN" surface="table"/>
@@ -21,7 +21,7 @@
2121
<dep from="4" to="3" type="det"/>
2222
<dep from="2" to="4" type="pobj"/>
2323
<dep from="4" to="5" type="cc"/>
24-
<dep from="4" to="6" type="conj"/>
24+
<dep from="1" to="6" type="conj"/>
2525
<dep from="8" to="7" type="det"/>
2626
<dep from="6" to="8" type="dobj"/>
2727
<dep from="6" to="9" type="prep"/>

0 commit comments

Comments
 (0)