mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 10:16:27 +03:00
Update Lithuanian tag map
This commit is contained in:
parent
da8830d909
commit
1653b818c5
|
@ -1605,7 +1605,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Imp",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1613,7 +1613,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1621,7 +1621,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Imp",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1630,7 +1630,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Imp",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1638,7 +1638,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1647,7 +1647,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1655,7 +1655,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1664,7 +1664,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1672,7 +1672,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1681,7 +1681,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Imp",
|
||||
"Number": "Plur",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1689,7 +1689,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Plur",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1697,7 +1697,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Imp",
|
||||
"Number": "Plur",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1706,7 +1706,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Imp",
|
||||
"Number": "Plur",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Neg",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1714,7 +1714,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Imp",
|
||||
"Number": "Plur",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1723,7 +1723,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Imp",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1731,7 +1731,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1739,7 +1739,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Imp",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1748,7 +1748,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Imp",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Neg",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1756,21 +1756,21 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Neg",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
"Vgm-3---n--ns-": {
|
||||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
"Vgm-3---n--ys-": {
|
||||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1778,14 +1778,14 @@ TAG_MAP = {
|
|||
"Vgm-3---y--ns-": {
|
||||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
"Vgm-3---y--ys-": {
|
||||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1794,7 +1794,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1802,7 +1802,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1811,7 +1811,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1819,7 +1819,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1827,7 +1827,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1836,7 +1836,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -1844,7 +1844,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Cnd",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1853,7 +1853,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1862,7 +1862,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Past",
|
||||
|
@ -1872,7 +1872,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1881,7 +1881,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Past",
|
||||
|
@ -1891,7 +1891,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1900,7 +1900,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Past",
|
||||
|
@ -1910,7 +1910,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1919,7 +1919,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Past",
|
||||
|
@ -1929,7 +1929,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1938,7 +1938,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Past",
|
||||
|
@ -1948,7 +1948,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1957,7 +1957,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1966,7 +1966,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1974,7 +1974,7 @@ TAG_MAP = {
|
|||
"Vgma3---n--ni-": {
|
||||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1982,7 +1982,7 @@ TAG_MAP = {
|
|||
"Vgma3---n--yi-": {
|
||||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Past",
|
||||
|
@ -1991,7 +1991,7 @@ TAG_MAP = {
|
|||
"Vgma3---y--ni-": {
|
||||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -1999,7 +1999,7 @@ TAG_MAP = {
|
|||
"Vgma3--y--ni-": {
|
||||
POS: VERB,
|
||||
"Case": "Nom",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
},
|
||||
|
@ -2007,7 +2007,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2016,7 +2016,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Past",
|
||||
|
@ -2026,7 +2026,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2035,7 +2035,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Past",
|
||||
|
@ -2045,7 +2045,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2054,7 +2054,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Past",
|
||||
|
@ -2064,7 +2064,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Past",
|
||||
|
@ -2074,7 +2074,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2083,7 +2083,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Past",
|
||||
|
@ -2093,7 +2093,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Fut",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2102,7 +2102,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Fut",
|
||||
|
@ -2112,7 +2112,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Fut",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2121,7 +2121,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Fut",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2130,7 +2130,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Fut",
|
||||
|
@ -2140,7 +2140,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Fut",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2149,7 +2149,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Fut",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2158,7 +2158,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Fut",
|
||||
|
@ -2168,7 +2168,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Fut",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2177,7 +2177,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Fut",
|
||||
|
@ -2187,7 +2187,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Fut",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2196,7 +2196,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Fut",
|
||||
|
@ -2205,7 +2205,7 @@ TAG_MAP = {
|
|||
"Vgmf3---n--ni-": {
|
||||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Fut",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2213,7 +2213,7 @@ TAG_MAP = {
|
|||
"Vgmf3---y--ni-": {
|
||||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Fut",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2222,7 +2222,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Fut",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2231,7 +2231,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Fut",
|
||||
|
@ -2241,7 +2241,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Fut",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2250,7 +2250,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Fut",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2259,7 +2259,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Fut",
|
||||
|
@ -2269,7 +2269,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Fut",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2278,7 +2278,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Fut",
|
||||
|
@ -2288,7 +2288,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2297,7 +2297,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Pres",
|
||||
|
@ -2307,7 +2307,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2316,7 +2316,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Pres",
|
||||
|
@ -2326,7 +2326,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2335,7 +2335,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2344,7 +2344,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Pres",
|
||||
|
@ -2354,7 +2354,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2363,7 +2363,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Pres",
|
||||
|
@ -2373,7 +2373,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2382,7 +2382,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Pres",
|
||||
|
@ -2392,7 +2392,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2401,7 +2401,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Pres",
|
||||
|
@ -2411,7 +2411,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2420,7 +2420,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Pres",
|
||||
|
@ -2430,7 +2430,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2438,7 +2438,7 @@ TAG_MAP = {
|
|||
"Vgmp3---n--ni-": {
|
||||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2446,7 +2446,7 @@ TAG_MAP = {
|
|||
"Vgmp3---n--yi-": {
|
||||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Pres",
|
||||
|
@ -2455,7 +2455,7 @@ TAG_MAP = {
|
|||
"Vgmp3---y--ni-": {
|
||||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2463,7 +2463,7 @@ TAG_MAP = {
|
|||
"Vgmp3---y--yi-": {
|
||||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Pres",
|
||||
|
@ -2473,7 +2473,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2482,7 +2482,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Pres",
|
||||
|
@ -2492,7 +2492,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2501,7 +2501,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Pres",
|
||||
|
@ -2511,7 +2511,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2520,7 +2520,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2529,7 +2529,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2538,7 +2538,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Pres",
|
||||
|
@ -2548,7 +2548,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Pres",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2557,7 +2557,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Pres",
|
||||
|
@ -2568,7 +2568,7 @@ TAG_MAP = {
|
|||
"Aspect": "Hab",
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2578,7 +2578,7 @@ TAG_MAP = {
|
|||
"Aspect": "Hab",
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Past",
|
||||
|
@ -2589,7 +2589,7 @@ TAG_MAP = {
|
|||
"Aspect": "Hab",
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "1",
|
||||
"Person": "one",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2599,7 +2599,7 @@ TAG_MAP = {
|
|||
"Aspect": "Hab",
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "2",
|
||||
"Person": "two",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2608,7 +2608,7 @@ TAG_MAP = {
|
|||
POS: VERB,
|
||||
"Aspect": "Hab",
|
||||
"Mood": "Ind",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2618,7 +2618,7 @@ TAG_MAP = {
|
|||
"Aspect": "Hab",
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2628,7 +2628,7 @@ TAG_MAP = {
|
|||
"Aspect": "Hab",
|
||||
"Mood": "Ind",
|
||||
"Number": "Plur",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Past",
|
||||
|
@ -2639,7 +2639,7 @@ TAG_MAP = {
|
|||
"Aspect": "Hab",
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2649,7 +2649,7 @@ TAG_MAP = {
|
|||
"Aspect": "Hab",
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Reflex": "Yes",
|
||||
"Tense": "Past",
|
||||
|
@ -2660,7 +2660,7 @@ TAG_MAP = {
|
|||
"Aspect": "Hab",
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Neg",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
@ -2670,7 +2670,7 @@ TAG_MAP = {
|
|||
"Aspect": "Perf",
|
||||
"Mood": "Ind",
|
||||
"Number": "Sing",
|
||||
"Person": "3",
|
||||
"Person": "three",
|
||||
"Polarity": "Pos",
|
||||
"Tense": "Past",
|
||||
"VerbForm": "Fin",
|
||||
|
|
Loading…
Reference in New Issue
Block a user