texthero.preprocessing.get_default_pipeline¶
-
get_default_pipeline
() → List[Callable[[pandas.core.series.Series], pandas.core.series.Series]]¶ Return a list contaning all the methods used in the default cleaning pipeline.
- Return a list with the following functions:
texthero.preprocessing.fillna()
texthero.preprocessing.lowercase()