spacy-train-tools 0.1.5
pip install spacy-train-tools
Latest version
Released:
A library to train spacy.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Andy Le
- Requires: Python >=3.6
Classifiers
- License
- Operating System
- Programming Language
Project description
Spacy train tools
- python3 -m pip install --upgrade build
- python3 -m pip install --upgrade twine
Install
- https://pypi.org/project/spacy-train-tools
- Run
pip install spacy-train-tools
orpip3 install spacy-train-tools
to install this library
Usage
from src.spacy_train_tools.train import train_spacy_model
if __name__ == "__main__":
train_spacy_model(
config_file='./en_config.cfg',
vector_file='en_core_web_lg',
train_file='./data/train.jsonl',
dev_file='./data/dev.jsonl',
output_folder='./models'
)
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT License
- Author: Andy Le
- Requires: Python >=3.6
Classifiers
- License
- Operating System
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file spacy_train_tools-0.1.5.tar.gz
.
File metadata
- Download URL: spacy_train_tools-0.1.5.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 95a04e5764b226a47a060d96046e67018d2a0a225a825e037764ce1786880138 |
|
MD5 | 9d4c606dedf76c0b0057e1dd44dfbe25 |
|
BLAKE2b-256 | 4069b78a31be2d0d1d696f18e7300ca3a024935fdae9bd02bd454722045cc8be |
File details
Details for the file spacy_train_tools-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: spacy_train_tools-0.1.5-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa5072a2eab7baab84de3ebf6faa41059a19944ea6bb508ecc6418374be73754 |
|
MD5 | 21a603f19982bf3916b98a0a45919c5d |
|
BLAKE2b-256 | 10ecb1ca3c7ae6f335df41393d0e8a2c3159c39301e38a3b0c26c7413611b24d |