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:
apt-get update -y
apt-get install -qyy apt-utils build-essential software-properties-common locales locales-all curl autoconf automake libtool python-dev pkg-config
curl https://raw.githubusercontent.com/LucaCappelletti94/italian_csv_type_prediction/master/setup.sh | sh
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
])
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.61.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4eccb4fc34a352c076a92417503fe332a5d3019314efa79b870b7443755f25e |
|
MD5 | 5509dbbe3d5487649344d3228d3ca63f |
|
BLAKE2b-256 | 9a48433d461026afe03fff637d50af38e42cb1872df518cea0190cfb04a8a241 |