DmitryKey / simplenlg

Automatically exported from code.google.com/p/simplenlg
1 stars 0 forks source link

method realise(List<NLGElement> elements) inside the Realiser.java is not implemented. #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
@Override
    public List<NLGElement> realise(List<NLGElement> elements) {
        return null;
    }

I'm using SimleNlg version 4.4 . It seems like the above method is not 
implemented, probably an oversight. 

Original issue reported on code.google.com by Albi.1...@gmail.com on 7 Feb 2013 at 2:44