항상 말많고 탈많은 한글 ㅋㅋ 그런데 이렇게 훌륭한 형태소 분석기를 개발해주셔서 너무 감사합니다.
다른 형태소 분석기와 비교해서 은전한닢 품질이 훨씬 좋아 꼭 은전한닢 사용하고 싶어요.
그런데 메모리가 조금씩 올라가서 다시 내려오지 않는 이슈가 있어서 개발자분들깨 살짝쿵 문의드려봅니다.
{
"settings" : {
"index" : {
"analysis" : {
"analyzer" : {
"korean": {
"type" : "custom",
"tokenizer" : "mecab_ko_standard_tokenizer"
},
"default": {
"type": "standard"
}
}
}
}
},
"mappings" : {
"tvprogram" : {
"_analyzer" : {
"path" : "language"
},
"properties" : {
"id" : {"type" : "string", "index" : "not_analyzed", "store" : "no"},
"title" : {"type" : "string", "index" : "analyzed", "store" : "yes"},
"sub_title" : {"type" : "string", "index" : "analyzed", "store" : "yes"},
"summary" : {"type" : "string", "index" : "analyzed", "store" : "no"},
"thumbnail" : {"type" : "string", "index" : "no", "store" : "yes"},
"language" : {"type": "string", "store":"no", "index":"no"},
"start_time" : {"type" : "date", "index" : "not_analyzed", "store" : "yes"},
"end_time" : {"type" : "date", "index" : "not_analyzed", "store" : "yes"}
}
}
}
}
은전한닢을 잘못 사용하고 있는건지.. 혹시 저와 같은 현상으로 고민하고 있는 분들은 없으신지..
다른분들의 도움을 얻고자 질문게시판에 등록합니다.
많은 도움 부탁드립니다.
감사합니다.