- Fixed a bug when using a batched address. Since we were sorting the address during the forward pass, the output prediction tags were not aligned with the supposed parsed address. We have removed the sorting, and now the results are more aligned with our research.
0.3.3
- We have improved the loading of data during prediction. We now use a data loader. - Updated the performance table of models with the data loader approach. - Fixed missing import in the parser module. - Bug fix of the `max_len` for the predictions
0.3
- Added Libpostal time in the doc - Documentation improvement - Added new model evaluation to doc - Release new models
0.2.3
- Improved documentation
0.2.2
- Fixed error with experiment and verbosity as logging trigger on or off