Skip to content

Instantly share code, notes, and snippets.

@aravindpai
Last active May 22, 2020 17:25
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save aravindpai/0658a8e560a86e48a54795f218122784 to your computer and use it in GitHub Desktop.
#merge the frequent pair in corpus
corpus = merge_vocab(best, corpus)
print("After Merging:", corpus)
#convert a tuple to a string
best = "".join(list(best))
#append to merge list and vocabulary
merges = []
merges.append(best)
vocab.append(best)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment