KoichiYasuoka
commited on
Commit
·
f5c22ed
1
Parent(s):
cfe253c
bug fix
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ class UDgoeswithViNLP(object):
|
|
76 |
q.pop(i)
|
77 |
t=[i[0:-2].strip() if i.endswith("@@") else i.strip() for i in t]
|
78 |
for i,j in enumerate(t,1):
|
79 |
-
u+="\t".join([str(i),j,
|
80 |
return u+"\n"
|
81 |
|
82 |
nlp=UDgoeswithViNLP("KoichiYasuoka/phobert-base-vietnamese-ud-goeswith")
|
|
|
76 |
q.pop(i)
|
77 |
t=[i[0:-2].strip() if i.endswith("@@") else i.strip() for i in t]
|
78 |
for i,j in enumerate(t,1):
|
79 |
+
u+="\t".join([str(i),j,"_",q[i][0],"_","|".join(q[i][1:-1]),str(h[i]),q[i][-1],"_","_"])+"\n"
|
80 |
return u+"\n"
|
81 |
|
82 |
nlp=UDgoeswithViNLP("KoichiYasuoka/phobert-base-vietnamese-ud-goeswith")
|