Omnia Zayed

Results 4 issues of Omnia Zayed

Hi @thushv89, Thank you for your code. And the blog post describing it [here](https://towardsdatascience.com/light-on-math-ml-attention-with-keras-dc8dbc1fad39). I wonder if your implementation supports masking? In Keras, if mask_zero=True is set in the embeddings...

enhancement

Hi, According to the paper, there is a large train dataset for the ACSA of ~7K sentences. What I found here is the smaller version of ~3K instances. Can you...

Hi Lee, Thanks a lot for sharing this! the results are really informative while comparing the proposed approaches to the state of the art. I am wondering what you mean...

Hi, I used YAKE to extract some keywords from text as follows: ``` import spacy import textacy import textacy.extract.keyterms as ke en_spacy_model = spacy.load("en_core_web_lg") # large language package text =...

bug