Gets a collection of `InputExample`s for the dev set.
(self, data_dir)
| 180 | raise NotImplementedError() |
| 181 | |
| 182 | def get_dev_examples(self, data_dir): |
| 183 | """Gets a collection of `InputExample`s for the dev set.""" |
| 184 | raise NotImplementedError() |
| 185 | |
| 186 | def get_test_examples(self, data_dir): |
| 187 | """Gets a collection of `InputExample`s for prediction.""" |