-
Add the surface finding algorithm from Neuenschwander et al., 2019
-
I've been reviewing tensorflow recently and wanted to share this idea. It is most likely not suitable for this repo/ but not sure a better place to log this.
At the essence, think of one day transl…
-
```
INFO:tensorflow:Saving flow to /tmp/sempar-conll/sempar.flow
INFO:tensorflow:Best checkpoint written to /tmp/sempar-conll/checkpoints/best
2018-01-23 05:33:03.319294: I third_party/syntaxnet/dr…
-
i'm download your packet, Russian folder, copy it to drive C:\,
and start - docker run -p 9000:9000 -v /C:\Russian-SynTagRus/models -d ljm625/syntaxnet-rest-api:dragnn
what send request http://loc…
-
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 had a problem with [training parser from Sejong treebank corpus]
1) ,/sejong/split.sh -v -v is ok
![1](https://user-images.githubusercontent.com/29575905/42484775-8a5d25c8-842f-11e8-8403-64e5022…
-
I would like to use an already tokenized text as input. Is it possible?
-
Hi unsiloai,
I want to install this package. Do you have a procedure I can follow?
Thanks,
Thai
-
Following instructions here
https://www.tensorflow.org/extend/adding_an_op
To try to rebuild this [op](https://github.com/yaroslavvb/max_align_bytes_op)
First I ran into issue with nsync header…
-
### System information
- **What is the top-level directory of the model you are using**: models/research/syntaxnet/examples/dragnn
- **Have I written custom code (as opposed to using a stock example…