libcudf
23.12.00
|
#include <cudf/column/column.hpp>
#include <cudf/scalar/scalar.hpp>
#include <cudf/strings/strings_column_view.hpp>
Go to the source code of this file.
Namespaces | |
nvtext | |
NVText APIs. | |
Functions | |
std::unique_ptr< cudf::column > | nvtext::edit_distance (cudf::strings_column_view const &strings, cudf::strings_column_view const &targets, rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource()) |
Compute the edit distance between individual strings in two strings columns. More... | |
std::unique_ptr< cudf::column > | nvtext::edit_distance_matrix (cudf::strings_column_view const &strings, rmm::mr::device_memory_resource *mr=rmm::mr::get_current_device_resource()) |
Compute the edit distance between all the strings in the input column. More... | |