This method will load all the text documents that make up the original data set from their source. For each document, #addOriginalDocument(java.lang.String) should be called with the text of the document. This method will be called when #getDataSet() is called for the first ti
()
| 126 | * {@link #newText(java.lang.String) }. |
| 127 | */ |
| 128 | public abstract void initialLoad(); |
| 129 | |
| 130 | /** |
| 131 | * To be called by the {@link #initialLoad() } method. |
no outgoing calls
no test coverage detected