Ariel Flesler

Results 37 comments of Ariel Flesler

This could make stuff like #Currency more useful, to be able to normalize to either the name or the symbol would be great (unless it can already be done and...

I temporarily implemented this myself, adding the following to the "plugin": ```js synonyms: { u: 'you', ya: 'you', bc: 'because', r: 'are', sth: 'something', pls: 'please', sry: 'sorry', '&': 'and',...

If it could do that, it'd be INCREDIBLY cool. Imagine something like `nlp('...').paraphrase()`. 💯

Somewhat related to #505, I wouldn't call these abbreviation "synonyms" but the functionality to match them as if they were the same, maybe normalize to one or actual paraphrase seems...

Seems like #505 goes in the same direction

@anandanand84 the investopedia link has an explanation and formula. tbh I'm not interested in it not from theory but, from testing it visually and seeing that it reacts relatively fast...

I made an experiment with my original dataset when trained, gpt2-simple printed: `dataset has 2832144 tokens` Then I regenerated it, separating non-chars from words like shown above and I got:...

The plugin won't auto-scroll because of the event (only if you customize the interval setting). You should rather use "mouseenter" instead of "mouseover".

I think this is a good idea, I was expecting this when I tried it

I appreciate your hard work and the fact that you submit it to the project, but I'll be honest with you. This project was created several years prior to the...