techminer2.text.extract._helpers.stemming.apply_stemming_and_operator(data_frame, stemmed_terms)[source]

Checks if all stemmed terms are in the list of stemmed words.

techminer2.text.extract._helpers.stemming.apply_stemming_or_operator(data_frame, stemmed_terms)[source]

Checks if all stemmed terms are in the list of stemmed words.

techminer2.text.extract._helpers.stemming.create_keys_column(data_frame)[source]

Createa column with stemmed terms.

techminer2.text.extract._helpers.stemming.get_stemmed_items(items)[source]

Returns a list of stemmed terms from a list of items.