Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Docker PullsDocker Stars

Syntaxnet

Google's SyntaxNet Parser and POS tagger.

Usage

echo"Name this boat"| docker run --rm -i brianlow/syntaxnet
...
Input: Name this boat
Parse:
Name VB ROOT
+-- boat NN dobj
+-- this DT det

Updating

docker login
docker build -t brianlow/syntaxnet --no-cache . && docker push brianlow/syntaxnet

About

Dockerized version of Google's SyntaxNet Parser and POS tagger.

Resources

Stars

42 stars

Watchers

6 watching

Forks

Releases

Packages

Contributors