texta-crf-extractor
Project description
TEXTA CRF Extractor
Installation:
pip install texta-crf-extractor
Usage:
from texta_crf_extractor.crf_extractor import CRFExtractor
from texta_mlp.mlp import MLP
mlp = MLP(language_codes=["en"], default_language_code="en")
# prepare data
texts = ["foo", "bar"]
mlp_docs = [mlp.process(text) for text in texts]
# create extractor
extractor = CRFExtractor(mlp=mlp)
# train the CRF model
extractor.train(mlp_docs)
# tag something
extractor.tag("Tere maailm!")
Project details
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
texta-crf-extractor-1.0.2.tar.gz
(18.4 kB
view details)
File details
Details for the file texta-crf-extractor-1.0.2.tar.gz
.
File metadata
- Download URL: texta-crf-extractor-1.0.2.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9493bab12ddfcd23286bf9c163b483ba9fa051d0e2c2ad9d44526af47601fb4e |
|
MD5 | 3b70a13914b52ec4f0acd725b7798b9a |
|
BLAKE2b-256 | b2376e6d32f1c9b5c6078ef16834f5fd2de214171e5ecd2e5a145ac390519afc |