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]
|
||||
post = v[1]
|
||||
big = v[2]
|
||||
print(exp, "|", post)
|
||||
#print(exp, "|words", post, "|bigrams", big)
|
||||
#print(exp, "|", post)
|
||||
print(exp, "|words", post, "|bigrams", big)
|
||||
|
||||
def main():
|
||||
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