Skip to content

Commit

Permalink
remove gensim dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
djstrong committed Nov 29, 2023
1 parent d422197 commit ff77123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_name_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def test_on_sale_matcher_sorting():
def test_wikipedia2vsimilarity():
with initialize(version_base=None, config_path="../conf/"):
config = compose(config_name="test_config_new")
strategy = Wikipedia2VGenerator(config)
strategy = Wikipedia2VGeneratorRocks(config)
tokenized_name = ('billy', 'corgan')
generated_names = list(strategy.generate(tokenized_name))
print(generated_names)
Expand Down

0 comments on commit ff77123

Please sign in to comment.