We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7a6683 + 9de4d6f commit 049dc49Copy full SHA for 049dc49
en/Release2/3629.hrc
@@ -4,7 +4,7 @@
4
<command>
5
<sentence>look at the table and leave the box on it</sentence>
6
<tokens>
7
- <token id="1" lemma="look" pos="NN" surface="look"/>
+ <token id="1" lemma="look" pos="VB" surface="look"/>
8
<token id="2" lemma="at" pos="IN" surface="at"/>
9
<token id="3" lemma="the" pos="DT" surface="the"/>
10
<token id="4" lemma="table" pos="NN" surface="table"/>
@@ -21,7 +21,7 @@
21
<dep from="4" to="3" type="det"/>
22
<dep from="2" to="4" type="pobj"/>
23
<dep from="4" to="5" type="cc"/>
24
- <dep from="4" to="6" type="conj"/>
+ <dep from="1" to="6" type="conj"/>
25
<dep from="8" to="7" type="det"/>
26
<dep from="6" to="8" type="dobj"/>
27
<dep from="6" to="9" type="prep"/>
0 commit comments