[ 
https://issues.apache.org/jira/browse/LUCENE-8812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16859467#comment-16859467
 ] 

ASF subversion and git services commented on LUCENE-8812:
---------------------------------------------------------

Commit 5a75b8a0808e577f9f1a737f411104034cc23a6b in lucene-solr's branch 
refs/heads/master from Namgyu Kim
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=5a75b8a ]

LUCENE-8812: Add new KoreanNumberFilter that can change Hangul character to 
number and process decimal point

Signed-off-by: Namgyu Kim <nam...@apache.org>


> add KoreanNumberFilter to Nori(Korean) Analyzer
> -----------------------------------------------
>
>                 Key: LUCENE-8812
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8812
>             Project: Lucene - Core
>          Issue Type: New Feature
>            Reporter: Namgyu Kim
>            Assignee: Namgyu Kim
>            Priority: Major
>         Attachments: LUCENE-8812.patch
>
>
> This is a follow-up issue to LUCENE-8784.
> The KoreanNumberFilter is a TokenFilter that normalizes Korean numbers to 
> regular Arabic decimal numbers in half-width characters.
> Logic is similar to JapaneseNumberFilter.
> It should be able to cover the following test cases.
> 1) Korean Word to Number
> 십만이천오백 => 102500
> 2) 1 character conversion
> 일영영영 => 1000
> 3) Decimal Point Calculation
> 3.2천 => 3200
> 4) Comma between three digits
> 4,647.0010 => 4647.001



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to