hide debug messages
This commit is contained in:
parent
a1dc79480a
commit
7cf211fa84
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ def parse(sentence):
|
||||||
j = i.split('\t')
|
j = i.split('\t')
|
||||||
item = dict()
|
item = dict()
|
||||||
item['form'] = j[0] # 食べ
|
item['form'] = j[0] # 食べ
|
||||||
print(j)
|
#print(j)
|
||||||
if len(j) > 1:
|
if len(j) > 1:
|
||||||
item['lemma'] = j[3] # 食べる
|
item['lemma'] = j[3] # 食べる
|
||||||
item['pos'] = j[4] # 動詞-一般
|
item['pos'] = j[4] # 動詞-一般
|
||||||
|
|
Loading…
Reference in a new issue