Skip to content

Commit

Permalink
Remove cudf._lib.nvtext in favor of inlining pylibcudf (#17535)
Browse files Browse the repository at this point in the history
Contributes to #17317

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Vyas Ramasubramani (https://github.com/vyasr)

URL: #17535
  • Loading branch information
mroeschke authored Dec 13, 2024
1 parent f811c38 commit 8a3e5f1
Show file tree
Hide file tree
Showing 22 changed files with 328 additions and 564 deletions.
2 changes: 0 additions & 2 deletions python/cudf/cudf/_lib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ target_include_directories(interop PUBLIC "$<BUILD_INTERFACE:${DLPACK_INCLUDE_DI
include(${rapids-cmake-dir}/export/find_package_root.cmake)
include(../../../../cpp/cmake/thirdparty/get_nanoarrow.cmake)
target_link_libraries(interop PUBLIC nanoarrow)

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,
reduce,
sort,
stream_compaction,
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

0 comments on commit 8a3e5f1

Please sign in to comment.