Nipun Sadvilkar

Results 8 comments of Nipun Sadvilkar

@sindresorhus : Please find some time to answer this. Valuable advice from such a industry experts like you and @addyosmani would be very helpful!

Hi @chopinml Thanks for the kind words I'm not aware of any JS port of it, you may want to look at ruby versions readme for that. As you must've...

It's due to Catastrophic backtracking in `NUMBERED_REFERENCE_REGEX`. Need to dug into details

@kazukisan : It would be great if you can share your python script to change the status of the files or some insights on how you've built CLI tool -...

Hey @davidberenstein1957, sure you can take a look at it. But I'm not sure what would be best way since I want to keep `pysbd` lightweight and to support psybd...

Hey @bminixhofer, I don't remember distinctively but it was something like this: ```python from datasets import load_dataset import pysbd if __name__ == "__main__": sentences = [ sample["de"].strip() for sample in...

@daveconger : Could you please share your solution. it would be very helpful.