parsey-mcparseface Questions

3

I have a corpus of a few 100-thousand legal documents (mostly from the European Union) – laws, commentary, court documents etc. I am trying to algorithmically make some sense of them. I have model...
Harelda asked 13/5, 2016 at 0:9

4

I've installed syntaxnet and am able to run the parser with the provided demo script. Ideally, I would like to run it directly from python. The only code I found was this: import subprocess import...
Gangway asked 22/8, 2016 at 9:4

1

Solved

Parsey McParsey returns a dependency-based parse tree by default, but is their a way to get a constituency-based parse tree from it? EDIT: To clarify, by "to get from it" I mean from the Parsey it...
Plainsong asked 22/5, 2016 at 14:33

1

I have the demo.sh working fine and I've looked at the parser_eval.py and grokked it all to some extent. However, I don't see how to serve this model using TensorFlow Serving. There are two issues ...
Corporative asked 10/6, 2016 at 15:47

1

Solved

The POS tags and Depedency labels output by Parsey McParseface are given in the tag-set and label-set files here respectively. The Syntaxnet readme outlines that the model was trained on the Penn ...
1

© 2022 - 2024 — McMap. All rights reserved.