Nipun Sadvilkar

Results 8 issues of Nipun Sadvilkar

@sindresorhus : What is your methodology to learn new programming language or framework? 1. By enrolling in the online course. 2. Reading book having small exercises. 3. Directly building stuff...

I am this getting error while executing your **20newsgroups** ipython notebook. I am running this notebook on remote ipython notebook server. Also, I got `Memoryerror` while executing code under **Preprocess...

~gradients of w1 and w2 with respect to loss~ -> gradients of loss with respect to w1 and w2 Fixes #16

Hi @wa0x6e, Thanks for such a great library! I was curious to know if it is possible to have two `subDomainTextFormat`. I wanted to do something like this: ![redxs](https://user-images.githubusercontent.com/15062408/47454403-c6102280-d7ec-11e8-8a64-7381a8dfff88.jpg) Any...

PySBD component using Language.factory

enhancement

I have been going through this paper - [Joint Entity Extraction and Assertion Detection for Clinical Text](https://arxiv.org/pdf/1812.05270.pdf) - which proposes an MTL approach to negation detection that leverages overlapping representation...

Since `title` and `post` are already in function scope, we don't need to get values from `request.form` again

Hey @icoxfog417 , @Hironsan First of all, Thanks for putting a lot of efforts in creating such a modular NER codebase. I tried training `namaco` NER with CONLL 2003 english...