TermFilterFunc


Description:

[ CCode ( instance_pos = 2.9 ) ]
public delegate void TermFilterFunc (TermList terms_in, TermList terms_out)

A term filter takes a list of terms and runs it through a filtering and/or set of transformations and stores the output in a TermList.

You can register term filters on a Analyzer with add_term_filter.

Parameters:

terms_in

A TermList with the terms to filter

terms_out

A TermList to write the filtered terms to

filter_data

User data set when registering the filter


Namespace: Dee
Package: dee-1.0