Using bigrams

This commit is contained in:
s426135 2020-04-27 11:53:58 +02:00
parent 23905680f2
commit 4fff3f328d
3 changed files with 10380 additions and 10380 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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:

File diff suppressed because it is too large Load Diff