issues
search
GRAAL-Research
/
deepparse
Deepparse is a state-of-the-art library for parsing multinational street addresses using deep learning
https://deepparse.org/
GNU Lesser General Public License v3.0
299
stars
30
forks
source link
merge dev for release 0.9.7
#195
Closed
davebulaval
closed
1 year ago
davebulaval
commented
1 year ago
New models release with more meta-data
Add a feature to use an AddressParser from a URI
Add a feature to upload the trained model to a URI
Add an example of how to use URI for parsing from and uploading to
Improve error handling of
path_to_retrain_model
Bug-fix pre-processor error
Add verbose override and improve verbosity handling in retrain
Bug-fix the broken FastText installation using
fasttext-wheel
instead of
fasttext
(see
here
and
here
).
path_to_retrain_model
fasttext-wheel
instead offasttext
(see here and here).