rmuir commented on pull request #15:
URL: https://github.com/apache/lucene/pull/15#issuecomment-799603748


   > I'm inclined to think the significant performance gain for such a common 
case is worth it -- as a user I'd certainly not want that type of functionality 
hidden from me. I wonder if there's a way to "have cake and eat it too" ...
   
   Another option is to improve them in CLDR itself. I have reported bugs in 
the area before: https://unicode-org.atlassian.net/browse/CLDR-2348
   
   I doubt performance was considered much when authors wrote thes rules. I'll 
pick on one of these I contributed: 
https://github.com/unicode-org/cldr/blob/master/common/transforms/Maldivian-Latin-BGN.xml
 
   
   It converts to NFD but this may be a no-op as I'm not sure anything accepted 
by the filter really decomposes, and no accent-reordering here. I can't for the 
life of me remember why i put that NFD there :) 


----------------------------------------------------------------
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:
us...@infra.apache.org



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

Reply via email to