You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
Using version 3.5.5, consider the following
ipython
log.The dative is expected to be "skipulags- og byggingarlögum" and the genitive is expected to be "skipulags- og byggingarlaga".
The text was updated successfully, but these errors were encountered: