All Projects → askplatypus → syntaxnet-api

askplatypus / syntaxnet-api

Licence: Apache-2.0 License
A small HTTP API for SyntaxNet

Programming Languages

python
139335 projects - #7 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to syntaxnet-api

CYK-Parser
A CYK parser written in Python 3.
Stars: ✭ 24 (+20%)
Mutual labels:  nlp-parsing
VirtualBLU
A Virtual Assistant for Windows PC with wicked Qt Graphics.
Stars: ✭ 41 (+105%)
Mutual labels:  nlp-parsing
newspaper3 usage overview
This repository provides usage examples for the Python module Newspaper3k.
Stars: ✭ 78 (+290%)
Mutual labels:  nlp-parsing
GrammarEngine
Грамматический Словарь Русского Языка (+ английский, японский, etc)
Stars: ✭ 68 (+240%)
Mutual labels:  nlp-parsing
syntaxnet wrapper
A Python Wrapper for Google SyntaxNet
Stars: ✭ 34 (+70%)
Mutual labels:  syntaxnet
syntaxnet
Syntaxnet Parsey McParseface wrapper for POS tagging and dependency parsing
Stars: ✭ 77 (+285%)
Mutual labels:  syntaxnet
yap
Yet Another (natural language) Parser
Stars: ✭ 40 (+100%)
Mutual labels:  nlp-parsing
SyntaxNet-Tensorflow
Minimal Tensorflow Docker image with SyntaxNet/DRAGNN based on Alpine linux
Stars: ✭ 35 (+75%)
Mutual labels:  syntaxnet
Fastnlp
fastNLP: A Modularized and Extensible NLP Framework. Currently still in incubation.
Stars: ✭ 2,441 (+12105%)
Mutual labels:  nlp-parsing
Corenlp
Stanford CoreNLP: A Java suite of core NLP tools.
Stars: ✭ 8,248 (+41140%)
Mutual labels:  nlp-parsing
NLP-tools
Useful python NLP tools (evaluation, GUI interface, tokenization)
Stars: ✭ 39 (+95%)
Mutual labels:  nlp-parsing
billboard
🎤 Lyrics/associated NLP data for Billboard's Top 100, 1950-2015.
Stars: ✭ 53 (+165%)
Mutual labels:  nlp-parsing

SyntaxNet API

This repository is obsolete

Much better alternative to SyntaxNet now exists like Spacy and StanfordNLP. They are much more usable, provides similar performances and much better tokenization.

Old documentation

A small HTTP API for SyntaxNet under Apache 2 Licence. Live version at http://syntaxnet.askplatyp.us. It relies on syntaxnet_wrapper.

Currently only provides a way to call SyntaxNet universal dependencies models.

Install

Docker is currently the only supported installation way:

git clone https://github.com/askplatypus/syntaxnet-api
cd syntaxnet-api
docker build . -t syntaxnet-api

It creates a new Docker image called syntaxnet-api exposing the service on port 7000.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].