Dima

Results 3 issues of Dima

Thank you for this awesome library. I couldn't find a way to turn: He does not like camels into He likes camels At best, we can use `sentences().toPositive()` to turn...

yesss
feature-request

Thanks for this useful library! I noticed the `getNouns()` function is not accurate. For example: Please give this note to the man in the blue hat. Returns the following nouns:...

I'd love to be able to add callbacks after individual group animations, like: [...] const a2 = annotate(elems[1], {callback: ()=>{}, type: 'highlight', color: this.$vuetify.theme.themes.light.primary }) [...] const ag = annotationGroup([a1,...