Vikash Singh

Results 54 comments of Vikash Singh

Can you please resolve the conflict.

Hi Alex, I know English and hence couldn't make it work for other languages because I won't be able to understand/test the functioning. *Would you consider internationalizing the word boundaries...

Just do simple text replace for this. string_val = string_val.replace('_', '') On Sun, Apr 7, 2019, 1:33 AM ezekielg wrote: > I'm currently processing a list of 100k+ texts. Regex...

Sorry, didn't get that. Can you please explain the question. On Fri, Apr 27, 2018 at 4:32 PM Rui wrote: > it makes me confused.x axis is the number of...

It should not matter how big the keeyword list is. It should still work as long as you have free ram. Please check if your keyword list is actually not...

Can you give a small sample example, how the data will be like? PS: there are many methods to load including from dictionary, file, list.. I am assuming you have...

Got it. So even if you pass the whole thing in a bulk, like a dictionary or a list of lists, it will still be iterated internally. So it will...

You have to use keyword_processor.add_keyword('Big Apple ','Big_Apple_') There is a space after 'Big Apple'. On Sun 27 May, 2018, 07:33 Leepand, wrote: > keyword_processor = KeywordProcessor() > keyword_processor.add_keyword('Big Apple','Big_Apple') >...

Yes so longest match is preferred. On Mon, Mar 18, 2019, 10:02 PM Sam Showalter wrote: > EDIT: The system appears to do this already. I just want to verify...

Can you please resolve the conflict.