Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cudf._lib.nvtext in favor of inlining pylibcudf #17535

Merged
merged 11 commits into from
Dec 13, 2024
Merged
1 change: 0 additions & 1 deletion python/cudf/cudf/_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ include(../../../../cpp/cmake/thirdparty/get_nanoarrow.cmake)
target_link_libraries(interop PUBLIC nanoarrow)

add_subdirectory(io)
add_subdirectory(nvtext)
1 change: 0 additions & 1 deletion python/cudf/cudf/_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
csv,
groupby,
interop,
nvtext,
parquet,
reduce,
sort,
Expand Down
24 changes: 0 additions & 24 deletions python/cudf/cudf/_lib/nvtext/CMakeLists.txt

This file was deleted.

Empty file.
Empty file.
24 changes: 0 additions & 24 deletions python/cudf/cudf/_lib/nvtext/byte_pair_encode.pyx

This file was deleted.

24 changes: 0 additions & 24 deletions python/cudf/cudf/_lib/nvtext/edit_distance.pyx

This file was deleted.

35 changes: 0 additions & 35 deletions python/cudf/cudf/_lib/nvtext/generate_ngrams.pyx

This file was deleted.

17 changes: 0 additions & 17 deletions python/cudf/cudf/_lib/nvtext/jaccard.pyx

This file was deleted.

35 changes: 0 additions & 35 deletions python/cudf/cudf/_lib/nvtext/minhash.pyx

This file was deleted.

24 changes: 0 additions & 24 deletions python/cudf/cudf/_lib/nvtext/ngrams_tokenize.pyx

This file was deleted.

28 changes: 0 additions & 28 deletions python/cudf/cudf/_lib/nvtext/normalize.pyx

This file was deleted.

52 changes: 0 additions & 52 deletions python/cudf/cudf/_lib/nvtext/replace.pyx

This file was deleted.

55 changes: 0 additions & 55 deletions python/cudf/cudf/_lib/nvtext/stemmer.pyx

This file was deleted.

38 changes: 0 additions & 38 deletions python/cudf/cudf/_lib/nvtext/subword_tokenize.pyx

This file was deleted.

Loading
Loading