On 7/19/11 9:17 AM, Dinh Tu Vu wrote:
But, when I parsed to get the grammar structure of the sentence, the
application show the notice as: Exception in thread "main"
java.lang.OutOfMemoryError: Java heap space
...
Is there any idea to resovle this problem?

You need to give you Java Virtual Machine more memory,
that can be done with -Xmx1024m .

Jörn

Reply via email to