pelias / parser

natural language classification engine for geocoding
https://parser.demo.geocode.earth
MIT License
55 stars 27 forks source link

remove unit classifier #148

Closed missinglink closed 2 years ago

missinglink commented 2 years ago

This PR removes the unit number parsing functionality which was causing OOM errors in some degenerate cases. see: https://github.com/pelias/api/issues/1530

It is marked as a breaking change (and therefore a new major version number) as unit number parsing will no longer be performed.

We would like to add support for unit number parsing back again once a solution for the OOM errors described in https://github.com/pelias/api/issues/1530 can be fixed.