Skip to content

fllaca/syntaxnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

SyntaxNet Docker Image

Using universal parser

Download the corpus

# Assuming we have a /fer directory 
wget http://download.tensorflow.org/models/parsey_universal/Spanish-AnCora.zip
unzip Spanish-AnCora.zip

MODEL_DIRECTORY=/fer/Spanish-AnCora

Run the parser

echo "Alfredo, pon una alarma a las 15:30" | syntaxnet/models/parsey_universal/parse.sh $MODEL_DIRECTORY | bazel-bin/syntaxnet/conll2tree

Useful Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published