|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPreprocessingPipeline
A preprocessing pipeline filling in PreprocessingContext with the required data.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
PreprocessingContext preprocess(List<Document> documents,
String query,
LanguageCode language)
PreprocessingContext.
void preprocess(PreprocessingContext context)
PreprocessingContext.
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||