kolloldas / torchnlp

Easy to use NLP library built on PyTorch and TorchText
Apache License 2.0
254 stars 44 forks source link

import error #1

Closed udion closed 6 years ago

udion commented 6 years ago

I have installed torchtext and using pytorch 0.4 and python=3.6

I am getting the following error while testing one of my files

  File "conll.py", line 7, in <module>
    from torchtext.datasets import SequenceTaggingDataset, CoNLL2000Chunking
ImportError: cannot import name 'CoNLL2000Chunking'

any clues?

udion commented 6 years ago

I think it's coming from torchtext, as even without this repo there is that problem