Skip to content

Australian-Text-Analytics-Platform/atap-corpus-loader

Repository files navigation

Corpus Loader

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.

File Type support

The loader currently supports loading a corpus from the following file types:

  • txt
  • odt
  • docx
  • csv
  • tsv
  • xlsx
  • ods
  • xml

Installation

python3 -m pip install atap-corpus-loader

Documentation

Documentation can be found here

Tests

python3 tests/tests.py

Contributing

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

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details