syntaxnet 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
3
Solved
I started playing with Syntaxnet two days ago and I'm wondering how to use/export the output (ascii tree or conll ) in a format that is easy to parse (ie : Json, XML, python graph).
Thanks for you...
1
I'm trying to work out what's the best model to adapt for an open named entity recognition problem (biology/chemistry, so no dictionary of entities exists but they have to be identified by context)...
Farnsworth asked 18/2, 2017 at 18:19
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
3
Solved
I am trying to understand and learn SyntaxNet. I am trying to figure out whether is there any way to use SyntaxNet for Name Entity Recognition of a corpus. Any sample code or helpful links would be...
Excepting asked 29/6, 2016 at 20:55
1
Having downloaded and installed Syntaxnet, how do I go about using Parsey McParseface model in an application? I have used the syntaxnet/demo.sh, and successfully labelled parts of speech as shown ...
1
having downloaded and trained SyntaxNet, I am trying to write a program that can open new/existed files, for example AutoCAD files, and save the files in an specific directory by analyzing the text...
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 ...
Dead asked 25/5, 2016 at 8:54
3
I am new to Python and the world of NLP. The recent announcement of Google's Syntaxnet intrigued me. However I am having a lot of trouble understanding documentation around both syntaxnet and relat...
1
Solved
How do you get a dependency parse (not syntax tree) output from SyntaxNet (https://github.com/tensorflow/models/tree/master/syntaxnet) ? I see a description of dependency parsing...a description of...
Fleabitten asked 13/5, 2016 at 21:28
1
© 2022 - 2024 — McMap. All rights reserved.