Tim Noetzel

Results 2 issues of Tim Noetzel

``` javascript var nlp = require("nlp_compromise"); var commentText = nlp.text("doesn't there's i'd i'll can't won't wasn't weren't wouldn't haven't"); commentText.contractions.expand(); commentText.text(); ``` Returns: `doesn't there's i would i will can't...

bug

**Is your feature request related to a problem? Please describe.** I do a lot of accessibility work with one of my clients, and we've developed several custom checks for accessibility....