Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

Can I add code snippets for text processing? #330

Closed sainimohit23 closed 4 years ago

sainimohit23 commented 4 years ago

Hi, I primarily work on NLP. So, I do a lot of text processing using built-in methods and re module. Can I contribute code snippets of text processing?

Trinityyi commented 4 years ago

Thanks for the idea. However, text processing might require a lot more explaining than we can do in 30 seconds, as the user might not be familiar with many different concepts that they should understand before diving into code and implementation details showcased in a snippet.

sainimohit23 commented 4 years ago

@Trinityyi I am not talking about full-fledged text processing. I am interested in simple stuff that we usually google while programming.