Skip to content

Commit

Permalink
import statements fixed (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piyush13y authored Mar 12, 2022
1 parent 1af6a3d commit 0763d3a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
from forte.data.data_pack import DataPack
from forte.data.readers import StringReader
from forte.pipeline import Pipeline
from forte.hugginface.transformers_processor import BERTTokenizer
from forte.hugginface.bio_ner_predictor import BioBERTNERPredictor
from forte.nltk.nltk_processors import NLTKSentenceSegmenter
from fortex.huggingface.transformers_processor import BERTTokenizer
from fortex.huggingface.bio_ner_predictor import BioBERTNERPredictor
from fortex.nltk.nltk_processors import NLTKSentenceSegmenter


def main(config: Config):
Expand Down

0 comments on commit 0763d3a

Please sign in to comment.