You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

test_snlidataloader.py 251 B

12345678910
  1. import unittest
  2. from ..data import MatchingDataLoader
  3. from fastNLP.core.vocabulary import Vocabulary
  4. class TestCWSDataLoader(unittest.TestCase):
  5. def test_case1(self):
  6. snli_loader = MatchingDataLoader()
  7. # TODO: still in progress