pynlg
pynlg copied to clipboard
Example code not using right accords
Hi, just ran the sample code from Readme and 'beau' isn't accorded with maison so we get 'un beau maison perdue' instead of 'une belle maison perdue'.
OK, I've looked at the unit tests and there every word is inflexed separately, whereas in the example code only 'maison' is inflexed, and the system seems to accord the other words automatically.
Could you tell me which version is correct?