Using bigrams
This commit is contained in:
parent
23905680f2
commit
4fff3f328d
10490
dev-0/out.tsv
10490
dev-0/out.tsv
File diff suppressed because it is too large
Load Diff
@ -48,8 +48,8 @@ def create_file(posts):
|
|||||||
exp = v[0]
|
exp = v[0]
|
||||||
post = v[1]
|
post = v[1]
|
||||||
big = v[2]
|
big = v[2]
|
||||||
print(exp, "|", post)
|
#print(exp, "|", post)
|
||||||
#print(exp, "|words", post, "|bigrams", big)
|
print(exp, "|words", post, "|bigrams", big)
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
if len(sys.argv) != 3:
|
if len(sys.argv) != 3:
|
||||||
|
10266
test-A/out.tsv
10266
test-A/out.tsv
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user