Add BERTopic.
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
test:
|
||||
pytest
|
||||
|
||||
coverage:
|
||||
pytest --cov
|
||||
|
||||
format:
|
||||
ruff format
|
||||
|
||||
lint:
|
||||
ruff check --fix
|
||||
|
||||
install:
|
||||
python -m pip install -e .
|
||||
|
||||
install-test:
|
||||
python -m pip install -e ".[dev]"
|
||||
|
||||
docs:
|
||||
mkdocs serve
|
||||
|
||||
pypi:
|
||||
python -m build
|
||||
twine upload dist/*
|
||||
|
||||
clean:
|
||||
rm -rf **/.ipynb_checkpoints **/.pytest_cache **/__pycache__ **/**/__pycache__ .ipynb_checkpoints .pytest_cache
|
||||
|
||||
check: test clean
|
||||
Reference in New Issue
Block a user