Shantanu Kumar

Results 10 comments of Shantanu Kumar

Thanks a lot for responding @trinker, wrote the variables real quick to test it out myself - I'll clean up the code a bit + fix imports and package dependencies...

Running this on the NYTimes Articles dataset, I found that a substantial amount of text is affected by this change -> **3.38% of the entire dataset**. Out of the affected,...

Hey @trinker, code looks ready for review. Would love if you could go through it and let me know if there's anything else required while I go through the affected...

Running into an issue, not too sure what's causing it - would love some help. ![Comma Handler](https://user-images.githubusercontent.com/29790185/49866320-7255a900-fe2d-11e8-92ea-9a05f0420cd9.png) The function run_preprocess removes commas both before and after valence shifters, as I...

Awesome, @trinker! I'll be done checking out other domains of text by then too and post those findings here. Merry Christmas!

Checked out a dataset by Cornell; movie dialogues and conversations. `https://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html` Also, the paper it is distributed with. `https://www.cs.cornell.edu/~cristian/Chameleons_in_imagined_conversations.html` Out of a total of ~300K sentences from the movie corpus,...

Also observed in the text today (As also pointed out in an open issue right now), there's a particular trend that is a low hanging fruit to solve towards the...

@trinker, these are two functions that find the presence of question tags. The logic behind them is that wherever a question mark is found, we record three words behind that...

@fahadshery Looking at removal as of now in certain cases, assuming insertion happens from the users end since that's assuming grammatically correct usage. Adding could be taken up in another...

Hey Tyler, ` To me this gain in accuracy isn't worth the loss in speed.` Absolutely in sync with this, the functions here essentially do build on magnitude except for...