mirror of
https://github.com/gnosygnu/xowa.git
synced 2026-03-02 03:49:30 +00:00
Search: Add more punctuation symbols
This commit is contained in:
@@ -18,10 +18,10 @@ import gplx.core.btries.*;
|
||||
import gplx.core.intls.*;
|
||||
public class Xosearch_word_lang {
|
||||
private final Btrie_slim_mgr ws_bgn = Btrie_slim_mgr.cs()
|
||||
.Add_many_str("\t", "\n", "\r", " ", "/", "(", ")");
|
||||
.Add_many_str("\t", "\n", "\r", " ", "/", "(", ")", "[", "]", "<", ">");
|
||||
private final Btrie_slim_mgr ws_end;
|
||||
private final Btrie_slim_mgr punct_bgn = Btrie_slim_mgr.cs()
|
||||
.Add_many_str(".", ",", "?", "!", ":", ";", "'", "\"")
|
||||
.Add_many_str(".", ",", "?", "!", ":", ";", "'", "\"", "-")
|
||||
;
|
||||
private final Btrie_slim_mgr punct_end;
|
||||
public Xosearch_word_lang() {
|
||||
|
||||
Reference in New Issue
Block a user