Equivalent to #export(Corpus,File,FeatureMap) with an empty map of options.
(Corpus corpus, File file)
| 35 | * of options. |
| 36 | */ |
| 37 | public void export(Corpus corpus, File file) throws IOException { |
| 38 | export(corpus, file, Factory.newFeatureMap()); |
| 39 | } |
| 40 | |
| 41 | /** |
| 42 | * Equivalent to {@link #export(Corpus,OutputStream,FeatureMap)} using a |
nothing calls this directly
no test coverage detected