-
Notifications
You must be signed in to change notification settings - Fork 72
10월 DA/ML 블로그 포스팅 #237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
10월 DA/ML 블로그 포스팅 #237
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
beautifulchoi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
정규표현식은 크롤링하거나 원하는 키워드에 대한 데이터를 모을 때 특히 유용할 것 같네요
저도 나중에 키워드를 통한 크롤링을 할 때 종종 들러서 참고하겠습니다!
잘 읽었습니다 : )
|
|
||
| - - - | ||
|
|
||
| ## **1. Basic** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
키워드 검색을 할 때 이러한 역할을 한다가 전달하려는 내용 같아서, 문자열 검색(혹은 탐색)시 각 기호들이 이러한 역할을 한다는 내용을 1번 내용 이전에 명시해주면 좋을 것 같습니다.
beautifulchoi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
|
|
||
| 여기서 **정규 표현식**을 사용하면, 아래와 같이 우리가 원하는 정보를 간단하게 추출해낼 수 있습니다. | ||
|
|
||
|  |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re 라이브러리에 대한 간단한 설명이 있으면 좋을 것 같습니다(예를들어 re 라이브러리는 파이썬에서 제공하는 내장 라이브러리다 등등..)
paulben0410
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
자연어 처리에 필요한 전처리와 관련된 정규 표현식을 한 눈에 알아볼 수 있어서 좋았습니다.
10월 DA/ML 블로그 포스팅입니다!