Skip to content

Commit

Permalink
Merge branch 'main' of github.com:mokawi/cLCTM into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis Chartrand committed Mar 20, 2021
2 parents db52e51 + ecbe877 commit 9cedce9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clctm.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,11 @@ def create_neighbor_list():

for w in range(len(corpus.input_ids)):

<<<<<<< HEAD
#profprint(f"\n# word {w}")
=======
profprint(f"\n# word {w}")
>>>>>>> ecbe877c62a0604f42c2f4c4da267e83f45870b1

doc = corpus.doc_ids[w]
z = self.topics[w]
Expand Down

0 comments on commit 9cedce9

Please sign in to comment.