Skip to content

Commit

Permalink
adding corpus_file option
Browse files Browse the repository at this point in the history
  • Loading branch information
ddangelov committed Jun 26, 2020
1 parent 0bbf44f commit 2484e4a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions top2vec/tests/test_top2vec.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import pytest

# from top2vec import Top2Vec
import sys

sys.path.insert(1, '/Users/dimo_angelov/PycharmProjects/Top2Vec')
from Top2Vec import Top2Vec

from top2vec import Top2Vec
from sklearn.datasets import fetch_20newsgroups
from sklearn.metrics.pairwise import cosine_similarity
import numpy as np
Expand Down

0 comments on commit 2484e4a

Please sign in to comment.