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.
|
PreprocessingContext preprocess(List<Document> documents, String query, LanguageCode language)
PreprocessingContext
.