Carmine DiMascio

Results 101 comments of Carmine DiMascio

note that using fewer than 100 words may not provide a sufficient signal and hence the accuracy of the result will suffer

we count each occurrence of the word. words are captured usings lists not sets, thus its not unique words but all words. all in all, for the case above, it...

@jrraines fyi, u may want to update to the latest version. It corrects `if percent_difficult_words > .05` to `if percent_difficult_words > 5`

> After looking at it, I would say that it is no wonder that online tools produce such discordant results. The procedure they describe is complex. Parts of it could...

thanks @jrraines , this is definitely worth a look

certainly worth consideration. i can imagine this being a scaffolding option. would you be interested in taking a stab at an initial implementation?

once it hits 80%, what happens when you navigate to [http://localhost:8080/index.html](http://localhost:8080/index.html)

This looks like a duplicate of https://github.com/APIDevTools/swagger-express-middleware/issues/79

@sibelius can you provide a canonical code snippet showing how you're inserting and fetching the record

this is a good idea. we should implement it.