-
# 介绍句法分析
依存关系主要使用句法分析器完成,句法分析器也有基于规则的和基于机器学习训练的。
虽然实现方案不同,但是二者的模型输出的是同样一个规范:
https://nlp.stanford.edu/software/lex-parser.shtml
目前,state of art的可以参考 http://nlp.qq.com/semantic.cgi
句法类API
![ima…
-
With the announcement of Googles new natural language processor, it would be great to see the project updated to support this functionality.
https://github.com/tensorflow/models/tree/master/syntaxne…
-
Currently, there is no documentation for how to utilize SyntaxNet for Sentence Compression, yet according to this paper from Google, it's something that SyntaxNet can do.
https://arxiv.org/pdf/160…
-
I've been struggling with trying to get this to compile for days. (Well there are so many errors I've gotten it probably wouldn't be useful to list them all.) But it seems like tensorflow_serving uses…
-
It will be great to speed up time of analysis with [TensorFlow Serving](https://github.com/tensorflow/serving) use.
I find some info about how to implement it
- [Tensorflow serving and syntaxnet…
-
I can't install the image, it fails with this error:
```
ERROR: Failed to load Skylark extension '//tensorflow/tensorflow:workspace.bzl'.
It usually happens when the repository is not defined pri…
-
## Knowledge source
- wikipedia, use https://dumps.wikimedia.org/ , enwiki is around 12G
- zhihu, use https://github.com/egrcc/zhihu-python , see also https://github.com/simoncos/zhihu-analysis-pyth…
-
Hi @llSourcell, do you have any idea what might cause this? Mac OSX 10.11.16
Googled but can't find anything, other than someone from the Bazel team saying to file an issue in a fork of this projec…
-
チャット風のやり取りで shift request を登録できるようにする。
実際に生のやり取りで使われていそうな表現からの shift request をサポートする。
例:
「今週の平日なら夜入れる」
「金曜日と土日以外ならOK」
-
my android project need analysis user's intent by strings, so i want to use syntaxnet and tensorflow-android sample ,and tensorflow-android need .pb file,but i don't know how to generate it by syntax…