Skip to content

Commit

Permalink
Merge pull request #1 from shuanglu2023/master
Browse files Browse the repository at this point in the history
modified tokens and dep
  • Loading branch information
crux82 authored May 26, 2022
2 parents c7a6683 + 9de4d6f commit 049dc49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions en/Release2/3629.hrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<command>
<sentence>look at the table and leave the box on it</sentence>
<tokens>
<token id="1" lemma="look" pos="NN" surface="look"/>
<token id="1" lemma="look" pos="VB" surface="look"/>
<token id="2" lemma="at" pos="IN" surface="at"/>
<token id="3" lemma="the" pos="DT" surface="the"/>
<token id="4" lemma="table" pos="NN" surface="table"/>
Expand All @@ -21,7 +21,7 @@
<dep from="4" to="3" type="det"/>
<dep from="2" to="4" type="pobj"/>
<dep from="4" to="5" type="cc"/>
<dep from="4" to="6" type="conj"/>
<dep from="1" to="6" type="conj"/>
<dep from="8" to="7" type="det"/>
<dep from="6" to="8" type="dobj"/>
<dep from="6" to="9" type="prep"/>
Expand Down

0 comments on commit 049dc49

Please sign in to comment.