FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

brianlow/syntaxnet-docker: Dockerized version of Google's SyntaxNet Parser and POS tagger. · GitHub

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

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


Back | FazBrowse Home | New Git URL