#2671 update mapping.txt
This commit is contained in:
parent
d6df7256c6
commit
8e6d35c982
2 changed files with 5 additions and 2 deletions
|
@ -1150,7 +1150,7 @@
|
|||
"char_filter": [
|
||||
"mapping_filter"
|
||||
],
|
||||
"tokenizer": "unigram_search_tokenizer",
|
||||
"tokenizer": "standard",
|
||||
"filter": [
|
||||
"asciifolding",
|
||||
"alphanum_word_filter",
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
# # Copyright (C) 2016 Shinji Ikeda All Rights Reserved. # Copyright 2009-2017 CodeLibs Project #
|
||||
# Copyright (C) 2016 Shinji Ikeda All Rights Reserved.
|
||||
# Copyright 2009-2017 CodeLibs Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
|
@ -46,6 +48,7 @@
|
|||
∼ => 〜
|
||||
∿ => 〜
|
||||
~ => 〜
|
||||
. => \u0020
|
||||
|
||||
A => A
|
||||
B => B
|
||||
|
|
Loading…
Add table
Reference in a new issue