Esempio n. 1
0
 def realise(self, msgs):
     """ Perform linguistic realisation. """
     res = realisation.realise(msgs)
     return res
Esempio n. 2
0
 def test_simple(self):
     text = realisation.realise(get_clause())
     expected = 'you say hello'
     self.assertEqual(expected, text)