new Pipeline()
stemming pipeline
- Source:
Methods
-
add(callback)
-
add a stemming function to pipeline
Parameters:
Name Type Description callback
function stemming function
- Source:
-
run(text)
-
apply stemming pipeline to text
Parameters:
Name Type Description text
string - Source: