-
I am using bart model to do seq2seq constituency parsing.
Now i want to add all non-terminal labels into its vocabulary, and i suppose there are two steps to be done, the first step is to change its…
-
Thanks for providing this great work on parsing.
Is there a way to plug-in the constituency parser as a component for spaCy NLP?
I found example of such capability for Benepar library.
```
im…
emadg updated
3 years ago
-
Hi,
we are using the WOF shapes for Mapillary top lists. Works great, however, some shapes are not valid geodata according to the Elasticsearch parser when trying to index them in our ELS 2.4. Exampl…
-
**Describe the bug**
open_base.py训练有bug
mat1 and mat2 shapes cannot be multiplied (800x256 and 768x1536)
**Code to reproduce the issue**
```
# -*- coding:utf-8 -*-
# Author: hankcs
# Dat…
-
This Well Known DID Configuration implementation addresses a particular need that we at Factom Inc are working to solve in a customer implementation. We appreciate all those that have put their time i…
-
Hi,
I tried your demo on your GitHub to create a constituency parser with the RoBerta CRF pre-trained model but get an error when running parsing.
```
con = Parser.load('crf-con-roberta-en')
…
emadg updated
3 years ago
-
Hello,
I trained your model with dataset that you provided, now I want to train the model with a custom dataset, which aim is semantic parsing. How can I do that? If i run constituency.py without fil…
-
Hi
Thank you for sharing your code!
I ran your training code in your dataset and it works perfectly!
but when I try to run it on my own Arabic dependency treebank (without changing your paths for c…
-
您好!感谢维护LTP
我看了一下论文和Demo界面,LTP好像没有Constituency Parsing模块,是吗

![image](https://user-imag…
-
thank you for sharing your fantastic tool with us. Very excellent job.
Just a question, why I got different constituency parsing result between online task demo and local python library? I think bo…