Fixed typo

This commit is contained in:
Gyorgy Orosz 2017-04-13 15:24:14 +02:00
parent cf558e37c3
commit a9469c8173

View File

@ -95,7 +95,7 @@ def read_clusters(clusters_path):
return clusters return clusters
def populate_vocab(vocab, clusters, probs, oov_probs): def populate_vocab(vocab, clusters, probs, oov_prob):
# Ensure probs has entries for all words seen during clustering. # Ensure probs has entries for all words seen during clustering.
for word in clusters: for word in clusters:
if word not in probs: if word not in probs: