Skip to content

[syntaxnet]: why it cannot parse this simple sentence 'The answer is 4.' #7627

@mw66

Description

@mw66

@calberti or @andorardo.

I'm using the vanilla docker image:
https://github.com/tensorflow/models/blob/master/research/syntaxnet/g3doc/CLOUD.md

docker run --rm -ti -p 8888:8888 tensorflow/syntaxnet bash

I found it cannot parse some very simple sentences:

root@2d5f62fd6d59:/opt/tensorflow/syntaxnet# echo 'The answer is 4.' |  bash syntaxnet/demo.sh
...
INFO:tensorflow:Read 1 documents
Input: The answer is 4 .
Parse:
. . ROOT

and cannot parse similar simple sentence: 'You are a lady.'

root@2d5f62fd6d59:/opt/tensorflow/syntaxnet# echo 'You are a lady.' |  bash syntaxnet/demo.sh
...
INFO:tensorflow:Read 1 documents
Input: You are a lady .
Parse:
. . ROOT

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions