Aflah

Results 125 comments of Aflah

@chenmoneygithub Thanks again for the review. Yup I totally agree the models you've mentioned are the ones that more often than not are used as baselines. Let's hear from the...

Hey @chenmoneygithub I can take this up incase no one else wants to!

@chenmoneygithub Hey Sorry for the delay I want to confirm how should I handle the extra parameters in the MLMMaskGenerator which are not used in the function From what I...

@mattdangerw Sorry for the delay, now it's ready [here](https://github.com/aflah02/WordNet-Parser) (running instructions are there in the README) and I think it's suitable for our task now as we can extract synonyms...

@mattdangerw Any reviews for this? If this looks fine I can get started with the layer

@mattdangerw - I think we could. I'll look into it but if we're only concerned with synonyms the 2 dictionaries I've created in the end (in the synonym .py file)...

@mattdangerw Thanks for the review! For the first part we can do this but I won't it be more expensive time complexity wise? So If I understand this correctly for...

@mattdangerw After some investigation, it turns out it's not as difficult as it seemed initially. I can try making a lemmatizer that uses WordNet's morphological processing described [here](https://wordnet.princeton.edu/documentation/morphy7wn) From the...

After some further tinkering around and reading the docs I have an Implementation of the Lemmatizer + Synonym Finder [here](https://github.com/aflah02/WordNet-Parser/blob/master/WordNetMorphy.py) (this is not yet complete as it fails to handle...

Right multilingual support is also something which we need to take care of. I doubt there is such a way without implementing the parser ourselves as there can be tons...