Questions tagged [parsey-mcparseface]

Parsey McParseface is the English parser at the heart of SyntaxNet, a Natural Language Understanding framework for Tensorflow.

Parsey McParseface is the English parser at the heart of Google's SyntaxNet, a Natural Language Understanding (NLU) framework for tensorflow. The name is a reference to Boaty McBoatface, the result of an online poll to name Britain's next Royal Research Ship.

22 questions
1
vote
0 answers

How to Add Training Data to Out-of-the-Box Parsey McParseFace Model

I am wondering how, if possible at all, one might train a new SyntaxNet model that uses the training data from the original, out-of-the-box "ready to parse" model included on the github page. What I want to do is add new training data to make a new…
1
vote
0 answers

Parsey McParseface re-train model

Is there a way to enhance Google's dependency parser, Parsey, by feeding the existing model more train data?
xenosdio
  • 21
  • 1
  • 6
1
vote
0 answers

Creating a training corpus using SyntexNet Parsey McParseface

I am currently trying to learn Tensorflow and have gotten to the point where I need to create some corpus' datasets. I don't have the money to drop for the annotated Gigaword English corpus at LDC so I am looking at creating my own scraper. I have…
xtr33me
  • 936
  • 1
  • 13
  • 39
0
votes
1 answer

Running ParseySaurus

I've been hacking around with Parsey McParseface and Parsey Universal. Google released their next version of the parser: https://research.googleblog.com/2017/03/an-upgrade-to-syntaxnet-new-models-and.html After a bit of looking I was able to find…
Roderick Obrist
  • 3,688
  • 1
  • 16
  • 17
0
votes
1 answer

Error building syntaxnet using Dockerfile

I built using the docker file - Dockerfile . It runs for two hours. However, in the end it shows - Executed 0 out of 17 tests: 17 were skipped. I assume the docker build is not getting executed correctly as I am also unable to do - echo 'Bob…
Ishan Mihir
  • 83
  • 2
  • 9
0
votes
0 answers

Calling .wait() on subprocess breaks the script I'm calling in the subprocess

thanks for taking the time to read this post. Basically I'm trying to call syntaxnet's parsey mcparseface from a subprocess. For some reason it wont run unless I change the working directory. I can run the subprocess with the following. process =…
Kahless
  • 1,213
  • 2
  • 13
  • 31
0
votes
1 answer

Parsey mcparseface : how to get position of word in sentence along with parse tree

I am using parsey mcparseface and syntaxnet to parse some text. I wish to extract the positional data of words along with the parse tree. Currently what the output is: echo 'Alice brought the pizza to Alice.' | syntaxnet/demo.sh Input: Alice…
abhinonymous
  • 329
  • 2
  • 13
1
2