LAL-Parser icon indicating copy to clipboard operation
LAL-Parser copied to clipboard

Neural Adobe-UCSD Parser, the current State of the Art in Constituency and Dependency Parsing.

Results 14 LAL-Parser issues
Sort by recently updated
recently updated
newest added

The model will output a (n+1) * (n+1) matrix given an input sentence with n words. Could you kindly explain what does the matrix represent and from where does the...

The script to train the best parser mentions 100 epochs. The trained ended at the 100th epoch or an early stopping was triggered at a certain epoch?

Hi, thank you for your work. I tried to your code with train data and it worked fine. But when I changed to other kind of data, or even if...

Thanks for your nice work. Is this model possible to be plugged into the spaCy NLP pipeline? Something similar to this [Berkley Neural Parser](https://pypi.org/project/benepar/) package? ``` >>> import benepar, spacy...

Dear the Development Team, I want to ask you which GPU is the best for training? I used GTX 1060 6GB, NVIDIA Tesla v100 with 16GB RAM and both of...

@KhalilMrini thanks for your great work! Could the following error be due to a recently changed dependency: Note: I am using benepar[cpu] and tensorflow==2.0.0b1 since tensorflow==2.0.0 could not be found....

https://github.com/KhalilMrini/LAL-Parser/blob/master/requirements.sh contains: sudo apt-get install libhdf5-serial-dev=1.8.16+docs-4ubuntu1.1 However `libhdf5-serial-dev=1.8.16+docs-4ubuntu1.1` is not available on Ubuntu 18.04 (https://packages.ubuntu.com/search?keywords=libhdf5-dev&searchon=names" only available on 16.04): is it ok to instead use `sudo apt-get install libhdf5-serial-dev=1.10.0-patch1+docs-4` or...

--model-path-base models/joint_xlnet_clean_large_3_layers_no_resdrop_lambda没有这个文件呀

Dear the Development Team, I run the code on the best model and find out that the tokens of the sentence seems to be different from other tokenizers, especially for...