Results 105 comments of Minchul Lee

@ManifoldFR I thougt a free function would be good at first, but implementing as member functions looks better. Is it correct that you are intending something like the following? ```cpp...

@ManifoldFR Great! I cancel my words "separated header file". Please feel free to add member functions :)

enum `Match`에 새 bit flag인 `joinEp`를 추가하고 아래 함수에 결합 로직만 추가하면 된다. https://github.com/bab2min/Kiwi/blob/37bfa605dcabed0bbfd1843d4ded46a43140e621/src/Kiwi.cpp#L533-L599

Hi @Maybells Thank you for your attention. It seems there are some bugs in compiling script in Windows environment. I'll fix it in near future. Until then, I recommend to...

@jang-geon 오류 제보 감사드립니다. 조사해본 결과 `add_re_word`로 등록한 `Token` 패턴이 연속으로 등장하는 경우 두번째 Token에 user_value가 누락되는 버그가 있는 것으로 확인되었습니다. 다음 업데이트에서 수정할 예정입니다.