Skip to content

Commit

Permalink
♻️ chore: remove parse_sentence func
Browse files Browse the repository at this point in the history
⬆️ feat: bump version to 0.2.0 in pyproject.toml

#2
  • Loading branch information
sudoskys committed Jul 6, 2024
1 parent 45fd124 commit d486ae2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 127 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fast-langdetect"
version = "0.1.1"
version = "0.2.0"
description = "Quickly detect text language and segment language"
authors = [
{ name = "sudoskys", email = "[email protected]" },
Expand Down
1 change: 0 additions & 1 deletion src/fast_langdetect/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-

from .ft_detect import detect, detect_langs, detect_multilingual # noqa: F401
from .split import parse_sentence # noqa: F401
66 changes: 0 additions & 66 deletions src/fast_langdetect/split/__init__.py

This file was deleted.

59 changes: 0 additions & 59 deletions src/fast_langdetect/split/cut.py

This file was deleted.

0 comments on commit d486ae2

Please sign in to comment.