public interface IPreprocessingPipeline
PreprocessingContext with the required data.| Modifier and Type | Method and Description |
|---|---|
PreprocessingContext |
preprocess(List<Document> documents,
String query,
LanguageCode language)
Performs preprocessing on the provided list of documents, creating a new preprocessing
context on the way.
|
void |
preprocess(PreprocessingContext context)
Performs preprocessing on the provided
PreprocessingContext. |
PreprocessingContext preprocess(List<Document> documents, String query, LanguageCode language)
PreprocessingContext.void preprocess(PreprocessingContext context)
PreprocessingContext.