Skip to main content

No project description provided

Project description

INFO-EXTRACTION

NLP project to identify and categorize named entities in an input text.

Table of Content

Setup Package

IMPORTANT STEP

  • To setup the package locally, run:
make setup_venv

List Available Commands

  • To list all the available commands, run:
make help

Build And Publish The Package

Using Setuptools

  • Build the package by running:
# Install packages required for building and publishing
python -m pip install build twine

# Build
python setup.py clean --all
python setup.py sdist bdist_wheel

# Verify build
twine check dist/*

# Upload package
twine upload dist/* --verbose

Using Poetry

  • Build the package using Poetry by running:
# Install packages required for building and publishing
pip install --no-cache poetry==1.4.2
poetry lock "--no-update" && poetry install --no-interaction

export PYPI_TOKEN="your_pypi_token"
poetry config pypi-token.pypi ${PYPI_TOKEN}

# Build and upload package
poetry publish --build

Check HugingFace Cache

  • Check the locally cached models and dataset by running:
huggingface-cli scan-cache -v

Run Tests

  • For unit tests, run:
# All tests
make run_test

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fast_token_classifier-0.2.8.tar.gz (9.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fast_token_classifier-0.2.8-py3-none-any.whl (12.2 kB view details)

Uploaded Python 3

File details

Details for the file fast_token_classifier-0.2.8.tar.gz.

File metadata

  • Download URL: fast_token_classifier-0.2.8.tar.gz
  • Upload date:
  • Size: 9.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.2 CPython/3.10.8 Darwin/21.3.0

File hashes

Hashes for fast_token_classifier-0.2.8.tar.gz
Algorithm Hash digest
SHA256 4375b138a76246761e4cb27f3231a205bff4a0a577d9881f3bae2d0d67d90c4c
MD5 1b606c5728bab4dccf7d628f1709f34f
BLAKE2b-256 1470efd1da0db364d27453114e5adc8d3d046238084559b5eeef1381f194b57e

See more details on using hashes here.

File details

Details for the file fast_token_classifier-0.2.8-py3-none-any.whl.

File metadata

File hashes

Hashes for fast_token_classifier-0.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 0a05674f513aa3ffb875e4ad26156788452d8f23a013fa7a4608baeae53a741c
MD5 4b84b59247bc391c55ec6c44f052bf78
BLAKE2b-256 0180c6f0c7ac91ba44cbd429eecff32c5352a2b39d1bd0f1701e21aeb8e94a55

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page