Attempt at predicting common types in CSVs about Italian people and places using Spacy NLP tool.
Project description
This package is an attempt at predicting common types in CSVs about Italian people and places using ensemble heuristics with Decision Random Forests and Spacy NLP tool.
How do I install this package?
As usual, just download it using pip:
pip install italian_csv_type_prediction
Tests Coverage
Since some software handling coverages sometimes get slightly different results, here’s three of them:
Usage examples
To get the typization of a list of data you can use:
from italian_csv_type_prediction import predict_types
predictions = predict_types([
#list of words to predict goes here
])
Currently supported types
We currently support the following types:
TODO
Implementation notes
To train on GPU: https://mc.ai/spacy-training-using-gpu/
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
Close
Hashes for italian_csv_type_prediction-1.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d25f5bf46d44de9404f5872fd98464f0fd6f1cac53d16ce85a45f1ae44fa53f |
|
MD5 | 85d6480cf225f886af51ffd13f2d775d |
|
BLAKE2b-256 | 28e8bc6cca5e7ba717914c9b9245256fd72ee705d331cf9264af270e95025d18 |