Class LabelFilterProcessor

    • Field Detail

      • queryLabelFilter

        public QueryLabelFilter queryLabelFilter
        Query word label filter for this processor.
      • stopWordLabelFilter

        public StopWordLabelFilter stopWordLabelFilter
        Stop word label filter for this processor.
      • stopLabelFilter

        public StopLabelFilter stopLabelFilter
        Stop label filter.
      • numericLabelFilter

        public NumericLabelFilter numericLabelFilter
        Numeric label filter for this processor.
      • completeLabelFilter

        public CompleteLabelFilter completeLabelFilter
        Truncated phrase filter for this processor.
      • genitiveLabelFilter

        public GenitiveLabelFilter genitiveLabelFilter
        Genitive length label filter.
    • Constructor Detail

      • LabelFilterProcessor

        public LabelFilterProcessor()
    • Method Detail

      • process

        public void process​(PreprocessingContext context)
        Processes all filters declared as fields of this class.