Skip to content

Commit

Permalink
fix vw-lda
Browse files Browse the repository at this point in the history
  • Loading branch information
bartleusink committed Sep 15, 2016
1 parent 17b4c66 commit cd11e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utl/vw-lda
Expand Up @@ -274,7 +274,7 @@ class vw_lda(object):
self.populate_hash()
self.f = open(self.hashed_lda_model, "r")
lines = self.f.readlines()
p = re.compile("^options")
p = re.compile("^Checksum")
got_data = 0
topics = []
line_count = 0
Expand Down

0 comments on commit cd11e07

Please sign in to comment.