29 May
2013
29 May
'13
12:48 p.m.
On 05/27/2013 08:06 PM, Olivier Austina wrote:
I would like to use a parser for text processing (natural language text). Which parser is suited in this case. In general which are the benefit to use boost spirit instead of ANTLR or ANTLR instead of boost spirit. Thank you.
If the text is really a natural language, then you may have difficulty specifying a syntax. In this case it is more common to resort to machine learning for natural language processing.