Skip to content

3.6.2

Latest

Choose a tag to compare

@vthorsteinsson vthorsteinsson released this 23 Jun 15:48
241b96c

Changes

  • Fix undefined symbol: __gxx_personality_v0 on 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,
    NounPhrase declension is corrected — e.g. NounPhrase("Æðarvarp 17")
    now yields Æðarvarp 17 instead of Æðar-varp 17.