AnantLabs / link-parser

Automatically exported from code.google.com/p/link-parser
0 stars 0 forks source link

incomplete constituent tree #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The sentence

    In one way it is simply an intellectual exercise; we are computer
scientists interested in encryption, the limits of anonymity, and the
design of networks.

parses OK, but the generated constituent tree is incomplete:

    (S (PP In (NP one way)) (S (NP it) (VP is simply (NP an intellectual
exercise))))

and the rest of the sentence is completely missing.  

The problem appears to be the semi-colon, its treated as the end of a
sentence, and the remainder of the sentence becomes invisible.

Original issue reported on code.google.com by linasvep...@gmail.com on 24 Jun 2008 at 10:15

GoogleCodeExporter commented 9 years ago
beats me it works now

Original comment by linasvep...@gmail.com on 14 Mar 2015 at 4:28