Open
Description
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".
Metadata
Assignees
Labels
No labels