APIs for stemming words using the Porter stemming algorithm measure. More...
#include <cudf/column/column.hpp>#include <cudf/scalar/scalar.hpp>#include <cudf/strings/strings_column_view.hpp>#include <cudf/utilities/export.hpp>#include <cudf/utilities/memory_resource.hpp>Go to the source code of this file.
Namespaces | |
| nvtext | |
| NVText APIs. | |
Enumerations | |
| enum class | nvtext::letter_type { nvtext::CONSONANT , nvtext::VOWEL } |
| Used for specifying letter type to check. More... | |
APIs for stemming words using the Porter stemming algorithm measure.
Definition in file stemmer.hpp.