Nigel Fernandez

Results 5 issues of Nigel Fernandez

Hi, In function `pos` in file `utils.py`, relative distance of words is mapped to [0,123). Why is 123 chosen? Is it related to the maximum sentence length of the data?...

I wrote a Python script to compare the list of stopwords currently used by pattern's [vector module](https://github.com/clips/pattern/blob/master/pattern/vector/stopwords-en.txt) against other popular stopword lists to check whether an update is required. A...

I wrote a Python script to check the output of pattern's implementation of the Porter2 stemmer (in the vector [module](https://github.com/clips/pattern/tree/master/pattern/vector)) against the output of the original [implementation](http://snowball.tartarus.org/algorithms/english/stemmer.html) by Martin Porter....

Need some help in writing the code to obtain and visualize the attention weights like that in the HAN paper (heat map). To obtain the attention weights, I'm currently thinking...

Thank you for publicly releasing your dataset. When I load the train splits from `https://github.com/zhongwanjun/AR-LSAT/tree/main/complete_lsat_data`, I get 1827, 3504 and 1585 samples for RC, LR, and AR, against 1880, 3529,...