Skip to content

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

Notifications You must be signed in to change notification settings

brianlow/syntaxnet-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Docker Pulls Docker 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

Watchers

Forks

Releases

No releases published

Packages

No packages published