Skip to content

Commit

Permalink
Merge branch 'main' of github.com:safakkbilici/x-tagger into main
Browse files Browse the repository at this point in the history
  • Loading branch information
safakkbilici committed May 20, 2021
2 parents 0913b8d + 7e92543 commit f5b68ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xtagger/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import transformers
import datasets
#import transformers
#import datasets
from xtagger.hmm_tagger.hmm import HiddenMarkovModel
from xtagger.lstm_tagger.lstm_tagger import LSTMForTagging
from xtagger.bert_tagger.bert import BERTForTagging
Expand Down

0 comments on commit f5b68ae

Please sign in to comment.