Skip to content
This repository was archived by the owner on Dec 21, 2023. It is now read-only.

Commit 25d3929

Browse files
author
Guihao Liang
authored
remove dead code (#3144)
1 parent c61aaf7 commit 25d3929

File tree

1 file changed

+0
-4
lines changed
  • src/python/turicreate/toolkits/text_analytics

1 file changed

+0
-4
lines changed

src/python/turicreate/toolkits/text_analytics/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
"parse_docword",
3434
"tokenize",
3535
"drop_words",
36-
"split_by_sentence",
37-
"extract_parts_of_speech",
3836
]
3937

4038

@@ -50,8 +48,6 @@ def __dir__():
5048
"parse_docword",
5149
"tokenize",
5250
"drop_words",
53-
"split_by_sentence",
54-
"extract_parts_of_speech",
5551
]
5652

5753

0 commit comments

Comments
 (0)