You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Robert Muir (JIRA)" <ji...@apache.org> on 2018/01/08 22:50:00 UTC

[jira] [Commented] (LUCENE-8125) emoji sequence support in ICUTokenizer

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

Robert Muir commented on LUCENE-8125:
-------------------------------------

Note: I think it'd be nice to fix for standardtokenizer at some point too, but we need to first bring its grammar up to the latest unicode i think? This way it will have the latest uax#29 rules around this stuff such as "Do not break within emoji zwj sequences." So some work to do for that, but we can tackle here with ICU first.

> emoji sequence support in ICUTokenizer
> --------------------------------------
>
>                 Key: LUCENE-8125
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8125
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Robert Muir
>         Attachments: LUCENE-8125.patch
>
>
> uax29 word break rules already know how to handle these correctly, we just need to assign them a token type. 
> This is better than users trying to do this with custom rules (e.g. LUCENE-7916) because they are script-independent (common/inherited).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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