Computational-Content-Analysis-2020 / frequently-asked-questions

Repo to ask questions and see answers
2 stars 0 forks source link

Python/programming questions #5

Open bhargavvader opened 4 years ago

bhargavvader commented 4 years ago

As long as they are not too peculiar to your dataset or computer, I can answer general python or programming questions. Please post screenshots if you can.

snwang1225 commented 4 years ago

what to do if the text I want to scrape is a mixture of paragraph and lists

wunicoleshuhui commented 4 years ago

As a person who's not very familiar with regular expressions, what does it mean that we have to use at least 5 regular expressions? What if the texts I want to scrape do not require using 5 regular expressions?

bhargavvader commented 4 years ago

@snwang1225 depends on what you'd like to with it. It's tough for me to debug this unless I look at your code. @wunicoleshuhui the purpose was to explore the different kinds of regex available. It's ok if your texts don't require it.