A GUI loader for atap_corpus using the Panel library. Provides a single Panel-compatible widget in which a user can construct a corpus object for use by the client code.
The loader currently supports loading a corpus from the following file types:
- txt
- odt
- docx
- csv
- tsv
- xlsx
- ods
- xml
python3 -m pip install atap-corpus-loader
Documentation can be found here
python3 tests/tests.py
The package for this project is hosted on PyPi: https://pypi.org/project/atap-corpus-loader/
Dependencies, publishing, and version numbering is handled by Poetry
To publish a new version:
poetry config pypi-token.pypi <TOKEN>
poetry version minor
poetry build
poetry publish
- Hamish Croser - h-croser
This project is licensed under the MIT License - see the LICENSE file for details