-
Hello!
The Travis CI used to use https://github.com/nltk/nltk/blob/develop/tools/travis/third-party.sh to ensure that the Stanford CoreNLP, Parser, POSTagger and SENNA are downloaded before running…
-
add TAG elementary trees (etrees) in the edge features and also implement the method for building the derived tree described in the Carreras et al paper.
-
Hi,
what is the full tagset used by the parser?
Thanks!
-
```
There are new models available on their website that we might want to integrate:
model.20120919 (2MB) -- the Twitter POS model with our coarse 25-tag tagset.
This is included with the tagger rel…
-
lmdeploy lite auto_awq \
/root/models/internlm2_5-1_8b-chat \
--calib-dataset 'ptb' \
--calib-samples 128 \
--calib-seqlen 2048 \
--w-bits 4 \
--w-group-size 128 \
--batch-size 1…
-
Dear Max,
Thank you so much for making your code available.
I am running your stacked pointer network but I cannot find the train/dev/test datasets
CUDA_VISIBLE_DEVICES=0 OMP_NUM_THREADS=4 py…
-
# Addressing the elephant in the room
When the concept of transformers were first unleashed, their revolutionnary accuracy results where mostly shown in the standard NLP tasks, such as POS-tagging, d…
-
Serialized object highly dependent on class types and hierarchies. NGram or similar java object serialization are sensitive to member changes of such class types. Library users should frequently updat…
-
Hi,
I'm trying to reproduce your paper results but I haven't achieved them.
I tried two settings for Penn Treebank.
The first one is based on descriptions of the paper:
`python main.py --batch_s…
-
The English models for MaltParser use an input POS tag `PRT` which does not exist as a POS tag in the [Penn Treebank Tagset](http://www.clips.ua.ac.be/pages/mbsp-tags). `PRT` is actually a chunk tag (…