You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by GitBox <gi...@apache.org> on 2019/03/11 07:03:07 UTC

[GitHub] [lucene-solr] gritmind commented on a change in pull request #576: LUCENE-8631: Longest-Matching for User words in Nori Tokenizer

gritmind commented on a change in pull request #576: LUCENE-8631: Longest-Matching for User words in Nori Tokenizer
URL: https://github.com/apache/lucene-solr/pull/576#discussion_r264108120
 
 

 ##########
 File path: lucene/analysis/nori/src/java/org/apache/lucene/analysis/ko/KoreanTokenizer.java
 ##########
 @@ -514,6 +522,9 @@ private void parse() throws IOException {
     // Index of the last character of unknown word:
     int unknownWordEndIndex = -1;
 
+    /// Largest global posAhead of user word
+    int global_posAheadMax = -1;
 
 Review comment:
   Please refer to the below (1) comment. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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