Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-8631

How Nori Tokenizer can deal with Longest-Matching

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 8.1, 9.0
    • modules/analysis
    • None
    • New

    Description

      I think... Nori tokenizer has one issue. 

      I don’t understand why “Longest-Matching” is NOT working to Nori tokenizer via config mode (config mode: https://www.elastic.co/guide/en/elasticsearch/plugins/6.x/analysis-nori-tokenizer.html).

       

      Here is an example for explaining what is longest-matching.

      Let assume we have `userdict_ko.txt` including only three Korean single-words such as ‘골드’, ‘브라운’, ‘골드브라운’, and save it to Nori analyzer. After update, we can see that it outputs two tokens such as ‘골드’ and ‘브라운’, when the input is ‘골드브라운’. (In English: ‘골드’ means ‘gold’, ‘브라운’ means ‘brown’, and ‘골드브라운’ means ‘goldbrown’)

       

      With this result, we recognize that “Longest-Matching” is NOT working. If “Longest-Matching” is working, the output must be ‘골드브라운’, which is the longest matching word in the user dictionary.

       

      Curiously enough, when we add user dictionary via custom mode (custom mode: https://github.com/jimczi/nori/blob/master/how-to-custom-dict.asciidoc), we found the result is ‘골드브라운’, where ‘Longest-Matching’ is applied. We think the reason is because learned Mecab engine automatically generates word costs by its own criteria. We hope this mechanism is also applied to config mode.

       

      Would you tell me the way to “Longest-Matching” via config mode (not custom) or give me some hints (e.g. where to modify source codes) to solve this problem?

       

      P.S

      Recently, I've mailed to jim.ferenczi, who is a developer of Nori, and received his suggestions:

         - Add a way to set a score to each new rule (this way you could set up a negative cost for the compound word that is less than the sum of the two single words.

         - Same as above but the cost is computed from the statistics of the training (like the custom dictionary does when you recompile entirely).

         - Implement longest-match first in the dictionary.

       

      Thanks for your support.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              gritmind Yeongsu Kim
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 1h 50m
                  1h 50m