Changes
-
Fix
undefined symbol: __gxx_personality_v0on Linux CPython builds.
The C++ extension is now linked correctly so importing the compiled parser
no longer fails with a missing C++ runtime symbol on Linux CPython. -
Require
islenska>=1.3.2. This pulls in a BÍN-lookup fix where a word
that is a whole BÍN entry but appears in a capitalized surface form
(e.g. an address) was mis-resolved as a synthetic compound. As a result,
NounPhrasedeclension is corrected — e.g.NounPhrase("Æðarvarp 17")
now yieldsÆðarvarp 17instead ofÆðar-varp 17.