Skip to content

Commit

Permalink
Merge pull request #132 from lovit/refactoring-word-extractor
Browse files Browse the repository at this point in the history
Refactoring word extractor
  • Loading branch information
lovit authored Mar 28, 2021
2 parents 0680224 + fc2fb0c commit 1f7717c
Show file tree
Hide file tree
Showing 11 changed files with 978 additions and 600 deletions.
6 changes: 3 additions & 3 deletions soynlp/word/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from ._word import WordExtractor
from ._pmi import pmi
from ._phrase import Bigram
from .ngram import BigramExtractor
from .pmi import pmi
from .word import WordExtractor
121 changes: 0 additions & 121 deletions soynlp/word/_phrase.py

This file was deleted.

170 changes: 0 additions & 170 deletions soynlp/word/_pmi.py

This file was deleted.

Loading

0 comments on commit 1f7717c

Please sign in to comment.