syntaxnet_wrapper icon indicating copy to clipboard operation
syntaxnet_wrapper copied to clipboard

A Python Wrapper for Google SyntaxNet

Results 9 syntaxnet_wrapper issues
Sort by recently updated
recently updated
newest added

Will it load the model or the Parsey neural net every time we do a query, or will it save the model in memory, so reduce the query time?

hi after write print tagger['en'].query('this is a good day', returnRaw=True) output is None. why?

I installed all dependencies with success, but the last step gave me this error Command "git clone -q ssh://[email protected]/livingbio/syntaxnet_wrapper.git /tmp/pip-install-du3q8H/syntaxnet-wrapper" failed with error code 128 in None

It appears to me that since this was written, syntaxnet has a new "research" subfolder and this library needs to be modified to reflect that as the file paths in...

Is a ready-to-use docker image (at the end of https://github.com/livingbio/syntaxnet_wrapper/blob/master/Dockerfile) available?

I have tried re-installing several times, but every time, test.sh gives expected results, but python usage returns None. In the log, I am seeing compilation WARNINGs, otherwise everything is successful....

SyntaxNet team 前陣子釋出了[DRAGNN](https://github.com/tensorflow/models/blob/master/syntaxnet/g3doc/DRAGNN.md),它是一個 character-based 的 parser + tagger + segmenter。 這個 branch 是設法用 DRAGNN 取代原本的 SyntaxNet。 ### 工作進度 - [x] 可以獨立執行的 dragnn parser/tagger python script - [x] 寫一個 dragnn_class.py 將...

`pip install git+https://github.com/livingbio/syntaxnet_wrapper.git#egg=syntaxnet_wrapper` does not executes the downloading of language models. But it works fine with `python setup.py install` on the root directory of the repository.