kachkaev / tooling-for-how-old-is-this-house

Tooling for adding new cities to https://how-old-is-this.house/en
BSD 3-Clause "New" or "Revised" License
43 stars 6 forks source link

Parsing bug #25

Closed arthur-kislitsin closed 2 years ago

arthur-kislitsin commented 2 years ago

image

arthur-kislitsin commented 2 years ago
Unexpected completion year mismatch for string "1-я треть-конец XIX в., 1879 г.". Local parser: undefined, Geosemantica 1879. This is a bug, please report it.
Unexpected completion year mismatch for string "конец 50-х г. XX в.". Local parser: undefined, Geosemantica 10. This is a bug, please report it.
Unexpected completion year mismatch for string "начало 30-х гг. XX в.". Local parser: undefined, Geosemantica 10. This is a bug, please report it.
Unexpected completion year mismatch for string "конец 70-х гг. XX в.". Local parser: undefined, Geosemantica 10. This is a bug, please report it.
kachkaev commented 2 years ago
✅ конец 50-х г. XX в.
✅ начало 30-х гг. XX в.
✅ конец 70-х гг. XX в.
🤔 1-я треть-конец XIX в.
↑ Not sure what year to resolve to. I guess we need to treat such cases manually.