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

인풋에 알파벳 포함시 정합성 관련 #52

Closed
leethamen opened this issue Apr 15, 2023 · 2 comments
Closed

인풋에 알파벳 포함시 정합성 관련 #52

leethamen opened this issue Apr 15, 2023 · 2 comments

Comments

@leethamen
Copy link

인풋에 알파벳이 포함되면 대체적으로 정합성이 떨어지는 경향이 있는것 같습니다. (아래 예시)

혹시 보정 가능한 방법이 있을까요?

c타입자석케이블 -> c타입자 석 케이블

3d풋브러쉬 -> 3d풋 브러쉬

tv다 이 책장 -> tv다 이 책장

bmw썬바이저 -> bm w 썬바이저

@haven-jeon
Copy link
Owner

모델 자체에서 보정은 현재 어려운 상황이구요. 모델 입력 전에 전처리(영문 연속, 한글연속) 분리 하시고 한글연속(공백포함) 시퀀스에 대해서 Spacing을 하신뒤 그 결과를 영문 연속 결과로 붙이는 작업을 진행하는게 현실적이라 생각합니다.

@haven-jeon
Copy link
Owner

해당 이슈는 추가 코멘트 올려주실때 다시 오픈하겠습니다.

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

2 participants