Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect declension of "skipulags- og byggingarlög" in version 3.5.5. #56

Open
helgihg opened this issue Jul 22, 2024 · 0 comments
Open

Comments

@helgihg
Copy link

helgihg commented Jul 22, 2024

Using version 3.5.5, consider the following ipython log.

In [15]: from reynir import NounPhrase

In [16]: name = NounPhrase("skipulags- og byggingarlög")

In [17]: name
Out[17]: <reynir.NounPhrase('skipulags- og byggingarlög'), parsed>

In [18]: name.dative
Out[18]: 'skipulags- og byggingarlög'

In [19]: name.genitive
Out[19]: 'skipulags- og byggingarlög'

The dative is expected to be "skipulags- og byggingarlögum" and the genitive is expected to be "skipulags- og byggingarlaga".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant