Gets a collection of `InputExample`s for the dev set.
(self, data_dir)
| 92 | raise NotImplementedError() |
| 93 | |
| 94 | def get_dev_examples(self, data_dir): |
| 95 | """Gets a collection of `InputExample`s for the dev set.""" |
| 96 | raise NotImplementedError() |
| 97 | |
| 98 | def get_test_examples(self, data_dir): |
| 99 | """Gets a collection of `InputExample`s for prediction.""" |
nothing calls this directly
no outgoing calls
no test coverage detected