github.com/dolthub/go-mysql-server@v0.18.0/sql/encodings/weightmaps.go (about)

     1  // Copyright 2023 Dolthub, Inc.
     2  //
     3  // Licensed under the Apache License, Version 2.0 (the "License");
     4  // you may not use this file except in compliance with the License.
     5  // You may obtain a copy of the License at
     6  //
     7  //     http://www.apache.org/licenses/LICENSE-2.0
     8  //
     9  // Unless required by applicable law or agreed to in writing, software
    10  // distributed under the License is distributed on an "AS IS" BASIS,
    11  // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    12  // See the License for the specific language governing permissions and
    13  // limitations under the License.
    14  
    15  // THIS FILE IS GENERATED. DO NOT EDIT BY HAND.
    16  
    17  package encodings
    18  
    19  import (
    20  	_ "embed"
    21  	"encoding/binary"
    22  	"sync"
    23  )
    24  
    25  func loadWeightsMap(m map[rune]int32, bin []byte) {
    26  	for i := 0; i < len(bin); i += 8 {
    27  		m[rune(binary.BigEndian.Uint32(bin[i:]))] = int32(binary.BigEndian.Uint32(bin[i+4:]))
    28  	}
    29  }
    30  
    31  //go:embed common_utf8mb4_es_0900_ai_ci_Weights.bin
    32  var common_utf8mb4_es_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
    33  var common_utf8mb4_es_0900_ai_ci_Weights_map = make(map[rune]int32)
    34  var common_utf8mb4_es_0900_ai_ci_Weights_once sync.Once
    35  
    36  func common_utf8mb4_es_0900_ai_ci_Weights() map[rune]int32 {
    37  	common_utf8mb4_es_0900_ai_ci_Weights_once.Do(func() {
    38  		loadWeightsMap(common_utf8mb4_es_0900_ai_ci_Weights_map, common_utf8mb4_es_0900_ai_ci_Weights_bin)
    39  	})
    40  	return common_utf8mb4_es_0900_ai_ci_Weights_map
    41  }
    42  
    43  //go:embed common_utf8mb4_es_0900_as_cs_Weights.bin
    44  var common_utf8mb4_es_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
    45  var common_utf8mb4_es_0900_as_cs_Weights_map = make(map[rune]int32)
    46  var common_utf8mb4_es_0900_as_cs_Weights_once sync.Once
    47  
    48  func common_utf8mb4_es_0900_as_cs_Weights() map[rune]int32 {
    49  	common_utf8mb4_es_0900_as_cs_Weights_once.Do(func() {
    50  		loadWeightsMap(common_utf8mb4_es_0900_as_cs_Weights_map, common_utf8mb4_es_0900_as_cs_Weights_bin)
    51  	})
    52  	return common_utf8mb4_es_0900_as_cs_Weights_map
    53  }
    54  
    55  //go:embed common_utf_croatian_ci_Weights.bin
    56  var common_utf_croatian_ci_Weights_bin []byte // This is generated using the ./generate package.
    57  var common_utf_croatian_ci_Weights_map = make(map[rune]int32)
    58  var common_utf_croatian_ci_Weights_once sync.Once
    59  
    60  func common_utf_croatian_ci_Weights() map[rune]int32 {
    61  	common_utf_croatian_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_croatian_ci_Weights_map, common_utf_croatian_ci_Weights_bin) })
    62  	return common_utf_croatian_ci_Weights_map
    63  }
    64  
    65  //go:embed common_utf_czech_ci_Weights.bin
    66  var common_utf_czech_ci_Weights_bin []byte // This is generated using the ./generate package.
    67  var common_utf_czech_ci_Weights_map = make(map[rune]int32)
    68  var common_utf_czech_ci_Weights_once sync.Once
    69  
    70  func common_utf_czech_ci_Weights() map[rune]int32 {
    71  	common_utf_czech_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_czech_ci_Weights_map, common_utf_czech_ci_Weights_bin) })
    72  	return common_utf_czech_ci_Weights_map
    73  }
    74  
    75  //go:embed common_utf_danish_ci_Weights.bin
    76  var common_utf_danish_ci_Weights_bin []byte // This is generated using the ./generate package.
    77  var common_utf_danish_ci_Weights_map = make(map[rune]int32)
    78  var common_utf_danish_ci_Weights_once sync.Once
    79  
    80  func common_utf_danish_ci_Weights() map[rune]int32 {
    81  	common_utf_danish_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_danish_ci_Weights_map, common_utf_danish_ci_Weights_bin) })
    82  	return common_utf_danish_ci_Weights_map
    83  }
    84  
    85  //go:embed common_utf_esperanto_ci_Weights.bin
    86  var common_utf_esperanto_ci_Weights_bin []byte // This is generated using the ./generate package.
    87  var common_utf_esperanto_ci_Weights_map = make(map[rune]int32)
    88  var common_utf_esperanto_ci_Weights_once sync.Once
    89  
    90  func common_utf_esperanto_ci_Weights() map[rune]int32 {
    91  	common_utf_esperanto_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_esperanto_ci_Weights_map, common_utf_esperanto_ci_Weights_bin) })
    92  	return common_utf_esperanto_ci_Weights_map
    93  }
    94  
    95  //go:embed common_utf_estonian_ci_Weights.bin
    96  var common_utf_estonian_ci_Weights_bin []byte // This is generated using the ./generate package.
    97  var common_utf_estonian_ci_Weights_map = make(map[rune]int32)
    98  var common_utf_estonian_ci_Weights_once sync.Once
    99  
   100  func common_utf_estonian_ci_Weights() map[rune]int32 {
   101  	common_utf_estonian_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_estonian_ci_Weights_map, common_utf_estonian_ci_Weights_bin) })
   102  	return common_utf_estonian_ci_Weights_map
   103  }
   104  
   105  //go:embed common_utf_german2_ci_Weights.bin
   106  var common_utf_german2_ci_Weights_bin []byte // This is generated using the ./generate package.
   107  var common_utf_german2_ci_Weights_map = make(map[rune]int32)
   108  var common_utf_german2_ci_Weights_once sync.Once
   109  
   110  func common_utf_german2_ci_Weights() map[rune]int32 {
   111  	common_utf_german2_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_german2_ci_Weights_map, common_utf_german2_ci_Weights_bin) })
   112  	return common_utf_german2_ci_Weights_map
   113  }
   114  
   115  //go:embed common_utf_hungarian_ci_Weights.bin
   116  var common_utf_hungarian_ci_Weights_bin []byte // This is generated using the ./generate package.
   117  var common_utf_hungarian_ci_Weights_map = make(map[rune]int32)
   118  var common_utf_hungarian_ci_Weights_once sync.Once
   119  
   120  func common_utf_hungarian_ci_Weights() map[rune]int32 {
   121  	common_utf_hungarian_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_hungarian_ci_Weights_map, common_utf_hungarian_ci_Weights_bin) })
   122  	return common_utf_hungarian_ci_Weights_map
   123  }
   124  
   125  //go:embed common_utf_icelandic_ci_Weights.bin
   126  var common_utf_icelandic_ci_Weights_bin []byte // This is generated using the ./generate package.
   127  var common_utf_icelandic_ci_Weights_map = make(map[rune]int32)
   128  var common_utf_icelandic_ci_Weights_once sync.Once
   129  
   130  func common_utf_icelandic_ci_Weights() map[rune]int32 {
   131  	common_utf_icelandic_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_icelandic_ci_Weights_map, common_utf_icelandic_ci_Weights_bin) })
   132  	return common_utf_icelandic_ci_Weights_map
   133  }
   134  
   135  //go:embed common_utf_latvian_ci_Weights.bin
   136  var common_utf_latvian_ci_Weights_bin []byte // This is generated using the ./generate package.
   137  var common_utf_latvian_ci_Weights_map = make(map[rune]int32)
   138  var common_utf_latvian_ci_Weights_once sync.Once
   139  
   140  func common_utf_latvian_ci_Weights() map[rune]int32 {
   141  	common_utf_latvian_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_latvian_ci_Weights_map, common_utf_latvian_ci_Weights_bin) })
   142  	return common_utf_latvian_ci_Weights_map
   143  }
   144  
   145  //go:embed common_utf_lithuanian_ci_Weights.bin
   146  var common_utf_lithuanian_ci_Weights_bin []byte // This is generated using the ./generate package.
   147  var common_utf_lithuanian_ci_Weights_map = make(map[rune]int32)
   148  var common_utf_lithuanian_ci_Weights_once sync.Once
   149  
   150  func common_utf_lithuanian_ci_Weights() map[rune]int32 {
   151  	common_utf_lithuanian_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_lithuanian_ci_Weights_map, common_utf_lithuanian_ci_Weights_bin) })
   152  	return common_utf_lithuanian_ci_Weights_map
   153  }
   154  
   155  //go:embed common_utf_persian_ci_Weights.bin
   156  var common_utf_persian_ci_Weights_bin []byte // This is generated using the ./generate package.
   157  var common_utf_persian_ci_Weights_map = make(map[rune]int32)
   158  var common_utf_persian_ci_Weights_once sync.Once
   159  
   160  func common_utf_persian_ci_Weights() map[rune]int32 {
   161  	common_utf_persian_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_persian_ci_Weights_map, common_utf_persian_ci_Weights_bin) })
   162  	return common_utf_persian_ci_Weights_map
   163  }
   164  
   165  //go:embed common_utf_polish_ci_Weights.bin
   166  var common_utf_polish_ci_Weights_bin []byte // This is generated using the ./generate package.
   167  var common_utf_polish_ci_Weights_map = make(map[rune]int32)
   168  var common_utf_polish_ci_Weights_once sync.Once
   169  
   170  func common_utf_polish_ci_Weights() map[rune]int32 {
   171  	common_utf_polish_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_polish_ci_Weights_map, common_utf_polish_ci_Weights_bin) })
   172  	return common_utf_polish_ci_Weights_map
   173  }
   174  
   175  //go:embed common_utf_roman_ci_Weights.bin
   176  var common_utf_roman_ci_Weights_bin []byte // This is generated using the ./generate package.
   177  var common_utf_roman_ci_Weights_map = make(map[rune]int32)
   178  var common_utf_roman_ci_Weights_once sync.Once
   179  
   180  func common_utf_roman_ci_Weights() map[rune]int32 {
   181  	common_utf_roman_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_roman_ci_Weights_map, common_utf_roman_ci_Weights_bin) })
   182  	return common_utf_roman_ci_Weights_map
   183  }
   184  
   185  //go:embed common_utf_romanian_ci_Weights.bin
   186  var common_utf_romanian_ci_Weights_bin []byte // This is generated using the ./generate package.
   187  var common_utf_romanian_ci_Weights_map = make(map[rune]int32)
   188  var common_utf_romanian_ci_Weights_once sync.Once
   189  
   190  func common_utf_romanian_ci_Weights() map[rune]int32 {
   191  	common_utf_romanian_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_romanian_ci_Weights_map, common_utf_romanian_ci_Weights_bin) })
   192  	return common_utf_romanian_ci_Weights_map
   193  }
   194  
   195  //go:embed common_utf_sinhala_ci_Weights.bin
   196  var common_utf_sinhala_ci_Weights_bin []byte // This is generated using the ./generate package.
   197  var common_utf_sinhala_ci_Weights_map = make(map[rune]int32)
   198  var common_utf_sinhala_ci_Weights_once sync.Once
   199  
   200  func common_utf_sinhala_ci_Weights() map[rune]int32 {
   201  	common_utf_sinhala_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_sinhala_ci_Weights_map, common_utf_sinhala_ci_Weights_bin) })
   202  	return common_utf_sinhala_ci_Weights_map
   203  }
   204  
   205  //go:embed common_utf_slovak_ci_Weights.bin
   206  var common_utf_slovak_ci_Weights_bin []byte // This is generated using the ./generate package.
   207  var common_utf_slovak_ci_Weights_map = make(map[rune]int32)
   208  var common_utf_slovak_ci_Weights_once sync.Once
   209  
   210  func common_utf_slovak_ci_Weights() map[rune]int32 {
   211  	common_utf_slovak_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_slovak_ci_Weights_map, common_utf_slovak_ci_Weights_bin) })
   212  	return common_utf_slovak_ci_Weights_map
   213  }
   214  
   215  //go:embed common_utf_slovenian_ci_Weights.bin
   216  var common_utf_slovenian_ci_Weights_bin []byte // This is generated using the ./generate package.
   217  var common_utf_slovenian_ci_Weights_map = make(map[rune]int32)
   218  var common_utf_slovenian_ci_Weights_once sync.Once
   219  
   220  func common_utf_slovenian_ci_Weights() map[rune]int32 {
   221  	common_utf_slovenian_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_slovenian_ci_Weights_map, common_utf_slovenian_ci_Weights_bin) })
   222  	return common_utf_slovenian_ci_Weights_map
   223  }
   224  
   225  //go:embed common_utf_spanish2_ci_Weights.bin
   226  var common_utf_spanish2_ci_Weights_bin []byte // This is generated using the ./generate package.
   227  var common_utf_spanish2_ci_Weights_map = make(map[rune]int32)
   228  var common_utf_spanish2_ci_Weights_once sync.Once
   229  
   230  func common_utf_spanish2_ci_Weights() map[rune]int32 {
   231  	common_utf_spanish2_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_spanish2_ci_Weights_map, common_utf_spanish2_ci_Weights_bin) })
   232  	return common_utf_spanish2_ci_Weights_map
   233  }
   234  
   235  //go:embed common_utf_swedish_ci_Weights.bin
   236  var common_utf_swedish_ci_Weights_bin []byte // This is generated using the ./generate package.
   237  var common_utf_swedish_ci_Weights_map = make(map[rune]int32)
   238  var common_utf_swedish_ci_Weights_once sync.Once
   239  
   240  func common_utf_swedish_ci_Weights() map[rune]int32 {
   241  	common_utf_swedish_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_swedish_ci_Weights_map, common_utf_swedish_ci_Weights_bin) })
   242  	return common_utf_swedish_ci_Weights_map
   243  }
   244  
   245  //go:embed common_utf_turkish_ci_Weights.bin
   246  var common_utf_turkish_ci_Weights_bin []byte // This is generated using the ./generate package.
   247  var common_utf_turkish_ci_Weights_map = make(map[rune]int32)
   248  var common_utf_turkish_ci_Weights_once sync.Once
   249  
   250  func common_utf_turkish_ci_Weights() map[rune]int32 {
   251  	common_utf_turkish_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_turkish_ci_Weights_map, common_utf_turkish_ci_Weights_bin) })
   252  	return common_utf_turkish_ci_Weights_map
   253  }
   254  
   255  //go:embed common_utf_unicode_520_ci_Weights.bin
   256  var common_utf_unicode_520_ci_Weights_bin []byte // This is generated using the ./generate package.
   257  var common_utf_unicode_520_ci_Weights_map = make(map[rune]int32)
   258  var common_utf_unicode_520_ci_Weights_once sync.Once
   259  
   260  func common_utf_unicode_520_ci_Weights() map[rune]int32 {
   261  	common_utf_unicode_520_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_unicode_520_ci_Weights_map, common_utf_unicode_520_ci_Weights_bin) })
   262  	return common_utf_unicode_520_ci_Weights_map
   263  }
   264  
   265  //go:embed common_utf_unicode_ci_Weights.bin
   266  var common_utf_unicode_ci_Weights_bin []byte // This is generated using the ./generate package.
   267  var common_utf_unicode_ci_Weights_map = make(map[rune]int32)
   268  var common_utf_unicode_ci_Weights_once sync.Once
   269  
   270  func common_utf_unicode_ci_Weights() map[rune]int32 {
   271  	common_utf_unicode_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_unicode_ci_Weights_map, common_utf_unicode_ci_Weights_bin) })
   272  	return common_utf_unicode_ci_Weights_map
   273  }
   274  
   275  //go:embed common_utf_vietnamese_ci_Weights.bin
   276  var common_utf_vietnamese_ci_Weights_bin []byte // This is generated using the ./generate package.
   277  var common_utf_vietnamese_ci_Weights_map = make(map[rune]int32)
   278  var common_utf_vietnamese_ci_Weights_once sync.Once
   279  
   280  func common_utf_vietnamese_ci_Weights() map[rune]int32 {
   281  	common_utf_vietnamese_ci_Weights_once.Do(func() { loadWeightsMap(common_utf_vietnamese_ci_Weights_map, common_utf_vietnamese_ci_Weights_bin) })
   282  	return common_utf_vietnamese_ci_Weights_map
   283  }
   284  
   285  //go:embed utf8mb3_unicode_520_ci_Weights.bin
   286  var utf8mb3_unicode_520_ci_Weights_bin []byte // This is generated using the ./generate package.
   287  var utf8mb3_unicode_520_ci_Weights_map = make(map[rune]int32)
   288  var utf8mb3_unicode_520_ci_Weights_once sync.Once
   289  
   290  func utf8mb3_unicode_520_ci_Weights() map[rune]int32 {
   291  	utf8mb3_unicode_520_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb3_unicode_520_ci_Weights_map, utf8mb3_unicode_520_ci_Weights_bin) })
   292  	return utf8mb3_unicode_520_ci_Weights_map
   293  }
   294  
   295  //go:embed utf8mb4_0900_ai_ci_Weights.bin
   296  var utf8mb4_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   297  var utf8mb4_0900_ai_ci_Weights_map = make(map[rune]int32)
   298  var utf8mb4_0900_ai_ci_Weights_once sync.Once
   299  
   300  func utf8mb4_0900_ai_ci_Weights() map[rune]int32 {
   301  	utf8mb4_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_0900_ai_ci_Weights_map, utf8mb4_0900_ai_ci_Weights_bin) })
   302  	return utf8mb4_0900_ai_ci_Weights_map
   303  }
   304  
   305  //go:embed utf8mb4_0900_as_ci_Weights.bin
   306  var utf8mb4_0900_as_ci_Weights_bin []byte // This is generated using the ./generate package.
   307  var utf8mb4_0900_as_ci_Weights_map = make(map[rune]int32)
   308  var utf8mb4_0900_as_ci_Weights_once sync.Once
   309  
   310  func utf8mb4_0900_as_ci_Weights() map[rune]int32 {
   311  	utf8mb4_0900_as_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_0900_as_ci_Weights_map, utf8mb4_0900_as_ci_Weights_bin) })
   312  	return utf8mb4_0900_as_ci_Weights_map
   313  }
   314  
   315  //go:embed utf8mb4_0900_as_cs_Weights.bin
   316  var utf8mb4_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   317  var utf8mb4_0900_as_cs_Weights_map = make(map[rune]int32)
   318  var utf8mb4_0900_as_cs_Weights_once sync.Once
   319  
   320  func utf8mb4_0900_as_cs_Weights() map[rune]int32 {
   321  	utf8mb4_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_0900_as_cs_Weights_map, utf8mb4_0900_as_cs_Weights_bin) })
   322  	return utf8mb4_0900_as_cs_Weights_map
   323  }
   324  
   325  //go:embed utf8mb4_cs_0900_ai_ci_Weights.bin
   326  var utf8mb4_cs_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   327  var utf8mb4_cs_0900_ai_ci_Weights_map = make(map[rune]int32)
   328  var utf8mb4_cs_0900_ai_ci_Weights_once sync.Once
   329  
   330  func utf8mb4_cs_0900_ai_ci_Weights() map[rune]int32 {
   331  	utf8mb4_cs_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_cs_0900_ai_ci_Weights_map, utf8mb4_cs_0900_ai_ci_Weights_bin) })
   332  	return utf8mb4_cs_0900_ai_ci_Weights_map
   333  }
   334  
   335  //go:embed utf8mb4_cs_0900_as_cs_Weights.bin
   336  var utf8mb4_cs_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   337  var utf8mb4_cs_0900_as_cs_Weights_map = make(map[rune]int32)
   338  var utf8mb4_cs_0900_as_cs_Weights_once sync.Once
   339  
   340  func utf8mb4_cs_0900_as_cs_Weights() map[rune]int32 {
   341  	utf8mb4_cs_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_cs_0900_as_cs_Weights_map, utf8mb4_cs_0900_as_cs_Weights_bin) })
   342  	return utf8mb4_cs_0900_as_cs_Weights_map
   343  }
   344  
   345  //go:embed utf8mb4_da_0900_ai_ci_Weights.bin
   346  var utf8mb4_da_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   347  var utf8mb4_da_0900_ai_ci_Weights_map = make(map[rune]int32)
   348  var utf8mb4_da_0900_ai_ci_Weights_once sync.Once
   349  
   350  func utf8mb4_da_0900_ai_ci_Weights() map[rune]int32 {
   351  	utf8mb4_da_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_da_0900_ai_ci_Weights_map, utf8mb4_da_0900_ai_ci_Weights_bin) })
   352  	return utf8mb4_da_0900_ai_ci_Weights_map
   353  }
   354  
   355  //go:embed utf8mb4_da_0900_as_cs_Weights.bin
   356  var utf8mb4_da_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   357  var utf8mb4_da_0900_as_cs_Weights_map = make(map[rune]int32)
   358  var utf8mb4_da_0900_as_cs_Weights_once sync.Once
   359  
   360  func utf8mb4_da_0900_as_cs_Weights() map[rune]int32 {
   361  	utf8mb4_da_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_da_0900_as_cs_Weights_map, utf8mb4_da_0900_as_cs_Weights_bin) })
   362  	return utf8mb4_da_0900_as_cs_Weights_map
   363  }
   364  
   365  //go:embed utf8mb4_de_pb_0900_ai_ci_Weights.bin
   366  var utf8mb4_de_pb_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   367  var utf8mb4_de_pb_0900_ai_ci_Weights_map = make(map[rune]int32)
   368  var utf8mb4_de_pb_0900_ai_ci_Weights_once sync.Once
   369  
   370  func utf8mb4_de_pb_0900_ai_ci_Weights() map[rune]int32 {
   371  	utf8mb4_de_pb_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_de_pb_0900_ai_ci_Weights_map, utf8mb4_de_pb_0900_ai_ci_Weights_bin) })
   372  	return utf8mb4_de_pb_0900_ai_ci_Weights_map
   373  }
   374  
   375  //go:embed utf8mb4_de_pb_0900_as_cs_Weights.bin
   376  var utf8mb4_de_pb_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   377  var utf8mb4_de_pb_0900_as_cs_Weights_map = make(map[rune]int32)
   378  var utf8mb4_de_pb_0900_as_cs_Weights_once sync.Once
   379  
   380  func utf8mb4_de_pb_0900_as_cs_Weights() map[rune]int32 {
   381  	utf8mb4_de_pb_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_de_pb_0900_as_cs_Weights_map, utf8mb4_de_pb_0900_as_cs_Weights_bin) })
   382  	return utf8mb4_de_pb_0900_as_cs_Weights_map
   383  }
   384  
   385  //go:embed utf8mb4_eo_0900_ai_ci_Weights.bin
   386  var utf8mb4_eo_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   387  var utf8mb4_eo_0900_ai_ci_Weights_map = make(map[rune]int32)
   388  var utf8mb4_eo_0900_ai_ci_Weights_once sync.Once
   389  
   390  func utf8mb4_eo_0900_ai_ci_Weights() map[rune]int32 {
   391  	utf8mb4_eo_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_eo_0900_ai_ci_Weights_map, utf8mb4_eo_0900_ai_ci_Weights_bin) })
   392  	return utf8mb4_eo_0900_ai_ci_Weights_map
   393  }
   394  
   395  //go:embed utf8mb4_eo_0900_as_cs_Weights.bin
   396  var utf8mb4_eo_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   397  var utf8mb4_eo_0900_as_cs_Weights_map = make(map[rune]int32)
   398  var utf8mb4_eo_0900_as_cs_Weights_once sync.Once
   399  
   400  func utf8mb4_eo_0900_as_cs_Weights() map[rune]int32 {
   401  	utf8mb4_eo_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_eo_0900_as_cs_Weights_map, utf8mb4_eo_0900_as_cs_Weights_bin) })
   402  	return utf8mb4_eo_0900_as_cs_Weights_map
   403  }
   404  
   405  //go:embed utf8mb4_et_0900_ai_ci_Weights.bin
   406  var utf8mb4_et_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   407  var utf8mb4_et_0900_ai_ci_Weights_map = make(map[rune]int32)
   408  var utf8mb4_et_0900_ai_ci_Weights_once sync.Once
   409  
   410  func utf8mb4_et_0900_ai_ci_Weights() map[rune]int32 {
   411  	utf8mb4_et_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_et_0900_ai_ci_Weights_map, utf8mb4_et_0900_ai_ci_Weights_bin) })
   412  	return utf8mb4_et_0900_ai_ci_Weights_map
   413  }
   414  
   415  //go:embed utf8mb4_et_0900_as_cs_Weights.bin
   416  var utf8mb4_et_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   417  var utf8mb4_et_0900_as_cs_Weights_map = make(map[rune]int32)
   418  var utf8mb4_et_0900_as_cs_Weights_once sync.Once
   419  
   420  func utf8mb4_et_0900_as_cs_Weights() map[rune]int32 {
   421  	utf8mb4_et_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_et_0900_as_cs_Weights_map, utf8mb4_et_0900_as_cs_Weights_bin) })
   422  	return utf8mb4_et_0900_as_cs_Weights_map
   423  }
   424  
   425  //go:embed utf8mb4_hr_0900_ai_ci_Weights.bin
   426  var utf8mb4_hr_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   427  var utf8mb4_hr_0900_ai_ci_Weights_map = make(map[rune]int32)
   428  var utf8mb4_hr_0900_ai_ci_Weights_once sync.Once
   429  
   430  func utf8mb4_hr_0900_ai_ci_Weights() map[rune]int32 {
   431  	utf8mb4_hr_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_hr_0900_ai_ci_Weights_map, utf8mb4_hr_0900_ai_ci_Weights_bin) })
   432  	return utf8mb4_hr_0900_ai_ci_Weights_map
   433  }
   434  
   435  //go:embed utf8mb4_hr_0900_as_cs_Weights.bin
   436  var utf8mb4_hr_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   437  var utf8mb4_hr_0900_as_cs_Weights_map = make(map[rune]int32)
   438  var utf8mb4_hr_0900_as_cs_Weights_once sync.Once
   439  
   440  func utf8mb4_hr_0900_as_cs_Weights() map[rune]int32 {
   441  	utf8mb4_hr_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_hr_0900_as_cs_Weights_map, utf8mb4_hr_0900_as_cs_Weights_bin) })
   442  	return utf8mb4_hr_0900_as_cs_Weights_map
   443  }
   444  
   445  //go:embed utf8mb4_hu_0900_ai_ci_Weights.bin
   446  var utf8mb4_hu_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   447  var utf8mb4_hu_0900_ai_ci_Weights_map = make(map[rune]int32)
   448  var utf8mb4_hu_0900_ai_ci_Weights_once sync.Once
   449  
   450  func utf8mb4_hu_0900_ai_ci_Weights() map[rune]int32 {
   451  	utf8mb4_hu_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_hu_0900_ai_ci_Weights_map, utf8mb4_hu_0900_ai_ci_Weights_bin) })
   452  	return utf8mb4_hu_0900_ai_ci_Weights_map
   453  }
   454  
   455  //go:embed utf8mb4_hu_0900_as_cs_Weights.bin
   456  var utf8mb4_hu_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   457  var utf8mb4_hu_0900_as_cs_Weights_map = make(map[rune]int32)
   458  var utf8mb4_hu_0900_as_cs_Weights_once sync.Once
   459  
   460  func utf8mb4_hu_0900_as_cs_Weights() map[rune]int32 {
   461  	utf8mb4_hu_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_hu_0900_as_cs_Weights_map, utf8mb4_hu_0900_as_cs_Weights_bin) })
   462  	return utf8mb4_hu_0900_as_cs_Weights_map
   463  }
   464  
   465  //go:embed utf8mb4_is_0900_ai_ci_Weights.bin
   466  var utf8mb4_is_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   467  var utf8mb4_is_0900_ai_ci_Weights_map = make(map[rune]int32)
   468  var utf8mb4_is_0900_ai_ci_Weights_once sync.Once
   469  
   470  func utf8mb4_is_0900_ai_ci_Weights() map[rune]int32 {
   471  	utf8mb4_is_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_is_0900_ai_ci_Weights_map, utf8mb4_is_0900_ai_ci_Weights_bin) })
   472  	return utf8mb4_is_0900_ai_ci_Weights_map
   473  }
   474  
   475  //go:embed utf8mb4_is_0900_as_cs_Weights.bin
   476  var utf8mb4_is_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   477  var utf8mb4_is_0900_as_cs_Weights_map = make(map[rune]int32)
   478  var utf8mb4_is_0900_as_cs_Weights_once sync.Once
   479  
   480  func utf8mb4_is_0900_as_cs_Weights() map[rune]int32 {
   481  	utf8mb4_is_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_is_0900_as_cs_Weights_map, utf8mb4_is_0900_as_cs_Weights_bin) })
   482  	return utf8mb4_is_0900_as_cs_Weights_map
   483  }
   484  
   485  //go:embed utf8mb4_ja_0900_as_cs_Weights.bin
   486  var utf8mb4_ja_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   487  var utf8mb4_ja_0900_as_cs_Weights_map = make(map[rune]int32)
   488  var utf8mb4_ja_0900_as_cs_Weights_once sync.Once
   489  
   490  func utf8mb4_ja_0900_as_cs_Weights() map[rune]int32 {
   491  	utf8mb4_ja_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_ja_0900_as_cs_Weights_map, utf8mb4_ja_0900_as_cs_Weights_bin) })
   492  	return utf8mb4_ja_0900_as_cs_Weights_map
   493  }
   494  
   495  //go:embed utf8mb4_ja_0900_as_cs_ks_Weights.bin
   496  var utf8mb4_ja_0900_as_cs_ks_Weights_bin []byte // This is generated using the ./generate package.
   497  var utf8mb4_ja_0900_as_cs_ks_Weights_map = make(map[rune]int32)
   498  var utf8mb4_ja_0900_as_cs_ks_Weights_once sync.Once
   499  
   500  func utf8mb4_ja_0900_as_cs_ks_Weights() map[rune]int32 {
   501  	utf8mb4_ja_0900_as_cs_ks_Weights_once.Do(func() { loadWeightsMap(utf8mb4_ja_0900_as_cs_ks_Weights_map, utf8mb4_ja_0900_as_cs_ks_Weights_bin) })
   502  	return utf8mb4_ja_0900_as_cs_ks_Weights_map
   503  }
   504  
   505  //go:embed utf8mb4_la_0900_ai_ci_Weights.bin
   506  var utf8mb4_la_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   507  var utf8mb4_la_0900_ai_ci_Weights_map = make(map[rune]int32)
   508  var utf8mb4_la_0900_ai_ci_Weights_once sync.Once
   509  
   510  func utf8mb4_la_0900_ai_ci_Weights() map[rune]int32 {
   511  	utf8mb4_la_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_la_0900_ai_ci_Weights_map, utf8mb4_la_0900_ai_ci_Weights_bin) })
   512  	return utf8mb4_la_0900_ai_ci_Weights_map
   513  }
   514  
   515  //go:embed utf8mb4_la_0900_as_cs_Weights.bin
   516  var utf8mb4_la_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   517  var utf8mb4_la_0900_as_cs_Weights_map = make(map[rune]int32)
   518  var utf8mb4_la_0900_as_cs_Weights_once sync.Once
   519  
   520  func utf8mb4_la_0900_as_cs_Weights() map[rune]int32 {
   521  	utf8mb4_la_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_la_0900_as_cs_Weights_map, utf8mb4_la_0900_as_cs_Weights_bin) })
   522  	return utf8mb4_la_0900_as_cs_Weights_map
   523  }
   524  
   525  //go:embed utf8mb4_lt_0900_ai_ci_Weights.bin
   526  var utf8mb4_lt_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   527  var utf8mb4_lt_0900_ai_ci_Weights_map = make(map[rune]int32)
   528  var utf8mb4_lt_0900_ai_ci_Weights_once sync.Once
   529  
   530  func utf8mb4_lt_0900_ai_ci_Weights() map[rune]int32 {
   531  	utf8mb4_lt_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_lt_0900_ai_ci_Weights_map, utf8mb4_lt_0900_ai_ci_Weights_bin) })
   532  	return utf8mb4_lt_0900_ai_ci_Weights_map
   533  }
   534  
   535  //go:embed utf8mb4_lt_0900_as_cs_Weights.bin
   536  var utf8mb4_lt_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   537  var utf8mb4_lt_0900_as_cs_Weights_map = make(map[rune]int32)
   538  var utf8mb4_lt_0900_as_cs_Weights_once sync.Once
   539  
   540  func utf8mb4_lt_0900_as_cs_Weights() map[rune]int32 {
   541  	utf8mb4_lt_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_lt_0900_as_cs_Weights_map, utf8mb4_lt_0900_as_cs_Weights_bin) })
   542  	return utf8mb4_lt_0900_as_cs_Weights_map
   543  }
   544  
   545  //go:embed utf8mb4_lv_0900_ai_ci_Weights.bin
   546  var utf8mb4_lv_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   547  var utf8mb4_lv_0900_ai_ci_Weights_map = make(map[rune]int32)
   548  var utf8mb4_lv_0900_ai_ci_Weights_once sync.Once
   549  
   550  func utf8mb4_lv_0900_ai_ci_Weights() map[rune]int32 {
   551  	utf8mb4_lv_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_lv_0900_ai_ci_Weights_map, utf8mb4_lv_0900_ai_ci_Weights_bin) })
   552  	return utf8mb4_lv_0900_ai_ci_Weights_map
   553  }
   554  
   555  //go:embed utf8mb4_lv_0900_as_cs_Weights.bin
   556  var utf8mb4_lv_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   557  var utf8mb4_lv_0900_as_cs_Weights_map = make(map[rune]int32)
   558  var utf8mb4_lv_0900_as_cs_Weights_once sync.Once
   559  
   560  func utf8mb4_lv_0900_as_cs_Weights() map[rune]int32 {
   561  	utf8mb4_lv_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_lv_0900_as_cs_Weights_map, utf8mb4_lv_0900_as_cs_Weights_bin) })
   562  	return utf8mb4_lv_0900_as_cs_Weights_map
   563  }
   564  
   565  //go:embed utf8mb4_pl_0900_ai_ci_Weights.bin
   566  var utf8mb4_pl_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   567  var utf8mb4_pl_0900_ai_ci_Weights_map = make(map[rune]int32)
   568  var utf8mb4_pl_0900_ai_ci_Weights_once sync.Once
   569  
   570  func utf8mb4_pl_0900_ai_ci_Weights() map[rune]int32 {
   571  	utf8mb4_pl_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_pl_0900_ai_ci_Weights_map, utf8mb4_pl_0900_ai_ci_Weights_bin) })
   572  	return utf8mb4_pl_0900_ai_ci_Weights_map
   573  }
   574  
   575  //go:embed utf8mb4_pl_0900_as_cs_Weights.bin
   576  var utf8mb4_pl_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   577  var utf8mb4_pl_0900_as_cs_Weights_map = make(map[rune]int32)
   578  var utf8mb4_pl_0900_as_cs_Weights_once sync.Once
   579  
   580  func utf8mb4_pl_0900_as_cs_Weights() map[rune]int32 {
   581  	utf8mb4_pl_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_pl_0900_as_cs_Weights_map, utf8mb4_pl_0900_as_cs_Weights_bin) })
   582  	return utf8mb4_pl_0900_as_cs_Weights_map
   583  }
   584  
   585  //go:embed utf8mb4_ro_0900_ai_ci_Weights.bin
   586  var utf8mb4_ro_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   587  var utf8mb4_ro_0900_ai_ci_Weights_map = make(map[rune]int32)
   588  var utf8mb4_ro_0900_ai_ci_Weights_once sync.Once
   589  
   590  func utf8mb4_ro_0900_ai_ci_Weights() map[rune]int32 {
   591  	utf8mb4_ro_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_ro_0900_ai_ci_Weights_map, utf8mb4_ro_0900_ai_ci_Weights_bin) })
   592  	return utf8mb4_ro_0900_ai_ci_Weights_map
   593  }
   594  
   595  //go:embed utf8mb4_ro_0900_as_cs_Weights.bin
   596  var utf8mb4_ro_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   597  var utf8mb4_ro_0900_as_cs_Weights_map = make(map[rune]int32)
   598  var utf8mb4_ro_0900_as_cs_Weights_once sync.Once
   599  
   600  func utf8mb4_ro_0900_as_cs_Weights() map[rune]int32 {
   601  	utf8mb4_ro_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_ro_0900_as_cs_Weights_map, utf8mb4_ro_0900_as_cs_Weights_bin) })
   602  	return utf8mb4_ro_0900_as_cs_Weights_map
   603  }
   604  
   605  //go:embed utf8mb4_ru_0900_ai_ci_Weights.bin
   606  var utf8mb4_ru_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   607  var utf8mb4_ru_0900_ai_ci_Weights_map = make(map[rune]int32)
   608  var utf8mb4_ru_0900_ai_ci_Weights_once sync.Once
   609  
   610  func utf8mb4_ru_0900_ai_ci_Weights() map[rune]int32 {
   611  	utf8mb4_ru_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_ru_0900_ai_ci_Weights_map, utf8mb4_ru_0900_ai_ci_Weights_bin) })
   612  	return utf8mb4_ru_0900_ai_ci_Weights_map
   613  }
   614  
   615  //go:embed utf8mb4_ru_0900_as_cs_Weights.bin
   616  var utf8mb4_ru_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   617  var utf8mb4_ru_0900_as_cs_Weights_map = make(map[rune]int32)
   618  var utf8mb4_ru_0900_as_cs_Weights_once sync.Once
   619  
   620  func utf8mb4_ru_0900_as_cs_Weights() map[rune]int32 {
   621  	utf8mb4_ru_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_ru_0900_as_cs_Weights_map, utf8mb4_ru_0900_as_cs_Weights_bin) })
   622  	return utf8mb4_ru_0900_as_cs_Weights_map
   623  }
   624  
   625  //go:embed utf8mb4_sk_0900_ai_ci_Weights.bin
   626  var utf8mb4_sk_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   627  var utf8mb4_sk_0900_ai_ci_Weights_map = make(map[rune]int32)
   628  var utf8mb4_sk_0900_ai_ci_Weights_once sync.Once
   629  
   630  func utf8mb4_sk_0900_ai_ci_Weights() map[rune]int32 {
   631  	utf8mb4_sk_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_sk_0900_ai_ci_Weights_map, utf8mb4_sk_0900_ai_ci_Weights_bin) })
   632  	return utf8mb4_sk_0900_ai_ci_Weights_map
   633  }
   634  
   635  //go:embed utf8mb4_sk_0900_as_cs_Weights.bin
   636  var utf8mb4_sk_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   637  var utf8mb4_sk_0900_as_cs_Weights_map = make(map[rune]int32)
   638  var utf8mb4_sk_0900_as_cs_Weights_once sync.Once
   639  
   640  func utf8mb4_sk_0900_as_cs_Weights() map[rune]int32 {
   641  	utf8mb4_sk_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_sk_0900_as_cs_Weights_map, utf8mb4_sk_0900_as_cs_Weights_bin) })
   642  	return utf8mb4_sk_0900_as_cs_Weights_map
   643  }
   644  
   645  //go:embed utf8mb4_sl_0900_ai_ci_Weights.bin
   646  var utf8mb4_sl_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   647  var utf8mb4_sl_0900_ai_ci_Weights_map = make(map[rune]int32)
   648  var utf8mb4_sl_0900_ai_ci_Weights_once sync.Once
   649  
   650  func utf8mb4_sl_0900_ai_ci_Weights() map[rune]int32 {
   651  	utf8mb4_sl_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_sl_0900_ai_ci_Weights_map, utf8mb4_sl_0900_ai_ci_Weights_bin) })
   652  	return utf8mb4_sl_0900_ai_ci_Weights_map
   653  }
   654  
   655  //go:embed utf8mb4_sl_0900_as_cs_Weights.bin
   656  var utf8mb4_sl_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   657  var utf8mb4_sl_0900_as_cs_Weights_map = make(map[rune]int32)
   658  var utf8mb4_sl_0900_as_cs_Weights_once sync.Once
   659  
   660  func utf8mb4_sl_0900_as_cs_Weights() map[rune]int32 {
   661  	utf8mb4_sl_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_sl_0900_as_cs_Weights_map, utf8mb4_sl_0900_as_cs_Weights_bin) })
   662  	return utf8mb4_sl_0900_as_cs_Weights_map
   663  }
   664  
   665  //go:embed utf8mb4_sv_0900_ai_ci_Weights.bin
   666  var utf8mb4_sv_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   667  var utf8mb4_sv_0900_ai_ci_Weights_map = make(map[rune]int32)
   668  var utf8mb4_sv_0900_ai_ci_Weights_once sync.Once
   669  
   670  func utf8mb4_sv_0900_ai_ci_Weights() map[rune]int32 {
   671  	utf8mb4_sv_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_sv_0900_ai_ci_Weights_map, utf8mb4_sv_0900_ai_ci_Weights_bin) })
   672  	return utf8mb4_sv_0900_ai_ci_Weights_map
   673  }
   674  
   675  //go:embed utf8mb4_sv_0900_as_cs_Weights.bin
   676  var utf8mb4_sv_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   677  var utf8mb4_sv_0900_as_cs_Weights_map = make(map[rune]int32)
   678  var utf8mb4_sv_0900_as_cs_Weights_once sync.Once
   679  
   680  func utf8mb4_sv_0900_as_cs_Weights() map[rune]int32 {
   681  	utf8mb4_sv_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_sv_0900_as_cs_Weights_map, utf8mb4_sv_0900_as_cs_Weights_bin) })
   682  	return utf8mb4_sv_0900_as_cs_Weights_map
   683  }
   684  
   685  //go:embed utf8mb4_tr_0900_ai_ci_Weights.bin
   686  var utf8mb4_tr_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   687  var utf8mb4_tr_0900_ai_ci_Weights_map = make(map[rune]int32)
   688  var utf8mb4_tr_0900_ai_ci_Weights_once sync.Once
   689  
   690  func utf8mb4_tr_0900_ai_ci_Weights() map[rune]int32 {
   691  	utf8mb4_tr_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_tr_0900_ai_ci_Weights_map, utf8mb4_tr_0900_ai_ci_Weights_bin) })
   692  	return utf8mb4_tr_0900_ai_ci_Weights_map
   693  }
   694  
   695  //go:embed utf8mb4_tr_0900_as_cs_Weights.bin
   696  var utf8mb4_tr_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   697  var utf8mb4_tr_0900_as_cs_Weights_map = make(map[rune]int32)
   698  var utf8mb4_tr_0900_as_cs_Weights_once sync.Once
   699  
   700  func utf8mb4_tr_0900_as_cs_Weights() map[rune]int32 {
   701  	utf8mb4_tr_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_tr_0900_as_cs_Weights_map, utf8mb4_tr_0900_as_cs_Weights_bin) })
   702  	return utf8mb4_tr_0900_as_cs_Weights_map
   703  }
   704  
   705  //go:embed utf8mb4_vi_0900_ai_ci_Weights.bin
   706  var utf8mb4_vi_0900_ai_ci_Weights_bin []byte // This is generated using the ./generate package.
   707  var utf8mb4_vi_0900_ai_ci_Weights_map = make(map[rune]int32)
   708  var utf8mb4_vi_0900_ai_ci_Weights_once sync.Once
   709  
   710  func utf8mb4_vi_0900_ai_ci_Weights() map[rune]int32 {
   711  	utf8mb4_vi_0900_ai_ci_Weights_once.Do(func() { loadWeightsMap(utf8mb4_vi_0900_ai_ci_Weights_map, utf8mb4_vi_0900_ai_ci_Weights_bin) })
   712  	return utf8mb4_vi_0900_ai_ci_Weights_map
   713  }
   714  
   715  //go:embed utf8mb4_vi_0900_as_cs_Weights.bin
   716  var utf8mb4_vi_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   717  var utf8mb4_vi_0900_as_cs_Weights_map = make(map[rune]int32)
   718  var utf8mb4_vi_0900_as_cs_Weights_once sync.Once
   719  
   720  func utf8mb4_vi_0900_as_cs_Weights() map[rune]int32 {
   721  	utf8mb4_vi_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_vi_0900_as_cs_Weights_map, utf8mb4_vi_0900_as_cs_Weights_bin) })
   722  	return utf8mb4_vi_0900_as_cs_Weights_map
   723  }
   724  
   725  //go:embed utf8mb4_zh_0900_as_cs_Weights.bin
   726  var utf8mb4_zh_0900_as_cs_Weights_bin []byte // This is generated using the ./generate package.
   727  var utf8mb4_zh_0900_as_cs_Weights_map = make(map[rune]int32)
   728  var utf8mb4_zh_0900_as_cs_Weights_once sync.Once
   729  
   730  func utf8mb4_zh_0900_as_cs_Weights() map[rune]int32 {
   731  	utf8mb4_zh_0900_as_cs_Weights_once.Do(func() { loadWeightsMap(utf8mb4_zh_0900_as_cs_Weights_map, utf8mb4_zh_0900_as_cs_Weights_bin) })
   732  	return utf8mb4_zh_0900_as_cs_Weights_map
   733  }