You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/09/15 19:51:02 UTC

[GitHub] [lucene] danmuzi opened a new issue, #11778: add detailed part-of-speech tag for particle and ending on Nori

danmuzi opened a new issue, #11778:
URL: https://github.com/apache/lucene/issues/11778

   ### Description
   
   There are several tag types for **particle**(조사) and **ending**(어미) in mecab-ko-dic.
   (https://docs.google.com/spreadsheets/d/1-9blXKjtjeKZqsf4NzHeYJCrr49-nXeRF6D80udfcwY)
   But Nori only tags **J(particle), E(ending)** for that.
   
   When using a Korean morpheme analyzer, detailed part-of-speech information is often required. (E.g., misanalysis debugging)
   Or, there is case that user want to remove specific pos tag.
   For this case, Lucene currently supports `KoreanPartOfSpeechStopFilter`.
   With the current structure, it is impossible to remove a specific tag for particle and ending.
   (E.g., I only want to remove "Sentence-closing ending" pos tag)
   
   To solve that, detailed pos tag information for particle and ending is needed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org


[GitHub] [lucene] danmuzi closed issue #11778: add detailed part-of-speech tag for particle and ending on Nori

Posted by GitBox <gi...@apache.org>.
danmuzi closed issue #11778: add detailed part-of-speech tag for particle and ending on Nori
URL: https://github.com/apache/lucene/issues/11778


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org