Skip to content

Commit

Permalink
[update] Add some modules
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yoshinaka committed Oct 5, 2020
1 parent ee81bfe commit 9914525
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sapphire/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
from .sapphire import Sapphire
from sapphire.sapphire import Sapphire
from sapphire.word_alignment import (
WordEmbedding, FastTextVectorize, WordAlign, get_similarity_matrix
)
from sapphire.phrase_alignment import PhraseExtract, PhraseAlign

0 comments on commit 9914525

Please sign in to comment.