0.9.13
Installation
Installation
Get Started
Getting Started
API
Parser
Pre-Processors
Dataset Container
Comparer
CLI
Parse Address With Our Out-Of-The-Box API
Examples
Parse Addresses
Parse Addresses Using A URI
Parse Addresses Using Our CLI
Use a Retrained Model to Parse Addresses
Retrain a Pretrained Model
Retrain a Pretrained Model Using A URI
Retrain a Pretrained Model Using a CSV Dataset
Retrain an Attention Mechanism Model
Retrain With New Prediction Tags
Retrain With New Seq2Seq Parameters
Retrain an Address Parser for Single Country Uses
Model training
Training Guide
deepparse
Index
Index
_
|
A
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
P
|
R
|
S
|
T
|
V
_
__call__() (deepparse.parser.AddressParser method)
A
address_parsed_components (deepparse.parser.FormattedParsedAddress attribute)
AddressesComparer (class in deepparse.comparer)
AddressParser (class in deepparse.parser)
C
coma_cleaning() (in module deepparse.pre_processing.address_cleaner)
compare_raw() (deepparse.comparer.AddressesComparer method)
compare_tags() (deepparse.comparer.AddressesComparer method)
comparison_report() (deepparse.comparer.FormattedComparedAddresses method)
CSVDatasetContainer (class in deepparse.dataset_container)
D
DatasetContainer (class in deepparse.dataset_container)
double_whitespaces_cleaning() (in module deepparse.pre_processing.address_cleaner)
E
equivalent (deepparse.comparer.FormattedComparedAddresses property)
F
format_address() (deepparse.parser.FormattedParsedAddress method)
FormattedComparedAddresses (class in deepparse.comparer)
FormattedComparedAddressesRaw (class in deepparse.comparer)
FormattedComparedAddressesTags (class in deepparse.comparer)
FormattedParsedAddress (class in deepparse.parser)
G
get_formatted_model_name() (deepparse.parser.AddressParser method)
H
hyphen_cleaning() (in module deepparse.pre_processing.address_cleaner)
I
identical (deepparse.comparer.FormattedComparedAddresses property)
L
list_of_bool (deepparse.comparer.FormattedComparedAddresses property)
ListDatasetContainer (class in deepparse.dataset_container)
lower_cleaning() (in module deepparse.pre_processing.address_cleaner)
M
main() (in module deepparse.cli.download_model)
(in module deepparse.cli.parse)
(in module deepparse.cli.retrain)
(in module deepparse.cli.test)
P
PickleDatasetContainer (class in deepparse.dataset_container)
R
raw_address (deepparse.parser.FormattedParsedAddress attribute)
retrain() (deepparse.parser.AddressParser method)
S
save_model_weights() (deepparse.parser.AddressParser method)
T
test() (deepparse.parser.AddressParser method)
to_dict() (deepparse.parser.FormattedParsedAddress method)
to_list_of_tuples() (deepparse.parser.FormattedParsedAddress method)
to_pandas() (deepparse.parser.FormattedParsedAddress method)
to_pickle() (deepparse.parser.FormattedParsedAddress method)
trailing_whitespace_cleaning() (in module deepparse.pre_processing.address_cleaner)
V
validate_if_any_empty() (in module deepparse.data_validation.data_validation)
validate_if_any_none() (in module deepparse.data_validation.data_validation)
validate_if_any_whitespace_only() (in module deepparse.data_validation.data_validation)