Sandip Bantawa

Results 3 issues of Sandip Bantawa

Is it possible to have XHTML Extractor instead of Text Extractor? or possible workaround?

Added joins on UPDATE query. Results as ``` UPDATE [Test1] SET [Test1].[Test1Id] = 1 , [Test1].[Test1Description] = 'Name2Value' FROM [Test1]\nLEFT JOIN [Test] ON [Test].[TestId] = [Test1].[Test1Id] ```

Added check for spaces in annotated text, and accordingly updated start and end index. Based on data provided on: https://dataturks.com/projects/abhishek.narayanan/Entity%20Recognition%20in%20Resumes I was getting some error due to start and end...