.gitignore
Cargo.lock
Cargo.toml
LICENSE
README.md
pyproject.toml
ruff.toml
setup.py
.github/workflows/publish-pypi.yml
.github/workflows/test-pr.yml
src/jieba_next/__init__.py
src/jieba_next/__main__.py
src/jieba_next/_version.py
src/jieba_next/analyze.py
src/jieba_next/dict.txt
src/jieba_next/lib.rs
src/jieba_next.egg-info/PKG-INFO
src/jieba_next.egg-info/SOURCES.txt
src/jieba_next.egg-info/dependency_links.txt
src/jieba_next.egg-info/entry_points.txt
src/jieba_next.egg-info/not-zip-safe
src/jieba_next.egg-info/top_level.txt
src/jieba_next/analyse/__init__.py
src/jieba_next/analyse/analyzer.py
src/jieba_next/analyse/idf.txt
src/jieba_next/analyse/textrank.py
src/jieba_next/analyse/tfidf.py
src/jieba_next/finalseg/__init__.py
src/jieba_next/finalseg/prob_emit.py
src/jieba_next/finalseg/prob_start.py
src/jieba_next/finalseg/prob_trans.py
src/jieba_next/posseg/__init__.py
src/jieba_next/posseg/char_state_tab.py
src/jieba_next/posseg/prob_emit.py
src/jieba_next/posseg/prob_start.py
src/jieba_next/posseg/prob_trans.py
src/jieba_next/posseg/viterbi.py
tests/test_basic.py