Skip to content
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

Crowd 라벨링 #2

Open
hunkim opened this issue Mar 29, 2016 · 7 comments
Open

Crowd 라벨링 #2

hunkim opened this issue Mar 29, 2016 · 7 comments

Comments

@hunkim
Copy link
Contributor

hunkim commented Mar 29, 2016

라벨링이 가장 힘든 부분이니 웹페이지를 하나 만들이 사람들이 들어와서 질문인지 아닌지, 최정답인지를 게임 하듯이 마크하게함.

CSV 만들어진 이후 Firebase+AngularJS로 간단한 웹페이지 만듬

@jihobak
Copy link
Contributor

jihobak commented Mar 30, 2016

AngularJS 1. 대 를 사용하시나요?

@hunkim
Copy link
Contributor Author

hunkim commented Mar 30, 2016

전 1. 대인데 아주 간단한 페이지라 (처리는 Firebase에서 다 해주니) 둘다 괜찮을듯 합니다만... ㅋㅋ

@hunkim
Copy link
Contributor Author

hunkim commented Mar 30, 2016

잘 만들면 우리그룹, 생코등에 대량 살포. 한명이 하나씩만 해도 대략 10,000 개 레이블링 되지 않을까 싶습니다.

@hunkim
Copy link
Contributor Author

hunkim commented Apr 4, 2016

간략 데모: https://flowbox.firebaseapp.com/ 인데

  1. 방문하시는 분들의 편의를 위해 글중 ?가 있으면 질문이라는 라디오 박스 check을 해줍니다. 이 기능 필요할까요?
  2. pre? 질문들중 CRLF가 들어 있는 것이 많은데.
    image

어떤 질문은 한줄로 길게 입력된것도 있고.
image

CRLF 기준으로 문자열의 길이가 어느 이상되면 pre를 사용하지 않아야 할까요? 이번 문제 어떻게 보통 처리 하나요?

@mstorm
Copy link

mstorm commented Apr 4, 2016

pre 태그를 사용하지 말고 CRLF를 br 태그로 치환 해 주면 되지 않을까요?

@hunkim
Copy link
Contributor Author

hunkim commented Apr 4, 2016

좋은 아이디어 네요!

On Mon, Apr 4, 2016 at 9:06 AM, Stephen Kwon [email protected]
wrote:

pre 태그를 사용하지 말고 CRLF를 br 태그로 치환 해 주면 되지 않을까요?


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#2 (comment)

@hunkim
Copy link
Contributor Author

hunkim commented Apr 4, 2016

수정되었습니다. https://flowbox.firebaseapp.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants