This should be able to read rules from the filesystem as well (if not, it's a bug and we should fix it!). The reason all of the examples are classpath examples is just because we distribute our models as a jar by…
No one was supposed to see this site :(. Our official demo server is http://nlp.stanford.edu:8080/corenlp/process. We'll change the demo sentence though.
These are likely using different parsers. Namely, the (faster) neural net dependency parser running at corenlp.run -- which gets thrown off by the POS tag error -- versus the constituency parser you linked to. You're…
This should be able to read rules from the filesystem as well (if not, it's a bug and we should fix it!). The reason all of the examples are classpath examples is just because we distribute our models as a jar by…
No one was supposed to see this site :(. Our official demo server is http://nlp.stanford.edu:8080/corenlp/process. We'll change the demo sentence though.
These are likely using different parsers. Namely, the (faster) neural net dependency parser running at corenlp.run -- which gets thrown off by the POS tag error -- versus the constituency parser you linked to. You're…