Update spaCy pipeline
Browse files- .gitattributes +2 -0
- README.md +30 -0
- config.cfg +129 -0
- en_pipeline-any-py3-none-any.whl +3 -0
- meta.json +35 -0
- ner/cfg +13 -0
- ner/model +3 -0
- ner/moves +1 -0
- tokenizer +3 -0
- vocab/key2row +1 -0
- vocab/lookups.bin +3 -0
- vocab/strings.json +2519 -0
- vocab/vectors +0 -0
- vocab/vectors.cfg +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
en_pipeline-any-py3-none-any.whl filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
ner/model filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- spacy
|
| 4 |
+
- token-classification
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
---
|
| 8 |
+
| Feature | Description |
|
| 9 |
+
| --- | --- |
|
| 10 |
+
| **Name** | `en_pipeline` |
|
| 11 |
+
| **Version** | `0.0.0` |
|
| 12 |
+
| **spaCy** | `>=3.5.4,<3.6.0` |
|
| 13 |
+
| **Default Pipeline** | `ner` |
|
| 14 |
+
| **Components** | `ner` |
|
| 15 |
+
| **Vectors** | 0 keys, 0 unique vectors (0 dimensions) |
|
| 16 |
+
| **Sources** | n/a |
|
| 17 |
+
| **License** | n/a |
|
| 18 |
+
| **Author** | [n/a]() |
|
| 19 |
+
|
| 20 |
+
### Label Scheme
|
| 21 |
+
|
| 22 |
+
<details>
|
| 23 |
+
|
| 24 |
+
<summary>View label scheme (1 labels for 1 components)</summary>
|
| 25 |
+
|
| 26 |
+
| Component | Labels |
|
| 27 |
+
| --- | --- |
|
| 28 |
+
| **`ner`** | `REF_NO` |
|
| 29 |
+
|
| 30 |
+
</details>
|
config.cfg
ADDED
|
@@ -0,0 +1,129 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[paths]
|
| 2 |
+
train = null
|
| 3 |
+
dev = null
|
| 4 |
+
vectors = null
|
| 5 |
+
init_tok2vec = null
|
| 6 |
+
|
| 7 |
+
[system]
|
| 8 |
+
seed = 0
|
| 9 |
+
gpu_allocator = null
|
| 10 |
+
|
| 11 |
+
[nlp]
|
| 12 |
+
lang = "en"
|
| 13 |
+
pipeline = ["ner"]
|
| 14 |
+
disabled = []
|
| 15 |
+
before_creation = null
|
| 16 |
+
after_creation = null
|
| 17 |
+
after_pipeline_creation = null
|
| 18 |
+
batch_size = 1000
|
| 19 |
+
tokenizer = {"@tokenizers":"spacy.Tokenizer.v1"}
|
| 20 |
+
|
| 21 |
+
[components]
|
| 22 |
+
|
| 23 |
+
[components.ner]
|
| 24 |
+
factory = "ner"
|
| 25 |
+
incorrect_spans_key = null
|
| 26 |
+
moves = null
|
| 27 |
+
scorer = {"@scorers":"spacy.ner_scorer.v1"}
|
| 28 |
+
update_with_oracle_cut_size = 100
|
| 29 |
+
|
| 30 |
+
[components.ner.model]
|
| 31 |
+
@architectures = "spacy.TransitionBasedParser.v2"
|
| 32 |
+
state_type = "ner"
|
| 33 |
+
extra_state_tokens = false
|
| 34 |
+
hidden_width = 64
|
| 35 |
+
maxout_pieces = 2
|
| 36 |
+
use_upper = true
|
| 37 |
+
nO = null
|
| 38 |
+
|
| 39 |
+
[components.ner.model.tok2vec]
|
| 40 |
+
@architectures = "spacy.HashEmbedCNN.v2"
|
| 41 |
+
pretrained_vectors = null
|
| 42 |
+
width = 96
|
| 43 |
+
depth = 4
|
| 44 |
+
embed_size = 2000
|
| 45 |
+
window_size = 1
|
| 46 |
+
maxout_pieces = 3
|
| 47 |
+
subword_features = true
|
| 48 |
+
|
| 49 |
+
[corpora]
|
| 50 |
+
|
| 51 |
+
[corpora.dev]
|
| 52 |
+
@readers = "spacy.Corpus.v1"
|
| 53 |
+
path = ${paths.dev}
|
| 54 |
+
gold_preproc = false
|
| 55 |
+
max_length = 0
|
| 56 |
+
limit = 0
|
| 57 |
+
augmenter = null
|
| 58 |
+
|
| 59 |
+
[corpora.train]
|
| 60 |
+
@readers = "spacy.Corpus.v1"
|
| 61 |
+
path = ${paths.train}
|
| 62 |
+
gold_preproc = false
|
| 63 |
+
max_length = 0
|
| 64 |
+
limit = 0
|
| 65 |
+
augmenter = null
|
| 66 |
+
|
| 67 |
+
[training]
|
| 68 |
+
seed = ${system.seed}
|
| 69 |
+
gpu_allocator = ${system.gpu_allocator}
|
| 70 |
+
dropout = 0.1
|
| 71 |
+
accumulate_gradient = 1
|
| 72 |
+
patience = 1600
|
| 73 |
+
max_epochs = 0
|
| 74 |
+
max_steps = 20000
|
| 75 |
+
eval_frequency = 200
|
| 76 |
+
frozen_components = []
|
| 77 |
+
annotating_components = []
|
| 78 |
+
dev_corpus = "corpora.dev"
|
| 79 |
+
train_corpus = "corpora.train"
|
| 80 |
+
before_to_disk = null
|
| 81 |
+
before_update = null
|
| 82 |
+
|
| 83 |
+
[training.batcher]
|
| 84 |
+
@batchers = "spacy.batch_by_words.v1"
|
| 85 |
+
discard_oversize = false
|
| 86 |
+
tolerance = 0.2
|
| 87 |
+
get_length = null
|
| 88 |
+
|
| 89 |
+
[training.batcher.size]
|
| 90 |
+
@schedules = "compounding.v1"
|
| 91 |
+
start = 100
|
| 92 |
+
stop = 1000
|
| 93 |
+
compound = 1.001
|
| 94 |
+
t = 0.0
|
| 95 |
+
|
| 96 |
+
[training.logger]
|
| 97 |
+
@loggers = "spacy.ConsoleLogger.v1"
|
| 98 |
+
progress_bar = false
|
| 99 |
+
|
| 100 |
+
[training.optimizer]
|
| 101 |
+
@optimizers = "Adam.v1"
|
| 102 |
+
beta1 = 0.9
|
| 103 |
+
beta2 = 0.999
|
| 104 |
+
L2_is_weight_decay = true
|
| 105 |
+
L2 = 0.01
|
| 106 |
+
grad_clip = 1.0
|
| 107 |
+
use_averages = false
|
| 108 |
+
eps = 0.00000001
|
| 109 |
+
learn_rate = 0.001
|
| 110 |
+
|
| 111 |
+
[training.score_weights]
|
| 112 |
+
ents_f = 1.0
|
| 113 |
+
ents_p = 0.0
|
| 114 |
+
ents_r = 0.0
|
| 115 |
+
ents_per_type = null
|
| 116 |
+
|
| 117 |
+
[pretraining]
|
| 118 |
+
|
| 119 |
+
[initialize]
|
| 120 |
+
vectors = ${paths.vectors}
|
| 121 |
+
init_tok2vec = ${paths.init_tok2vec}
|
| 122 |
+
vocab_data = null
|
| 123 |
+
lookups = null
|
| 124 |
+
before_init = null
|
| 125 |
+
after_init = null
|
| 126 |
+
|
| 127 |
+
[initialize.components]
|
| 128 |
+
|
| 129 |
+
[initialize.tokenizer]
|
en_pipeline-any-py3-none-any.whl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3b8e482674c401f2e3fac435ced2e33bee65e1b4c768d8b3262c11b6ce15099
|
| 3 |
+
size 3562633
|
meta.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"lang":"en",
|
| 3 |
+
"name":"pipeline",
|
| 4 |
+
"version":"0.0.0",
|
| 5 |
+
"description":"",
|
| 6 |
+
"author":"",
|
| 7 |
+
"email":"",
|
| 8 |
+
"url":"",
|
| 9 |
+
"license":"",
|
| 10 |
+
"spacy_version":">=3.5.4,<3.6.0",
|
| 11 |
+
"spacy_git_version":"7a2833bf2",
|
| 12 |
+
"vectors":{
|
| 13 |
+
"width":0,
|
| 14 |
+
"vectors":0,
|
| 15 |
+
"keys":0,
|
| 16 |
+
"name":null
|
| 17 |
+
},
|
| 18 |
+
"labels":{
|
| 19 |
+
"ner":[
|
| 20 |
+
"REF_NO"
|
| 21 |
+
]
|
| 22 |
+
},
|
| 23 |
+
"pipeline":[
|
| 24 |
+
"ner"
|
| 25 |
+
],
|
| 26 |
+
"components":[
|
| 27 |
+
"ner"
|
| 28 |
+
],
|
| 29 |
+
"disabled":[
|
| 30 |
+
|
| 31 |
+
],
|
| 32 |
+
"requirements":[
|
| 33 |
+
|
| 34 |
+
]
|
| 35 |
+
}
|
ner/cfg
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"moves":null,
|
| 3 |
+
"update_with_oracle_cut_size":100,
|
| 4 |
+
"multitasks":[
|
| 5 |
+
|
| 6 |
+
],
|
| 7 |
+
"min_action_freq":1,
|
| 8 |
+
"learn_tokens":false,
|
| 9 |
+
"beam_width":1,
|
| 10 |
+
"beam_density":0.0,
|
| 11 |
+
"beam_update_prob":0.0,
|
| 12 |
+
"incorrect_spans_key":null
|
| 13 |
+
}
|
ner/model
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f10d6af24630f1d1ee3db15214834fcf85bba1c7aff3998abc1eedf4d5e9c448
|
| 3 |
+
size 3832920
|
ner/moves
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
��moves�`{"0":{},"1":{"REF_NO":-1},"2":{"REF_NO":-1},"3":{"REF_NO":-1},"4":{"":1,"REF_NO":-1},"5":{"":1}}�cfg��neg_key�
|
tokenizer
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
��prefix_search��^§|^%|^=|^—|^–|^\+(?![0-9])|^…|^……|^,|^:|^;|^\!|^\?|^¿|^؟|^¡|^\(|^\)|^\[|^\]|^\{|^\}|^<|^>|^_|^#|^\*|^&|^。|^?|^!|^,|^、|^;|^:|^~|^·|^।|^،|^۔|^؛|^٪|^\.\.+|^…|^\'|^"|^”|^“|^`|^‘|^´|^’|^‚|^,|^„|^»|^«|^「|^」|^『|^』|^(|^)|^〔|^〕|^【|^】|^《|^》|^〈|^〉|^〈|^〉|^⟦|^⟧|^\$|^£|^€|^¥|^฿|^US\$|^C\$|^A\$|^₽|^﷼|^₴|^₠|^₡|^₢|^₣|^₤|^₥|^₦|^₧|^₨|^₩|^₪|^₫|^€|^₭|^₮|^₯|^₰|^₱|^₲|^₳|^₴|^₵|^₶|^₷|^₸|^₹|^₺|^₻|^₼|^₽|^₾|^₿|^[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]�suffix_search�2�…$|……$|,$|:$|;$|\!$|\?$|¿$|؟$|¡$|\($|\)$|\[$|\]$|\{$|\}$|<$|>$|_$|#$|\*$|&$|。$|?$|!$|,$|、$|;$|:$|~$|·$|।$|،$|۔$|؛$|٪$|\.\.+$|…$|\'$|"$|”$|“$|`$|‘$|´$|’$|‚$|,$|„$|»$|«$|「$|」$|『$|』$|($|)$|〔$|〕$|【$|】$|《$|》$|〈$|〉$|〈$|〉$|⟦$|⟧$|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]$|'s$|'S$|’s$|’S$|—$|–$|(?<=[0-9])\+$|(?<=°[FfCcKk])\.$|(?<=[0-9])(?:\$|£|€|¥|฿|US\$|C\$|A\$|₽|﷼|₴|₠|₡|₢|₣|₤|₥|₦|₧|₨|₩|₪|₫|€|₭|₮|₯|₰|₱|₲|₳|₴|₵|₶|₷|₸|₹|₺|₻|₼|₽|₾|₿)$|(?<=[0-9])(?:km|km²|km³|m|m²|m³|dm|dm²|dm³|cm|cm²|cm³|mm|mm²|mm³|ha|µm|nm|yd|in|ft|kg|g|mg|µg|t|lb|oz|m/s|km/h|kmh|mph|hPa|Pa|mbar|mb|MB|kb|KB|gb|GB|tb|TB|T|G|M|K|%|км|км²|км³|м|м²|м³|дм|дм²|дм³|см|см²|см³|мм|мм²|мм³|нм|кг|г|мг|м/с|км/ч|кПа|Па|мбар|Кб|КБ|кб|Мб|МБ|мб|Гб|ГБ|гб|Тб|ТБ|тбكم|كم²|كم³|م|م²|م³|سم|سم²|سم³|مم|مم²|مم³|كم|غرام|جرام|جم|كغ|ملغ|كوب|اكواب)$|(?<=[0-9a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-яәөүҗңһα-ωάέίόώήύа-щюяіїєґѓѕјљњќѐѝ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F%²\-\+…|……|,|:|;|\!|\?|¿|؟|¡|\(|\)|\[|\]|\{|\}|<|>|_|#|\*|&|。|?|!|,|、|;|:|~|·|।|،|۔|؛|٪(?:\'"”“`‘´’‚,„»«「」『』()〔〕【】《》〈〉〈〉⟦⟧)])\.$|(?<=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEЁА-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌΏΉΎА-ЩЮЯІЇЄҐЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F][A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEЁА-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌΏΉΎА-ЩЮЯІЇЄҐЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])\.$�infix_finditer�>�\.\.+|…|[\u00A6\u00A9\u00AE\u00B0\u0482\u058D\u058E\u060E\u060F\u06DE\u06E9\u06FD\u06FE\u07F6\u09FA\u0B70\u0BF3-\u0BF8\u0BFA\u0C7F\u0D4F\u0D79\u0F01-\u0F03\u0F13\u0F15-\u0F17\u0F1A-\u0F1F\u0F34\u0F36\u0F38\u0FBE-\u0FC5\u0FC7-\u0FCC\u0FCE\u0FCF\u0FD5-\u0FD8\u109E\u109F\u1390-\u1399\u1940\u19DE-\u19FF\u1B61-\u1B6A\u1B74-\u1B7C\u2100\u2101\u2103-\u2106\u2108\u2109\u2114\u2116\u2117\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u214A\u214C\u214D\u214F\u218A\u218B\u2195-\u2199\u219C-\u219F\u21A1\u21A2\u21A4\u21A5\u21A7-\u21AD\u21AF-\u21CD\u21D0\u21D1\u21D3\u21D5-\u21F3\u2300-\u2307\u230C-\u231F\u2322-\u2328\u232B-\u237B\u237D-\u239A\u23B4-\u23DB\u23E2-\u2426\u2440-\u244A\u249C-\u24E9\u2500-\u25B6\u25B8-\u25C0\u25C2-\u25F7\u2600-\u266E\u2670-\u2767\u2794-\u27BF\u2800-\u28FF\u2B00-\u2B2F\u2B45\u2B46\u2B4D-\u2B73\u2B76-\u2B95\u2B98-\u2BC8\u2BCA-\u2BFE\u2CE5-\u2CEA\u2E80-\u2E99\u2E9B-\u2EF3\u2F00-\u2FD5\u2FF0-\u2FFB\u3004\u3012\u3013\u3020\u3036\u3037\u303E\u303F\u3190\u3191\u3196-\u319F\u31C0-\u31E3\u3200-\u321E\u322A-\u3247\u3250\u3260-\u327F\u328A-\u32B0\u32C0-\u32FE\u3300-\u33FF\u4DC0-\u4DFF\uA490-\uA4C6\uA828-\uA82B\uA836\uA837\uA839\uAA77-\uAA79\uFDFD\uFFE4\uFFE8\uFFED\uFFEE\uFFFC\uFFFD\U00010137-\U0001013F\U00010179-\U00010189\U0001018C-\U0001018E\U00010190-\U0001019B\U000101A0\U000101D0-\U000101FC\U00010877\U00010878\U00010AC8\U0001173F\U00016B3C-\U00016B3F\U00016B45\U0001BC9C\U0001D000-\U0001D0F5\U0001D100-\U0001D126\U0001D129-\U0001D164\U0001D16A-\U0001D16C\U0001D183\U0001D184\U0001D18C-\U0001D1A9\U0001D1AE-\U0001D1E8\U0001D200-\U0001D241\U0001D245\U0001D300-\U0001D356\U0001D800-\U0001D9FF\U0001DA37-\U0001DA3A\U0001DA6D-\U0001DA74\U0001DA76-\U0001DA83\U0001DA85\U0001DA86\U0001ECAC\U0001F000-\U0001F02B\U0001F030-\U0001F093\U0001F0A0-\U0001F0AE\U0001F0B1-\U0001F0BF\U0001F0C1-\U0001F0CF\U0001F0D1-\U0001F0F5\U0001F110-\U0001F16B\U0001F170-\U0001F1AC\U0001F1E6-\U0001F202\U0001F210-\U0001F23B\U0001F240-\U0001F248\U0001F250\U0001F251\U0001F260-\U0001F265\U0001F300-\U0001F3FA\U0001F400-\U0001F6D4\U0001F6E0-\U0001F6EC\U0001F6F0-\U0001F6F9\U0001F700-\U0001F773\U0001F780-\U0001F7D8\U0001F800-\U0001F80B\U0001F810-\U0001F847\U0001F850-\U0001F859\U0001F860-\U0001F887\U0001F890-\U0001F8AD\U0001F900-\U0001F90B\U0001F910-\U0001F93E\U0001F940-\U0001F970\U0001F973-\U0001F976\U0001F97A\U0001F97C-\U0001F9A2\U0001F9B0-\U0001F9B9\U0001F9C0-\U0001F9C2\U0001F9D0-\U0001F9FF\U0001FA60-\U0001FA6D]|(?<=[0-9])[+\-\*^](?=[0-9-])|(?<=[a-z\uFF41-\uFF5A\u00DF-\u00F6\u00F8-\u00FF\u0101\u0103\u0105\u0107\u0109\u010B\u010D\u010F\u0111\u0113\u0115\u0117\u0119\u011B\u011D\u011F\u0121\u0123\u0125\u0127\u0129\u012B\u012D\u012F\u0131\u0133\u0135\u0137\u0138\u013A\u013C\u013E\u0140\u0142\u0144\u0146\u0148\u0149\u014B\u014D\u014F\u0151\u0153\u0155\u0157\u0159\u015B\u015D\u015F\u0161\u0163\u0165\u0167\u0169\u016B\u016D\u016F\u0171\u0173\u0175\u0177\u017A\u017C\u017E\u017F\u0180\u0183\u0185\u0188\u018C\u018D\u0192\u0195\u0199-\u019B\u019E\u01A1\u01A3\u01A5\u01A8\u01AA\u01AB\u01AD\u01B0\u01B4\u01B6\u01B9\u01BA\u01BD-\u01BF\u01C6\u01C9\u01CC\u01CE\u01D0\u01D2\u01D4\u01D6\u01D8\u01DA\u01DC\u01DD\u01DF\u01E1\u01E3\u01E5\u01E7\u01E9\u01EB\u01ED\u01EF\u01F0\u01F3\u01F5\u01F9\u01FB\u01FD\u01FF\u0201\u0203\u0205\u0207\u0209\u020B\u020D\u020F\u0211\u0213\u0215\u0217\u0219\u021B\u021D\u021F\u0221\u0223\u0225\u0227\u0229\u022B\u022D\u022F\u0231\u0233-\u0239\u023C\u023F\u0240\u0242\u0247\u0249\u024B\u024D\u024F\u2C61\u2C65\u2C66\u2C68\u2C6A\u2C6C\u2C71\u2C73\u2C74\u2C76-\u2C7B\uA723\uA725\uA727\uA729\uA72B\uA72D\uA72F-\uA731\uA733\uA735\uA737\uA739\uA73B\uA73D\uA73F\uA741\uA743\uA745\uA747\uA749\uA74B\uA74D\uA74F\uA751\uA753\uA755\uA757\uA759\uA75B\uA75D\uA75F\uA761\uA763\uA765\uA767\uA769\uA76B\uA76D\uA76F\uA771-\uA778\uA77A\uA77C\uA77F\uA781\uA783\uA785\uA787\uA78C\uA78E\uA791\uA793-\uA795\uA797\uA799\uA79B\uA79D\uA79F\uA7A1\uA7A3\uA7A5\uA7A7\uA7A9\uA7AF\uA7B5\uA7B7\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E01\u1E03\u1E05\u1E07\u1E09\u1E0B\u1E0D\u1E0F\u1E11\u1E13\u1E15\u1E17\u1E19\u1E1B\u1E1D\u1E1F\u1E21\u1E23\u1E25\u1E27\u1E29\u1E2B\u1E2D\u1E2F\u1E31\u1E33\u1E35\u1E37\u1E39\u1E3B\u1E3D\u1E3F\u1E41\u1E43\u1E45\u1E47\u1E49\u1E4B\u1E4D\u1E4F\u1E51\u1E53\u1E55\u1E57\u1E59\u1E5B\u1E5D\u1E5F\u1E61\u1E63\u1E65\u1E67\u1E69\u1E6B\u1E6D\u1E6F\u1E71\u1E73\u1E75\u1E77\u1E79\u1E7B\u1E7D\u1E7F\u1E81\u1E83\u1E85\u1E87\u1E89\u1E8B\u1E8D\u1E8F\u1E91\u1E93\u1E95-\u1E9D\u1E9F\u1EA1\u1EA3\u1EA5\u1EA7\u1EA9\u1EAB\u1EAD\u1EAF\u1EB1\u1EB3\u1EB5\u1EB7\u1EB9\u1EBB\u1EBD\u1EBF\u1EC1\u1EC3\u1EC5\u1EC7\u1EC9\u1ECB\u1ECD\u1ECF\u1ED1\u1ED3\u1ED5\u1ED7\u1ED9\u1EDB\u1EDD\u1EDF\u1EE1\u1EE3\u1EE5\u1EE7\u1EE9\u1EEB\u1EED\u1EEF\u1EF1\u1EF3\u1EF5\u1EF7\u1EF9\u1EFB\u1EFD\u1EFFёа-яәөүҗңһα-ωάέίόώήύа-щюяіїєґѓѕјљњќѐѝ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"”“`‘´’‚,„»«「」『』()〔〕【】《》〈〉〈〉⟦⟧])\.(?=[A-Z\uFF21-\uFF3A\u00C0-\u00D6\u00D8-\u00DE\u0100\u0102\u0104\u0106\u0108\u010A\u010C\u010E\u0110\u0112\u0114\u0116\u0118\u011A\u011C\u011E\u0120\u0122\u0124\u0126\u0128\u012A\u012C\u012E\u0130\u0132\u0134\u0136\u0139\u013B\u013D\u013F\u0141\u0143\u0145\u0147\u014A\u014C\u014E\u0150\u0152\u0154\u0156\u0158\u015A\u015C\u015E\u0160\u0162\u0164\u0166\u0168\u016A\u016C\u016E\u0170\u0172\u0174\u0176\u0178\u0179\u017B\u017D\u0181\u0182\u0184\u0186\u0187\u0189-\u018B\u018E-\u0191\u0193\u0194\u0196-\u0198\u019C\u019D\u019F\u01A0\u01A2\u01A4\u01A6\u01A7\u01A9\u01AC\u01AE\u01AF\u01B1-\u01B3\u01B5\u01B7\u01B8\u01BC\u01C4\u01C7\u01CA\u01CD\u01CF\u01D1\u01D3\u01D5\u01D7\u01D9\u01DB\u01DE\u01E0\u01E2\u01E4\u01E6\u01E8\u01EA\u01EC\u01EE\u01F1\u01F4\u01F6-\u01F8\u01FA\u01FC\u01FE\u0200\u0202\u0204\u0206\u0208\u020A\u020C\u020E\u0210\u0212\u0214\u0216\u0218\u021A\u021C\u021E\u0220\u0222\u0224\u0226\u0228\u022A\u022C\u022E\u0230\u0232\u023A\u023B\u023D\u023E\u0241\u0243-\u0246\u0248\u024A\u024C\u024E\u2C60\u2C62-\u2C64\u2C67\u2C69\u2C6B\u2C6D-\u2C70\u2C72\u2C75\u2C7E\u2C7F\uA722\uA724\uA726\uA728\uA72A\uA72C\uA72E\uA732\uA734\uA736\uA738\uA73A\uA73C\uA73E\uA740\uA742\uA744\uA746\uA748\uA74A\uA74C\uA74E\uA750\uA752\uA754\uA756\uA758\uA75A\uA75C\uA75E\uA760\uA762\uA764\uA766\uA768\uA76A\uA76C\uA76E\uA779\uA77B\uA77D\uA77E\uA780\uA782\uA784\uA786\uA78B\uA78D\uA790\uA792\uA796\uA798\uA79A\uA79C\uA79E\uA7A0\uA7A2\uA7A4\uA7A6\uA7A8\uA7AA-\uA7AE\uA7B0-\uA7B4\uA7B6\uA7B8\u1E00\u1E02\u1E04\u1E06\u1E08\u1E0A\u1E0C\u1E0E\u1E10\u1E12\u1E14\u1E16\u1E18\u1E1A\u1E1C\u1E1E\u1E20\u1E22\u1E24\u1E26\u1E28\u1E2A\u1E2C\u1E2E\u1E30\u1E32\u1E34\u1E36\u1E38\u1E3A\u1E3C\u1E3E\u1E40\u1E42\u1E44\u1E46\u1E48\u1E4A\u1E4C\u1E4E\u1E50\u1E52\u1E54\u1E56\u1E58\u1E5A\u1E5C\u1E5E\u1E60\u1E62\u1E64\u1E66\u1E68\u1E6A\u1E6C\u1E6E\u1E70\u1E72\u1E74\u1E76\u1E78\u1E7A\u1E7C\u1E7E\u1E80\u1E82\u1E84\u1E86\u1E88\u1E8A\u1E8C\u1E8E\u1E90\u1E92\u1E94\u1E9E\u1EA0\u1EA2\u1EA4\u1EA6\u1EA8\u1EAA\u1EAC\u1EAE\u1EB0\u1EB2\u1EB4\u1EB6\u1EB8\u1EBA\u1EBC\u1EBE\u1EC0\u1EC2\u1EC4\u1EC6\u1EC8\u1ECA\u1ECC\u1ECE\u1ED0\u1ED2\u1ED4\u1ED6\u1ED8\u1EDA\u1EDC\u1EDE\u1EE0\u1EE2\u1EE4\u1EE6\u1EE8\u1EEA\u1EEC\u1EEE\u1EF0\u1EF2\u1EF4\u1EF6\u1EF8\u1EFA\u1EFC\u1EFEЁА-ЯӘӨҮҖҢҺΑ-ΩΆΈΊΌΏΉΎА-ЩЮЯІЇЄҐЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F\'"”“`‘´’‚,„»«「」『』()〔〕【】《》〈〉〈〉⟦⟧])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F]),(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F0-9])(?:-|–|—|--|---|——|~)(?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])|(?<=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F0-9])[:<>=/](?=[A-Za-z\uFF21-\uFF3A\uFF41-\uFF5A\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u00FF\u0100-\u017F\u0180-\u01BF\u01C4-\u024F\u2C60-\u2C7B\u2C7E\u2C7F\uA722-\uA76F\uA771-\uA787\uA78B-\uA78E\uA790-\uA7B9\uA7FA\uAB30-\uAB5A\uAB60-\uAB64\u0250-\u02AF\u1D00-\u1D25\u1D6B-\u1D77\u1D79-\u1D9A\u1E00-\u1EFFёа-яЁА-ЯәөүҗңһӘӨҮҖҢҺα-ωάέίόώήύΑ-ΩΆΈΊΌΏΉΎа-щюяіїєґА-ЩЮЯІЇЄҐѓѕјљњќѐѝЃЅЈЉЊЌЀЍ\u1200-\u137F\u0980-\u09FF\u0591-\u05F4\uFB1D-\uFB4F\u0620-\u064A\u066E-\u06D5\u06E5-\u06FF\u0750-\u077F\u08A0-\u08BD\uFB50-\uFBB1\uFBD3-\uFD3D\uFD50-\uFDC7\uFDF0-\uFDFB\uFE70-\uFEFC\U0001EE00-\U0001EEBB\u0D80-\u0DFF\u0900-\u097F\u0C80-\u0CFF\u0B80-\u0BFF\u0C00-\u0C7F\uAC00-\uD7AF\u1100-\u11FF\u3040-\u309F\u30A0-\u30FFー\u4E00-\u62FF\u6300-\u77FF\u7800-\u8CFF\u8D00-\u9FFF\u3400-\u4DBF\U00020000-\U000215FF\U00021600-\U000230FF\U00023100-\U000245FF\U00024600-\U000260FF\U00026100-\U000275FF\U00027600-\U000290FF\U00029100-\U0002A6DF\U0002A700-\U0002B73F\U0002B740-\U0002B81F\U0002B820-\U0002CEAF\U0002CEB0-\U0002EBEF\u2E80-\u2EFF\u2F00-\u2FDF\u2FF0-\u2FFF\u3000-\u303F\u31C0-\u31EF\u3200-\u32FF\u3300-\u33FF\uF900-\uFAFF\uFE30-\uFE4F\U0001F200-\U0001F2FF\U0002F800-\U0002FA1F])�token_match��url_match�
|
| 2 |
+
��A�
|
| 3 |
+
� ��A� �'��A�'�''��A�''�'Cause��A�'CauseC�because�'Cos��A�'CosC�because�'Coz��A�'CozC�because�'Cuz��A�'CuzC�because�'S��A�'SC�'s�'bout��A�'boutC�about�'cause��A�'causeC�because�'cos��A�'cosC�because�'coz��A�'cozC�because�'cuz��A�'cuzC�because�'d��A�'d�'em��A�'emC�them�'ll��A�'llC�will�'nuff��A�'nuffC�enough�'re��A�'reC�are�'s��A�'sC�'s�(*_*)��A�(*_*)�(-8��A�(-8�(-:��A�(-:�(-;��A�(-;�(-_-)��A�(-_-)�(._.)��A�(._.)�(:��A�(:�(;��A�(;�(=��A�(=�(>_<)��A�(>_<)�(^_^)��A�(^_^)�(o:��A�(o:�(¬_¬)��A�(¬_¬)�(ಠ_ಠ)��A�(ಠ_ಠ)�(╯°□°)╯︵┻━┻��A�(╯°□°)╯︵┻━┻�)-:��A�)-:�):��A�):�-_-��A�-_-�-__-��A�-__-�._.��A�._.�0.0��A�0.0�0.o��A�0.o�0_0��A�0_0�0_o��A�0_o�10a.m.��A�10�A�a.m.C�a.m.�10am��A�10�A�amC�a.m.�10p.m.��A�10�A�p.m.C�p.m.�10pm��A�10�A�pmC�p.m.�11a.m.��A�11�A�a.m.C�a.m.�11am��A�11�A�amC�a.m.�11p.m.��A�11�A�p.m.C�p.m.�11pm��A�11�A�pmC�p.m.�12a.m.��A�12�A�a.m.C�a.m.�12am��A�12�A�amC�a.m.�12p.m.��A�12�A�p.m.C�p.m.�12pm��A�12�A�pmC�p.m.�1a.m.��A�1�A�a.m.C�a.m.�1am��A�1�A�amC�a.m.�1p.m.��A�1�A�p.m.C�p.m.�1pm��A�1�A�pmC�p.m.�2a.m.��A�2�A�a.m.C�a.m.�2am��A�2�A�amC�a.m.�2p.m.��A�2�A�p.m.C�p.m.�2pm��A�2�A�pmC�p.m.�3a.m.��A�3�A�a.m.C�a.m.�3am��A�3�A�amC�a.m.�3p.m.��A�3�A�p.m.C�p.m.�3pm��A�3�A�pmC�p.m.�4a.m.��A�4�A�a.m.C�a.m.�4am��A�4�A�amC�a.m.�4p.m.��A�4�A�p.m.C�p.m.�4pm��A�4�A�pmC�p.m.�5a.m.��A�5�A�a.m.C�a.m.�5am��A�5�A�amC�a.m.�5p.m.��A�5�A�p.m.C�p.m.�5pm��A�5�A�pmC�p.m.�6a.m.��A�6�A�a.m.C�a.m.�6am��A�6�A�amC�a.m.�6p.m.��A�6�A�p.m.C�p.m.�6pm��A�6�A�pmC�p.m.�7a.m.��A�7�A�a.m.C�a.m.�7am��A�7�A�amC�a.m.�7p.m.��A�7�A�p.m.C�p.m.�7pm��A�7�A�pmC�p.m.�8)��A�8)�8-)��A�8-)�8-D��A�8-D�8D��A�8D�8a.m.��A�8�A�a.m.C�a.m.�8am��A�8�A�amC�a.m.�8p.m.��A�8�A�p.m.C�p.m.�8pm��A�8�A�pmC�p.m.�9a.m.��A�9�A�a.m.C�a.m.�9am��A�9�A�amC�a.m.�9p.m.��A�9�A�p.m.C�p.m.�9pm��A�9�A�pmC�p.m.�:'(��A�:'(�:')��A�:')�:'-(��A�:'-(�:'-)��A�:'-)�:(��A�:(�:((��A�:((�:(((��A�:(((�:()��A�:()�:)��A�:)�:))��A�:))�:)))��A�:)))�:*��A�:*�:-(��A�:-(�:-((��A�:-((�:-(((��A�:-(((�:-)��A�:-)�:-))��A�:-))�:-)))��A�:-)))�:-*��A�:-*�:-/��A�:-/�:-0��A�:-0�:-3��A�:-3�:->��A�:->�:-D��A�:-D�:-O��A�:-O�:-P��A�:-P�:-X��A�:-X�:-]��A�:-]�:-o��A�:-o�:-p��A�:-p�:-x��A�:-x�:-|��A�:-|�:-}��A�:-}�:/��A�:/�:0��A�:0�:1��A�:1�:3��A�:3�:>��A�:>�:D��A�:D�:O��A�:O�:P��A�:P�:X��A�:X�:]��A�:]�:o��A�:o�:o)��A�:o)�:p��A�:p�:x��A�:x�:|��A�:|�:}��A�:}�:’(��A�:’(�:’)��A�:’)�:’-(��A�:’-(�:’-)��A�:’-)�;)��A�;)�;-)��A�;-)�;-D��A�;-D�;D��A�;D�;_;��A�;_;�<.<��A�<.<�</3��A�</3�<3��A�<3�<33��A�<33�<333��A�<333�<space>��A�<space>�=(��A�=(�=)��A�=)�=/��A�=/�=3��A�=3�=D��A�=D�=[��A�=[�=]��A�=]�=|��A�=|�>.<��A�>.<�>.>��A�>.>�>:(��A�>:(�>:o��A�>:o�><(((*>��A�><(((*>�@_@��A�@_@�Adm.��A�Adm.�Ain't��A�Ai�A�n'tC�not�Aint��A�Ai�A�ntC�not�Ain’t��A�Ai�A�n’tC�not�Ak.��A�Ak.C�Alaska�Ala.��A�Ala.C�Alabama�Apr.��A�Apr.C�April�Aren't��A�AreC�are�A�n'tC�not�Arent��A�AreC�are�A�ntC�not�Aren’t��A�AreC�are�A�n’tC�not�Ariz.��A�Ariz.C�Arizona�Ark.��A�Ark.C�Arkansas�Aug.��A�Aug.C�August�Bros.��A�Bros.�C'mon��A�C'mC�come�A�on�C++��A�C++�Calif.��A�Calif.C�California�Can't��A�CaC�can�A�n'tC�not�Can't've��A�CaC�can�A�n'tC�not�A�'veC�have�Cannot��A�CanC�can�A�not�Cant��A�CaC�can�A�ntC�not�Cantve��A�CaC�can�A�ntC�not�A�veC�have�Can’t��A�CaC�can�A�n’tC�not�Can’t’ve��A�CaC�can�A�n’tC�not�A�’veC�have�Co.��A�Co.�Colo.��A�Colo.C�Colorado�Conn.��A�Conn.C�Connecticut�Corp.��A�Corp.�Could've��A�CouldC�could�A�'ve�Couldn't��A�CouldC�could�A�n'tC�not�Couldn't've��A�CouldC�could�A�n'tC�not�A�'veC�have�Couldnt��A�CouldC�could�A�ntC�not�Couldntve��A�CouldC�could�A�ntC�not�A�veC�have�Couldn’t��A�CouldC�could�A�n’tC�not�Couldn’t’ve��A�CouldC�could�A�n’tC�not�A�’veC�have�Couldve��A�CouldC�could�A�ve�Could’ve��A�CouldC�could�A�’ve�C’mon��A�C’mC�come�A�on�D.C.��A�D.C.�Daren't��A�DareC�dare�A�n'tC�not�Darent��A�DareC�dare�A�ntC�not�Daren’t��A�DareC�dare�A�n’tC�not�Dec.��A�Dec.C�December�Del.��A�Del.C�Delaware�Didn't��A�DidC�do�A�n'tC�not�Didn't've��A�DidC�do�A�n'tC�not�A�'veC�have�Didnt��A�DidC�do�A�ntC�not�Didntve��A�DidC�do�A�ntC�not�A�veC�have�Didn’t��A�DidC�do�A�n’tC�not�Didn’t’ve��A�DidC�do�A�n’tC�not�A�’veC�have�Doesn't��A�DoesC�does�A�n'tC�not�Doesn't've��A�DoesC�does�A�n'tC�not�A�'veC�have�Doesnt��A�DoesC�does�A�ntC�not�Doesntve��A�DoesC�does�A�ntC�not�A�veC�have�Doesn’t��A�DoesC�does�A�n’tC�not�Doesn’t’ve��A�DoesC�does�A�n’tC�not�A�’veC�have�Doin��A�DoinC�doing�Doin'��A�Doin'C�doing�Doin’��A�Doin’C�doing�Don't��A�DoC�do�A�n'tC�not�Don't've��A�DoC�do�A�n'tC�not�A�'veC�have�Dont��A�DoC�do�A�ntC�not�Dontve��A�DoC�do�A�ntC�not�A�veC�have�Don’t��A�DoC�do�A�n’tC�not�Don’t’ve��A�DoC�do�A�n’tC�not�A�’veC�have�Dr.��A�Dr.�E.G.��A�E.G.�E.g.��A�E.g.�Feb.��A�Feb.C�February�Fla.��A�Fla.C�Florida�Ga.��A�Ga.C�Georgia�Gen.��A�Gen.�Goin��A�GoinC�going�Goin'��A�Goin'C�going�Goin’��A�Goin’C�going�Gonna��A�GonC�going�A�naC�to�Gotta��A�GotC�got�A�taC�to�Gov.��A�Gov.�Hadn't��A�HadC�have�A�n'tC�not�Hadn't've��A�HadC�have�A�n'tC�not�A�'veC�have�Hadnt��A�HadC�have�A�ntC�not�Hadntve��A�HadC�have�A�ntC�not�A�veC�have�Hadn’t��A�HadC�have�A�n’tC�not�Hadn’t’ve��A�HadC�have�A�n’tC�not�A�’veC�have�Hasn't��A�HasC�has�A�n'tC�not�Hasnt��A�HasC�has�A�ntC�not�Hasn’t��A�HasC�has�A�n’tC�not�Haven't��A�HaveC�have�A�n'tC�not�Havent��A�HaveC�have�A�ntC�not�Haven’t��A�HaveC�have�A�n’tC�not�Havin��A�HavinC�having�Havin'��A�Havin'C�having�Havin’��A�Havin’C�having�He'd��A�HeC�he�A�'dC�'d�He'd've��A�HeC�he�A�'dC�would�A�'veC�have�He'll��A�HeC�he�A�'llC�will�He'll've��A�HeC�he�A�'llC�will�A�'veC�have�He's��A�HeC�he�A�'sC�'s�Hed��A�HeC�he�A�dC�'d�Hedve��A�HeC�he�A�dC�would�A�veC�have�Hellve��A�HeC�he�A�llC�will�A�veC�have�Hes��A�HeC�he�A�s�He’d��A�HeC�he�A�’dC�'d�He’d’ve��A�HeC�he�A�’dC�would�A�’veC�have�He’ll��A�HeC�he�A�’llC�will�He’ll’ve��A�HeC�he�A�’llC�will�A�’veC�have�He’s��A�HeC�he�A�’sC�'s�How'd��A�HowC�how�A�'dC�'d�How'd've��A�HowC�how�A�'dC�would�A�'veC�have�How'd'y��A�HowC�how�A�'d�A�'yC�you�How'll��A�HowC�how�A�'llC�will�How'll've��A�HowC�how�A�'llC�will�A�'veC�have�How're��A�HowC�how�A�'reC�are�How's��A�HowC�how�A�'sC�'s�How've��A�HowC�how�A�'ve�Howd��A�HowC�how�A�dC�'d�Howdve��A�HowC�how�A�dC�would�A�veC�have�Howll��A�HowC�how�A�llC�will�Howllve��A�HowC�how�A�llC�will�A�veC�have�Howre��A�HowC�how�A�reC�are�Hows��A�HowC�how�A�s�Howve��A�How�A�veC�have�How’d��A�HowC�how�A�’dC�'d�How’d’ve��A�HowC�how�A�’dC�would�A�’veC�have�How’d’y��A�HowC�how�A�’d�A�’yC�you�How’ll��A�HowC�how�A�’llC�will�How’ll’ve��A�HowC�how�A�’llC�will�A�’veC�have�How’re��A�HowC�how�A�’reC�are�How’s��A�HowC�how�A�’sC�'s�How’ve��A�HowC�how�A�’ve�I'd��A�IC�i�A�'dC�'d�I'd've��A�IC�i�A�'dC�would�A�'veC�have�I'll��A�IC�i�A�'llC�will�I'll've��A�IC�i�A�'llC�will�A�'veC�have�I'm��A�IC�i�A�'mC�am�I'ma��A�IC�i�A�'mC�am�A�aC�gonna�I've��A�IC�i�A�'veC�have�I.E.��A�I.E.�I.e.��A�I.e.�Ia.��A�Ia.C�Iowa�Id��A�IC�i�A�dC�'d�Id.��A�Id.C�Idaho�Idve��A�IC�i�A�dC�would�A�veC�have�Ill.��A�Ill.C�Illinois�Illve��A�IC�i�A�llC�will�A�veC�have�Im��A�IC�i�A�m�Ima��A�IC�i�A�mC�am�A�aC�gonna�Inc.��A�Inc.�Ind.��A�Ind.C�Indiana�Isn't��A�IsC�is�A�n'tC�not�Isnt��A�IsC�is�A�ntC�not�Isn’t��A�IsC�is�A�n’tC�not�It'd��A�ItC�it�A�'dC�'d�It'd've��A�ItC�it�A�'dC�would�A�'veC�have�It'll��A�ItC�it�A�'llC�will�It'll've��A�ItC�it�A�'llC�will�A�'veC�have�It's��A�ItC�it�A�'sC�'s�Itd��A�ItC�it�A�dC�'d�Itdve��A�ItC�it�A�dC�would�A�veC�have�Itll��A�ItC�it�A�llC�will�Itllve��A�ItC�it�A�llC�will�A�veC�have�It’d��A�ItC�it�A�’dC�'d�It’d’ve��A�ItC�it�A�’dC�would�A�’veC�have�It’ll��A�ItC�it�A�’llC�will�It’ll’ve��A�ItC�it�A�’llC�will�A�’veC�have�It’s��A�ItC�it�A�’sC�'s�Ive��A�IC�i�A�veC�have�I’d��A�IC�i�A�’dC�'d�I’d’ve��A�IC�i�A�’dC�would�A�’veC�have�I’ll��A�IC�i�A�’llC�will�I’ll’ve��A�IC�i�A�’llC�will�A�’veC�have�I’m��A�IC�i�A�’mC�am�I’ma��A�IC�i�A�’mC�am�A�aC�gonna�I’ve��A�IC�i�A�’veC�have�Jan.��A�Jan.C�January�Jr.��A�Jr.�Jul.��A�Jul.C�July�Jun.��A�Jun.C�June�Kan.��A�Kan.C�Kansas�Kans.��A�Kans.C�Kansas�Ky.��A�Ky.C�Kentucky�La.��A�La.C�Louisiana�Let's��A�LetC�let�A�'sC�us�Let’s��A�LetC�let�A�’sC�us�Lovin��A�LovinC�loving�Lovin'��A�Lovin'C�loving�Lovin’��A�Lovin’C�loving�Ltd.��A�Ltd.�Ma'am��A�Ma'amC�madam�Mar.��A�Mar.C�March�Mass.��A�Mass.C�Massachusetts�Mayn't��A�MayC�may�A�n'tC�not�Mayn't've��A�MayC�may�A�n'tC�not�A�'veC�have�Maynt��A�MayC�may�A�ntC�not�Mayntve��A�MayC�may�A�ntC�not�A�veC�have�Mayn’t��A�MayC�may�A�n’tC�not�Mayn’t’ve��A�MayC�may�A�n’tC�not�A�’veC�have�Ma’am��A�Ma’amC�madam�Md.��A�Md.�Messrs.��A�Messrs.�Mich.��A�Mich.C�Michigan�Might've��A�MightC�might�A�'ve�Mightn't��A�MightC�might�A�n'tC�not�Mightn't've��A�MightC�might�A�n'tC�not�A�'veC�have�Mightnt��A�MightC�might�A�ntC�not�Mightntve��A�MightC�might�A�ntC�not�A�veC�have�Mightn’t��A�MightC�might�A�n’tC�not�Mightn’t’ve��A�MightC�might�A�n’tC�not�A�’veC�have�Mightve��A�MightC�might�A�ve�Might’ve��A�MightC�might�A�’ve�Minn.��A�Minn.C�Minnesota�Miss.��A�Miss.C�Mississippi�Mo.��A�Mo.�Mont.��A�Mont.�Mr.��A�Mr.�Mrs.��A�Mrs.�Ms.��A�Ms.�Mt.��A�Mt.C�Mount�Must've��A�MustC�must�A�'ve�Mustn't��A�MustC�must�A�n'tC�not�Mustn't've��A�MustC�must�A�n'tC�not�A�'veC�have�Mustnt��A�MustC�must�A�ntC�not�Mustntve��A�MustC�must�A�ntC�not�A�veC�have�Mustn’t��A�MustC�must�A�n’tC�not�Mustn’t’ve��A�MustC�must�A�n’tC�not�A�’veC�have�Mustve��A�MustC�must�A�ve�Must’ve��A�MustC�must�A�’ve�N.C.��A�N.C.C�North Carolina�N.D.��A�N.D.C�North Dakota�N.H.��A�N.H.C�New Hampshire�N.J.��A�N.J.C�New Jersey�N.M.��A�N.M.C�New Mexico�N.Y.��A�N.Y.C�New York�Neb.��A�Neb.C�Nebraska�Nebr.��A�Nebr.C�Nebraska�Needn't��A�NeedC�need�A�n'tC�not�Needn't've��A�NeedC�need�A�n'tC�not�A�'veC�have�Neednt��A�NeedC�need�A�ntC�not�Needntve��A�NeedC�need�A�ntC�not�A�veC�have�Needn’t��A�NeedC�need�A�n’tC�not�Needn’t’ve��A�NeedC�need�A�n’tC�not�A�’veC�have�Nev.��A�Nev.C�Nevada�Not've��A�NotC�not�A�'veC�have�Nothin��A�NothinC�nothing�Nothin'��A�Nothin'C�nothing�Nothin’��A�Nothin’C�nothing�Notve��A�NotC�not�A�veC�have�Not’ve��A�NotC�not�A�’veC�have�Nov.��A�Nov.C�November�Nuthin��A�NuthinC�nothing�Nuthin'��A�Nuthin'C�nothing�Nuthin’��A�Nuthin’C�nothing�O'clock��A�O'clockC�o'clock�O.O��A�O.O�O.o��A�O.o�O_O��A�O_O�O_o��A�O_o�Oct.��A�Oct.C�October�Okla.��A�Okla.C�Oklahoma�Ol��A�OlC�old�Ol'��A�Ol'C�old�Ol’��A�Ol’C�old�Ore.��A�Ore.C�Oregon�Oughtn't��A�OughtC�ought�A�n'tC�not�Oughtn't've��A�OughtC�ought�A�n'tC�not�A�'veC�have�Oughtnt��A�OughtC�ought�A�ntC�not�Oughtntve��A�OughtC�ought�A�ntC�not�A�veC�have�Oughtn’t��A�OughtC�ought�A�n’tC�not�Oughtn’t’ve��A�OughtC�ought�A�n’tC�not�A�’veC�have�O’clock��A�O’clockC�o'clock�Pa.��A�Pa.C�Pennsylvania�Ph.D.��A�Ph.D.�Prof.��A�Prof.�Rep.��A�Rep.�Rev.��A�Rev.�S.C.��A�S.C.C�South Carolina�Sen.��A�Sen.�Sep.��A�Sep.C�September�Sept.��A�Sept.C�September�Shan't��A�ShaC�shall�A�n'tC�not�Shan't've��A�ShaC�shall�A�n'tC�not�A�'veC�have�Shant��A�ShaC�shall�A�ntC�not�Shantve��A�ShaC�shall�A�ntC�not�A�veC�have�Shan’t��A�ShaC�shall�A�n’tC�not�Shan’t’ve��A�ShaC�shall�A�n’tC�not�A�’veC�have�She'd��A�SheC�she�A�'dC�'d�She'd've��A�SheC�she�A�'dC�would�A�'veC�have�She'll��A�SheC�she�A�'llC�will�She'll've��A�SheC�she�A�'llC�will�A�'veC�have�She's��A�SheC�she�A�'sC�'s�Shedve��A�SheC�she�A�dC�would�A�veC�have�Shellve��A�SheC�she�A�llC�will�A�veC�have�Shes��A�SheC�she�A�s�She’d��A�SheC�she�A�’dC�'d�She’d’ve��A�SheC�she�A�’dC�would�A�’veC�have�She’ll��A�SheC�she�A�’llC�will�She’ll’ve��A�SheC�she�A�’llC�will�A�’veC�have�She’s��A�SheC�she�A�’sC�'s�Should've��A�ShouldC�should�A�'ve�Shouldn't��A�ShouldC�should�A�n'tC�not�Shouldn't've��A�ShouldC�should�A�n'tC�not�A�'veC�have�Shouldnt��A�ShouldC�should�A�ntC�not�Shouldntve��A�ShouldC�should�A�ntC�not�A�veC�have�Shouldn’t��A�ShouldC�should�A�n’tC�not�Shouldn’t’ve��A�ShouldC�should�A�n’tC�not�A�’veC�have�Shouldve��A�ShouldC�should�A�ve�Should’ve��A�ShouldC�should�A�’ve�Somethin��A�SomethinC�something�Somethin'��A�Somethin'C�something�Somethin’��A�Somethin’C�something�St.��A�St.�Tenn.��A�Tenn.C�Tennessee�That'd��A�ThatC�that�A�'dC�'d�That'd've��A�ThatC�that�A�'dC�would�A�'veC�have�That'll��A�ThatC�that�A�'llC�will�That'll've��A�ThatC�that�A�'llC�will�A�'veC�have�That's��A�ThatC�that�A�'sC�'s�Thatd��A�ThatC�that�A�dC�'d�Thatdve��A�ThatC�that�A�dC�would�A�veC�have�Thatll��A�ThatC�that�A�llC�will�Thatllve��A�ThatC�that�A�llC�will�A�veC�have�Thats��A�ThatC�that�A�s�That’d��A�ThatC�that�A�’dC�'d�That’d’ve��A�ThatC�that�A�’dC�would�A�’veC�have�That’ll��A�ThatC�that�A�’llC�will�That’ll’ve��A�ThatC�that�A�’llC�will�A�’veC�have�That’s��A�ThatC�that�A�’sC�'s�There'd��A�ThereC�there�A�'dC�'d�There'd've��A�ThereC�there�A�'dC�would�A�'veC�have�There'll��A�ThereC�there�A�'llC�will�There'll've��A�ThereC�there�A�'llC�will�A�'veC�have�There're��A�ThereC�there�A�'reC�are�There's��A�ThereC�there�A�'sC�'s�There've��A�ThereC�there�A�'ve�Thered��A�ThereC�there�A�dC�'d�Theredve��A�ThereC�there�A�dC�would�A�veC�have�Therell��A�ThereC�there�A�llC�will�Therellve��A�ThereC�there�A�llC�will�A�veC�have�Therere��A�ThereC�there�A�reC�are�Theres��A�ThereC�there�A�s�Thereve��A�There�A�veC�have�There’d��A�ThereC�there�A�’dC�'d�There’d’ve��A�ThereC�there�A�’dC�would�A�’veC�have�There’ll��A�ThereC�there�A�’llC�will�There’ll’ve��A�ThereC�there�A�’llC�will�A�’veC�have�There’re��A�ThereC�there�A�’reC�are�There’s��A�ThereC�there�A�’sC�'s�There’ve��A�ThereC�there�A�’ve�These'd��A�TheseC�these�A�'dC�'d�These'd've��A�TheseC�these�A�'dC�would�A�'veC�have�These'll��A�TheseC�these�A�'llC�will�These'll've��A�TheseC�these�A�'llC�will�A�'veC�have�These're��A�TheseC�these�A�'reC�are�These've��A�TheseC�these�A�'ve�Thesed��A�TheseC�these�A�dC�'d�Thesedve��A�TheseC�these�A�dC�would�A�veC�have�Thesell��A�TheseC�these�A�llC�will�Thesellve��A�TheseC�these�A�llC�will�A�veC�have�Thesere��A�TheseC�these�A�reC�are�Theseve��A�These�A�veC�have�These’d��A�TheseC�these�A�’dC�'d�These’d’ve��A�TheseC�these�A�’dC�would�A�’veC�have�These’ll��A�TheseC�these�A�’llC�will�These’ll’ve��A�TheseC�these�A�’llC�will�A�’veC�have�These’re��A�TheseC�these�A�’reC�are�These’ve��A�TheseC�these�A�’ve�They'd��A�TheyC�they�A�'dC�'d�They'd've��A�TheyC�they�A�'dC�would�A�'veC�have�They'll��A�TheyC�they�A�'llC�will�They'll've��A�TheyC�they�A�'llC�will�A�'veC�have�They're��A�TheyC�they�A�'reC�are�They've��A�TheyC�they�A�'veC�have�Theyd��A�TheyC�they�A�dC�'d�Theydve��A�TheyC�they�A�dC�would�A�veC�have�Theyll��A�TheyC�they�A�llC�will�Theyllve��A�TheyC�they�A�llC�will�A�veC�have�Theyre��A�TheyC�they�A�reC�are�Theyve��A�TheyC�they�A�veC�have�They’d��A�TheyC�they�A�’dC�'d�They’d’ve��A�TheyC�they�A�’dC�would�A�’veC�have�They’ll��A�TheyC�they�A�’llC�will�They’ll’ve��A�TheyC�they�A�’llC�will�A�’veC�have�They’re��A�TheyC�they�A�’reC�are�They’ve��A�TheyC�they�A�’veC�have�This'd��A�ThisC�this�A�'dC�'d�This'd've��A�ThisC�this�A�'dC�would�A�'veC�have�This'll��A�ThisC�this�A�'llC�will�This'll've��A�ThisC�this�A�'llC�will�A�'veC�have�This's��A�ThisC�this�A�'sC�'s�Thisd��A�ThisC�this�A�dC�'d�Thisdve��A�ThisC�this�A�dC�would�A�veC�have�Thisll��A�ThisC�this�A�llC�will�Thisllve��A�ThisC�this�A�llC�will�A�veC�have�Thiss��A�ThisC�this�A�s�This’d��A�ThisC�this�A�’dC�'d�This’d’ve��A�ThisC�this�A�’dC�would�A�’veC�have�This’ll��A�ThisC�this�A�’llC�will�This’ll’ve��A�ThisC�this�A�’llC�will�A�’veC�have�This’s��A�ThisC�this�A�’sC�'s�Those'd��A�ThoseC�those�A�'dC�'d�Those'd've��A�ThoseC�those�A�'dC�would�A�'veC�have�Those'll��A�ThoseC�those�A�'llC�will�Those'll've��A�ThoseC�those�A�'llC�will�A�'veC�have�Those're��A�ThoseC�those�A�'reC�are�Those've��A�ThoseC�those�A�'ve�Thosed��A�ThoseC�those�A�dC�'d�Thosedve��A�ThoseC�those�A�dC�would�A�veC�have�Thosell��A�ThoseC�those�A�llC�will�Thosellve��A�ThoseC�those�A�llC�will�A�veC�have�Thosere��A�ThoseC�those�A�reC�are�Thoseve��A�Those�A�veC�have�Those’d��A�ThoseC�those�A�’dC�'d�Those’d’ve��A�ThoseC�those�A�’dC�would�A�’veC�have�Those’ll��A�ThoseC�those�A�’llC�will�Those’ll’ve��A�ThoseC�those�A�’llC�will�A�’veC�have�Those’re��A�ThoseC�those�A�’reC�are�Those’ve��A�ThoseC�those�A�’ve�V.V��A�V.V�V_V��A�V_V�Va.��A�Va.C�Virginia�Wash.��A�Wash.C�Washington�Wasn't��A�WasC�was�A�n'tC�not�Wasnt��A�WasC�was�A�ntC�not�Wasn’t��A�WasC�was�A�n’tC�not�We'd��A�WeC�we�A�'dC�'d�We'd've��A�WeC�we�A�'dC�would�A�'veC�have�We'll��A�WeC�we�A�'llC�will�We'll've��A�WeC�we�A�'llC�will�A�'veC�have�We're��A�WeC�we�A�'reC�are�We've��A�WeC�we�A�'veC�have�Wed��A�WeC�we�A�dC�'d�Wedve��A�WeC�we�A�dC�would�A�veC�have�Wellve��A�WeC�we�A�llC�will�A�veC�have�Weren't��A�WereC�were�A�n'tC�not�Werent��A�WereC�were�A�ntC�not�Weren’t��A�WereC�were�A�n’tC�not�Weve��A�WeC�we�A�veC�have�We’d��A�WeC�we�A�’dC�'d�We’d’ve��A�WeC�we�A�’dC�would�A�’veC�have�We’ll��A�WeC�we�A�’llC�will�We’ll’ve��A�WeC�we�A�’llC�will�A�’veC�have�We’re��A�WeC�we�A�’reC�are�We’ve��A�WeC�we�A�’veC�have�What'd��A�WhatC�what�A�'dC�'d�What'd've��A�WhatC�what�A�'dC�would�A�'veC�have�What'll��A�WhatC�what�A�'llC�will�What'll've��A�WhatC�what�A�'llC�will�A�'veC�have�What're��A�WhatC�what�A�'reC�are�What's��A�WhatC�what�A�'sC�'s�What've��A�WhatC�what�A�'ve�Whatd��A�WhatC�what�A�dC�'d�Whatdve��A�WhatC�what�A�dC�would�A�veC�have�Whatll��A�WhatC�what�A�llC�will�Whatllve��A�WhatC�what�A�llC�will�A�veC�have�Whatre��A�WhatC�what�A�reC�are�Whats��A�WhatC�what�A�s�Whatve��A�What�A�veC�have�What’d��A�WhatC�what�A�’dC�'d�What’d’ve��A�WhatC�what�A�’dC�would�A�’veC�have�What’ll��A�WhatC�what�A�’llC�will�What’ll’ve��A�WhatC�what�A�’llC�will�A�’veC�have�What’re��A�WhatC�what�A�’reC�are�What’s��A�WhatC�what�A�’sC�'s�What’ve��A�WhatC�what�A�’ve�When'd��A�WhenC�when�A�'dC�'d�When'd've��A�WhenC�when�A�'dC�would�A�'veC�have�When'll��A�WhenC�when�A�'llC�will�When'll've��A�WhenC�when�A�'llC�will�A�'veC�have�When're��A�WhenC�when�A�'reC�are�When's��A�WhenC�when�A�'sC�'s�When've��A�WhenC�when�A�'ve�Whend��A�WhenC�when�A�dC�'d�Whendve��A�WhenC�when�A�dC�would�A�veC�have�Whenll��A�WhenC�when�A�llC�will�Whenllve��A�WhenC�when�A�llC�will�A�veC�have�Whenre��A�WhenC�when�A�reC�are�Whens��A�WhenC�when�A�s�Whenve��A�When�A�veC�have�When’d��A�WhenC�when�A�’dC�'d�When’d’ve��A�WhenC�when�A�’dC�would�A�’veC�have�When’ll��A�WhenC�when�A�’llC�will�When’ll’ve��A�WhenC�when�A�’llC�will�A�’veC�have�When’re��A�WhenC�when�A�’reC�are�When’s��A�WhenC�when�A�’sC�'s�When’ve��A�WhenC�when�A�’ve�Where'd��A�WhereC�where�A�'dC�'d�Where'd've��A�WhereC�where�A�'dC�would�A�'veC�have�Where'll��A�WhereC�where�A�'llC�will�Where'll've��A�WhereC�where�A�'llC�will�A�'veC�have�Where're��A�WhereC�where�A�'reC�are�Where's��A�WhereC�where�A�'sC�'s�Where've��A�WhereC�where�A�'ve�Whered��A�WhereC�where�A�dC�'d�Wheredve��A�WhereC�where�A�dC�would�A�veC�have�Wherell��A�WhereC�where�A�llC�will�Wherellve��A�WhereC�where�A�llC�will�A�veC�have�Wherere��A�WhereC�where�A�reC�are�Wheres��A�WhereC�where�A�s�Whereve��A�Where�A�veC�have�Where’d��A�WhereC�where�A�’dC�'d�Where’d’ve��A�WhereC�where�A�’dC�would�A�’veC�have�Where’ll��A�WhereC�where�A�’llC�will�Where’ll’ve��A�WhereC�where�A�’llC�will�A�’veC�have�Where’re��A�WhereC�where�A�’reC�are�Where’s��A�WhereC�where�A�’sC�'s�Where’ve��A�WhereC�where�A�’ve�Who'd��A�WhoC�who�A�'dC�'d�Who'd've��A�WhoC�who�A�'dC�would�A�'veC�have�Who'll��A�WhoC�who�A�'llC�will�Who'll've��A�WhoC�who�A�'llC�will�A�'veC�have�Who're��A�WhoC�who�A�'reC�are�Who's��A�WhoC�who�A�'sC�'s�Who've��A�WhoC�who�A�'ve�Whod��A�WhoC�who�A�dC�'d�Whodve��A�WhoC�who�A�dC�would�A�veC�have�Wholl��A�WhoC�who�A�llC�will�Whollve��A�WhoC�who�A�llC�will�A�veC�have�Whos��A�WhoC�who�A�s�Whove��A�Who�A�veC�have�Who’d��A�WhoC�who�A�’dC�'d�Who’d’ve��A�WhoC�who�A�’dC�would�A�’veC�have�Who’ll��A�WhoC�who�A�’llC�will�Who’ll’ve��A�WhoC�who�A�’llC�will�A�’veC�have�Who’re��A�WhoC�who�A�’reC�are�Who’s��A�WhoC�who�A�’sC�'s�Who’ve��A�WhoC�who�A�’ve�Why'd��A�WhyC�why�A�'dC�'d�Why'd've��A�WhyC�why�A�'dC�would�A�'veC�have�Why'll��A�WhyC�why�A�'llC�will�Why'll've��A�WhyC�why�A�'llC�will�A�'veC�have�Why're��A�WhyC�why�A�'reC�are�Why's��A�WhyC�why�A�'sC�'s�Why've��A�WhyC�why�A�'ve�Whyd��A�WhyC�why�A�dC�'d�Whydve��A�WhyC�why�A�dC�would�A�veC�have�Whyll��A�WhyC�why�A�llC�will�Whyllve��A�WhyC�why�A�llC�will�A�veC�have�Whyre��A�WhyC�why�A�reC�are�Whys��A�WhyC�why�A�s�Whyve��A�Why�A�veC�have�Why’d��A�WhyC�why�A�’dC�'d�Why’d’ve��A�WhyC�why�A�’dC�would�A�’veC�have�Why’ll��A�WhyC�why�A�’llC�will�Why’ll’ve��A�WhyC�why�A�’llC�will�A�’veC�have�Why’re��A�WhyC�why�A�’reC�are�Why’s��A�WhyC�why�A�’sC�'s�Why’ve��A�WhyC�why�A�’ve�Wis.��A�Wis.C�Wisconsin�Won't��A�WoC�will�A�n'tC�not�Won't've��A�WoC�will�A�n'tC�not�A�'veC�have�Wont��A�WoC�will�A�ntC�not�Wontve��A�WoC�will�A�ntC�not�A�veC�have�Won’t��A�WoC�will�A�n’tC�not�Won’t’ve��A�WoC�will�A�n’tC�not�A�’veC�have�Would've��A�WouldC�would�A�'ve�Wouldn't��A�WouldC�would�A�n'tC�not�Wouldn't've��A�WouldC�would�A�n'tC�not�A�'veC�have�Wouldnt��A�WouldC�would�A�ntC�not�Wouldntve��A�WouldC�would�A�ntC�not�A�veC�have�Wouldn’t��A�WouldC�would�A�n’tC�not�Wouldn’t’ve��A�WouldC�would�A�n’tC�not�A�’veC�have�Wouldve��A�WouldC�would�A�ve�Would’ve��A�WouldC�would�A�’ve�XD��A�XD�XDD��A�XDD�You'd��A�YouC�you�A�'dC�'d�You'd've��A�YouC�you�A�'dC�would�A�'veC�have�You'll��A�YouC�you�A�'llC�will�You'll've��A�YouC�you�A�'llC�will�A�'veC�have�You're��A�YouC�you�A�'reC�are�You've��A�YouC�you�A�'veC�have�Youd��A�YouC�you�A�dC�'d�Youdve��A�YouC�you�A�dC�would�A�veC�have�Youll��A�YouC�you�A�llC�will�Youllve��A�YouC�you�A�llC�will�A�veC�have�Youre��A�YouC�you�A�reC�are�Youve��A�YouC�you�A�veC�have�You’d��A�YouC�you�A�’dC�'d�You’d’ve��A�YouC�you�A�’dC�would�A�’veC�have�You’ll��A�YouC�you�A�’llC�will�You’ll’ve��A�YouC�you�A�’llC�will�A�’veC�have�You’re��A�YouC�you�A�’reC�are�You’ve��A�YouC�you�A�’veC�have�[-:��A�[-:�[:��A�[:�[=��A�[=�\")��A�\")�\n��A�\n�\t��A�\t�]=��A�]=�^_^��A�^_^�^__^��A�^__^�^___^��A�^___^�a.��A�a.�a.m.��A�a.m.�ain't��A�ai�A�n'tC�not�aint��A�ai�A�ntC�not�ain’t��A�ai�A�n’tC�not�and/or��A�and/orC�and/or�aren't��A�areC�are�A�n'tC�not�arent��A�areC�are�A�ntC�not�aren’t��A�areC�are�A�n’tC�not�b.��A�b.�c'mon��A�c'mC�come�A�on�c.��A�c.�can't��A�caC�can�A�n'tC�not�can't've��A�caC�can�A�n'tC�not�A�'veC�have�cannot��A�can�A�not�cant��A�caC�can�A�ntC�not�cantve��A�caC�can�A�ntC�not�A�veC�have�can’t��A�caC�can�A�n’tC�not�can’t’ve��A�caC�can�A�n’tC�not�A�’veC�have�co.��A�co.�could've��A�couldC�could�A�'ve�couldn't��A�couldC�could�A�n'tC�not�couldn't've��A�couldC�could�A�n'tC�not�A�'veC�have�couldnt��A�couldC�could�A�ntC�not�couldntve��A�couldC�could�A�ntC�not�A�veC�have�couldn’t��A�couldC�could�A�n’tC�not�couldn’t’ve��A�couldC�could�A�n’tC�not�A�’veC�have�couldve��A�couldC�could�A�ve�could’ve��A�couldC�could�A�’ve�c’mon��A�c’mC�come�A�on�d.��A�d.�daren't��A�dareC�dare�A�n'tC�not�darent��A�dareC�dare�A�ntC�not�daren’t��A�dareC�dare�A�n’tC�not�didn't��A�didC�do�A�n'tC�not�didn't've��A�didC�do�A�n'tC�not�A�'veC�have�didnt��A�didC�do�A�ntC�not�didntve��A�didC�do�A�ntC�not�A�veC�have�didn’t��A�didC�do�A�n’tC�not�didn’t’ve��A�didC�do�A�n’tC�not�A�’veC�have�doesn't��A�doesC�does�A�n'tC�not�doesn't've��A�doesC�does�A�n'tC�not�A�'veC�have�doesnt��A�doesC�does�A�ntC�not�doesntve��A�doesC�does�A�ntC�not�A�veC�have�doesn’t��A�doesC�does�A�n’tC�not�doesn’t’ve��A�doesC�does�A�n’tC�not�A�’veC�have�doin��A�doinC�doing�doin'��A�doin'C�doing�doin’��A�doin’C�doing�don't��A�doC�do�A�n'tC�not�don't've��A�doC�do�A�n'tC�not�A�'veC�have�dont��A�doC�do�A�ntC�not�dontve��A�doC�do�A�ntC�not�A�veC�have�don’t��A�doC�do�A�n’tC�not�don’t’ve��A�doC�do�A�n’tC�not�A�’veC�have�e.��A�e.�e.g.��A�e.g.�em��A�emC�them�f.��A�f.�g.��A�g.�goin��A�goinC�going�goin'��A�goin'C�going�goin’��A�goin’C�going�gonna��A�gonC�going�A�naC�to�gotta��A�got�A�taC�to�h.��A�h.�hadn't��A�hadC�have�A�n'tC�not�hadn't've��A�hadC�have�A�n'tC�not�A�'veC�have�hadnt��A�hadC�have�A�ntC�not�hadntve��A�hadC�have�A�ntC�not�A�veC�have�hadn’t��A�hadC�have�A�n’tC�not�hadn’t’ve��A�hadC�have�A�n’tC�not�A�’veC�have�hasn't��A�hasC�has�A�n'tC�not�hasnt��A�hasC�has�A�ntC�not�hasn’t��A�hasC�has�A�n’tC�not�haven't��A�haveC�have�A�n'tC�not�havent��A�haveC�have�A�ntC�not�haven’t��A�haveC�have�A�n’tC�not�havin��A�havinC�having�havin'��A�havin'C�having�havin’��A�havin’C�having�he'd��A�heC�he�A�'dC�'d�he'd've��A�heC�he�A�'dC�would�A�'veC�have�he'll��A�heC�he�A�'llC�will�he'll've��A�heC�he�A�'llC�will�A�'veC�have�he's��A�heC�he�A�'sC�'s�hed��A�heC�he�A�dC�'d�hedve��A�heC�he�A�dC�would�A�veC�have�hellve��A�heC�he�A�llC�will�A�veC�have�hes��A�heC�he�A�s�he’d��A�heC�he�A�’dC�'d�he’d’ve��A�heC�he�A�’dC�would�A�’veC�have�he’ll��A�heC�he�A�’llC�will�he’ll’ve��A�heC�he�A�’llC�will�A�’veC�have�he’s��A�heC�he�A�’sC�'s�how'd��A�howC�how�A�'dC�'d�how'd've��A�howC�how�A�'dC�would�A�'veC�have�how'd'y��A�how�A�'d�A�'yC�you�how'll��A�howC�how�A�'llC�will�how'll've��A�howC�how�A�'llC�will�A�'veC�have�how're��A�howC�how�A�'reC�are�how's��A�howC�how�A�'sC�'s�how've��A�howC�how�A�'ve�howd��A�howC�how�A�dC�'d�howdve��A�howC�how�A�dC�would�A�veC�have�howll��A�howC�how�A�llC�will�howllve��A�howC�how�A�llC�will�A�veC�have�howre��A�howC�how�A�reC�are�hows��A�howC�how�A�s�howve��A�how�A�veC�have�how’d��A�howC�how�A�’dC�'d�how’d’ve��A�howC�how�A���dC�would�A�’veC�have�how’d’y��A�how�A�’d�A�’yC�you�how’ll��A�howC�how�A�’llC�will�how’ll’ve��A�howC�how�A�’llC�will�A�’veC�have�how’re��A�howC�how�A�’reC�are�how’s��A�howC�how�A�’sC�'s�how’ve��A�howC�how�A�’ve�i'd��A�iC�i�A�'dC�'d�i'd've��A�iC�i�A�'dC�would�A�'veC�have�i'll��A�iC�i�A�'llC�will�i'll've��A�iC�i�A�'llC�will�A�'veC�have�i'm��A�iC�i�A�'mC�am�i'ma��A�iC�i�A�'mC�am�A�aC�gonna�i've��A�iC�i�A�'veC�have�i.��A�i.�i.e.��A�i.e.�id��A�iC�i�A�dC�'d�idve��A�iC�i�A�dC�would�A�veC�have�illve��A�iC�i�A�llC�will�A�veC�have�im��A�iC�i�A�m�ima��A�iC�i�A�mC�am�A�aC�gonna�isn't��A�isC�is�A�n'tC�not�isnt��A�isC�is�A�ntC�not�isn’t��A�isC�is�A�n’tC�not�it'd��A�itC�it�A�'dC�'d�it'd've��A�itC�it�A�'dC�would�A�'veC�have�it'll��A�itC�it�A�'llC�will�it'll've��A�itC�it�A�'llC�will�A�'veC�have�it's��A�itC�it�A�'sC�'s�itd��A�itC�it�A�dC�'d�itdve��A�itC�it�A�dC�would�A�veC�have�itll��A�itC�it�A�llC�will�itllve��A�itC�it�A�llC�will�A�veC�have�it’d��A�itC�it�A�’dC�'d�it’d’ve��A�itC�it�A�’dC�would�A�’veC�have�it’ll��A�itC�it�A�’llC�will�it’ll’ve��A�itC�it�A�’llC�will�A�’veC�have�it’s��A�itC�it�A�’sC�'s�ive��A�iC�i�A�veC�have�i’d��A�iC�i�A�’dC�'d�i’d’ve��A�iC�i�A�’dC�would�A�’veC�have�i’ll��A�iC�i�A�’llC�will�i’ll’ve��A�iC�i�A�’llC�will�A�’veC�have�i’m��A�iC�i�A�’mC�am�i’ma��A�iC�i�A�’mC�am�A�aC�gonna�i’ve��A�iC�i�A�’veC�have�j.��A�j.�k.��A�k.�l.��A�l.�let's��A�let�A�'sC�us�let’s��A�let�A�’sC�us�ll��A�llC�will�lovin��A�lovinC�loving�lovin'��A�lovin'C�loving�lovin’��A�lovin’C�loving�m.��A�m.�ma'am��A�ma'amC�madam�mayn't��A�mayC�may�A�n'tC�not�mayn't've��A�mayC�may�A�n'tC�not�A�'veC�have�maynt��A�mayC�may�A�ntC�not�mayntve��A�mayC�may�A�ntC�not�A�veC�have�mayn’t��A�mayC�may�A�n’tC�not�mayn’t’ve��A�mayC�may�A�n’tC�not�A�’veC�have�ma’am��A�ma’amC�madam�might've��A�mightC�might�A�'ve�mightn't��A�mightC�might�A�n'tC�not�mightn't've��A�mightC�might�A�n'tC�not�A�'veC�have�mightnt��A�mightC�might�A�ntC�not�mightntve��A�mightC�might�A�ntC�not�A�veC�have�mightn’t��A�mightC�might�A�n’tC�not�mightn’t’ve��A�mightC�might�A�n’tC�not�A�’veC�have�mightve��A�mightC�might�A�ve�might’ve��A�mightC�might�A�’ve�must've��A�mustC�must�A�'ve�mustn't��A�mustC�must�A�n'tC�not�mustn't've��A�mustC�must�A�n'tC�not�A�'veC�have�mustnt��A�mustC�must�A�ntC�not�mustntve��A�mustC�must�A�ntC�not�A�veC�have�mustn’t��A�mustC�must�A�n’tC�not�mustn’t’ve��A�mustC�must�A�n’tC�not�A�’veC�have�mustve��A�mustC�must�A�ve�must’ve��A�mustC�must�A�’ve�n.��A�n.�needn't��A�needC�need�A�n'tC�not�needn't've��A�needC�need�A�n'tC�not�A�'veC�have�neednt��A�needC�need�A�ntC�not�needntve��A�needC�need�A�ntC�not�A�veC�have�needn’t��A�needC�need�A�n’tC�not�needn’t’ve��A�needC�need�A�n’tC�not�A�’veC�have�not've��A�not�A�'veC�have�nothin��A�nothinC�nothing�nothin'��A�nothin'C�nothing�nothin’��A�nothin’C�nothing�notve��A�not�A�veC�have�not’ve��A�not�A�’veC�have�nuff��A�nuffC�enough�nuthin��A�nuthinC�nothing�nuthin'��A�nuthin'C�nothing�nuthin’��A�nuthin’C�nothing�o'clock��A�o'clockC�o'clock�o.��A�o.�o.0��A�o.0�o.O��A�o.O�o.o��A�o.o�o_0��A�o_0�o_O��A�o_O�o_o��A�o_o�ol��A�olC�old�ol'��A�ol'C�old�ol’��A�ol’C�old�oughtn't��A�oughtC�ought�A�n'tC�not�oughtn't've��A�oughtC�ought�A�n'tC�not�A�'veC�have�oughtnt��A�oughtC�ought�A�ntC�not�oughtntve��A�oughtC�ought�A�ntC�not�A�veC�have�oughtn’t��A�oughtC�ought�A�n’tC�not�oughtn’t’ve��A�oughtC�ought�A�n’tC�not�A�’veC�have�o’clock��A�o’clockC�o'clock�p.��A�p.�p.m.��A�p.m.�q.��A�q.�r.��A�r.�s.��A�s.�shan't��A�shaC�shall�A�n'tC�not�shan't've��A�shaC�shall�A�n'tC�not�A�'veC�have�shant��A�shaC�shall�A�ntC�not�shantve��A�shaC�shall�A�ntC�not�A�veC�have�shan’t��A�shaC�shall�A�n’tC�not�shan’t’ve��A�shaC�shall�A�n’tC�not�A�’veC�have�she'd��A�sheC�she�A�'dC�'d�she'd've��A�sheC�she�A�'dC�would�A�'veC�have�she'll��A�sheC�she�A�'llC�will�she'll've��A�sheC�she�A�'llC�will�A�'veC�have�she's��A�sheC�she�A�'sC�'s�shedve��A�sheC�she�A�dC�would�A�veC�have�shellve��A�sheC�she�A�llC�will�A�veC�have�shes��A�sheC�she�A�s�she’d��A�sheC�she�A�’dC�'d�she’d’ve��A�sheC�she�A�’dC�would�A�’veC�have�she’ll��A�sheC�she�A�’llC�will�she’ll’ve��A�sheC�she�A�’llC�will�A�’veC�have�she’s��A�sheC�she�A�’sC�'s�should've��A�shouldC�should�A�'ve�shouldn't��A�shouldC�should�A�n'tC�not�shouldn't've��A�shouldC�should�A�n'tC�not�A�'veC�have�shouldnt��A�shouldC�should�A�ntC�not�shouldntve��A�shouldC�should�A�ntC�not�A�veC�have�shouldn’t��A�shouldC�should�A�n’tC�not�shouldn’t’ve��A�shouldC�should�A�n’tC�not�A�’veC�have�shouldve��A�shouldC�should�A�ve�should’ve��A�shouldC�should�A�’ve�somethin��A�somethinC�something�somethin'��A�somethin'C�something�somethin’��A�somethin’C�something�t.��A�t.�that'd��A�thatC�that�A�'dC�'d�that'd've��A�thatC�that�A�'dC�would�A�'veC�have�that'll��A�thatC�that�A�'llC�will�that'll've��A�thatC�that�A�'llC�will�A�'veC�have�that's��A�thatC�that�A�'sC�'s�thatd��A�thatC�that�A�dC�'d�thatdve��A�thatC�that�A�dC�would�A�veC�have�thatll��A�thatC�that�A�llC�will�thatllve��A�thatC�that�A�llC�will�A�veC�have�thats��A�thatC�that�A�s�that’d��A�thatC�that�A�’dC�'d�that’d’ve��A�thatC�that�A�’dC�would�A�’veC�have�that’ll��A�thatC�that�A�’llC�will�that’ll’ve��A�thatC�that�A�’llC�will�A�’veC�have�that’s��A�thatC�that�A�’sC�'s�there'd��A�thereC�there�A�'dC�'d�there'd've��A�thereC�there�A�'dC�would�A�'veC�have�there'll��A�thereC�there�A�'llC�will�there'll've��A�thereC�there�A�'llC�will�A�'veC�have�there're��A�thereC�there�A�'reC�are�there's��A�thereC�there�A�'sC�'s�there've��A�thereC�there�A�'ve�thered��A�thereC�there�A�dC�'d�theredve��A�thereC�there�A�dC�would�A�veC�have�therell��A�thereC�there�A�llC�will�therellve��A�thereC�there�A�llC�will�A�veC�have�therere��A�thereC�there�A�reC�are�theres��A�thereC�there�A�s�thereve��A�there�A�veC�have�there’d��A�thereC�there�A�’dC�'d�there’d’ve��A�thereC�there�A�’dC�would�A�’veC�have�there’ll��A�thereC�there�A�’llC�will�there’ll’ve��A�thereC�there�A�’llC�will�A�’veC�have�there’re��A�thereC�there�A�’reC�are�there’s��A�thereC�there�A�’sC�'s�there’ve��A�thereC�there�A�’ve�these'd��A�theseC�these�A�'dC�'d�these'd've��A�theseC�these�A�'dC�would�A�'veC�have�these'll��A�theseC�these�A�'llC�will�these'll've��A�theseC�these�A�'llC�will�A�'veC�have�these're��A�theseC�these�A�'reC�are�these've��A�theseC�these�A�'ve�thesed��A�theseC�these�A�dC�'d�thesedve��A�theseC�these�A�dC�would�A�veC�have�thesell��A�theseC�these�A�llC�will�thesellve��A�theseC�these�A�llC�will�A�veC�have�thesere��A�theseC�these�A�reC�are�theseve��A�these�A�veC�have�these’d��A�theseC�these�A�’dC�'d�these’d’ve��A�theseC�these�A�’dC�would�A�’veC�have�these’ll��A�theseC�these�A�’llC�will�these’ll’ve��A�theseC�these�A�’llC�will�A�’veC�have�these’re��A�theseC�these�A�’reC�are�these’ve��A�theseC�these�A�’ve�they'd��A�theyC�they�A�'dC�'d�they'd've��A�theyC�they�A�'dC�would�A�'veC�have�they'll��A�theyC�they�A�'llC�will�they'll've��A�theyC�they�A�'llC�will�A�'veC�have�they're��A�theyC�they�A�'reC�are�they've��A�theyC�they�A�'veC�have�theyd��A�theyC�they�A�dC�'d�theydve��A�theyC�they�A�dC�would�A�veC�have�theyll��A�theyC�they�A�llC�will�theyllve��A�theyC�they�A�llC�will�A�veC�have�theyre��A�theyC�they�A�reC�are�theyve��A�theyC�they�A�veC�have�they’d��A�theyC�they�A�’dC�'d�they’d’ve��A�theyC�they�A�’dC�would�A�’veC�have�they’ll��A�theyC�they�A�’llC�will�they’ll’ve��A�theyC�they�A�’llC�will�A�’veC�have�they’re��A�theyC�they�A�’reC�are�they’ve��A�theyC�they�A�’veC�have�this'd��A�thisC�this�A�'dC�'d�this'd've��A�thisC�this�A�'dC�would�A�'veC�have�this'll��A�thisC�this�A�'llC�will�this'll've��A�thisC�this�A�'llC�will�A�'veC�have�this's��A�thisC�this�A�'sC�'s�thisd��A�thisC�this�A�dC�'d�thisdve��A�thisC�this�A�dC�would�A�veC�have�thisll��A�thisC�this�A�llC�will�thisllve��A�thisC�this�A�llC�will�A�veC�have�thiss��A�thisC�this�A�s�this’d��A�thisC�this�A�’dC�'d�this’d’ve��A�thisC�this�A�’dC�would�A�’veC�have�this’ll��A�thisC�this�A�’llC�will�this’ll’ve��A�thisC�this�A�’llC�will�A�’veC�have�this’s��A�thisC�this�A�’sC�'s�those'd��A�thoseC�those�A�'dC�'d�those'd've��A�thoseC�those�A�'dC�would�A�'veC�have�those'll��A�thoseC�those�A�'llC�will�those'll've��A�thoseC�those�A�'llC�will�A�'veC�have�those're��A�thoseC�those�A�'reC�are�those've��A�thoseC�those�A�'ve�thosed��A�thoseC�those�A�dC�'d�thosedve��A�thoseC�those�A�dC�would�A�veC�have�thosell��A�thoseC�those�A�llC�will�thosellve��A�thoseC�those�A�llC�will�A�veC�have�thosere��A�thoseC�those�A�reC�are�thoseve��A�those�A�veC�have�those’d��A�thoseC�those�A�’dC�'d�those’d’ve��A�thoseC�those�A�’dC�would�A�’veC�have�those’ll��A�thoseC�those�A�’llC�will�those’ll’ve��A�thoseC�those�A�’llC�will�A�’veC�have�those’re��A�thoseC�those�A�’reC�are�those’ve��A�thoseC�those�A�’ve�u.��A�u.�v.��A�v.�v.s.��A�v.s.�v.v��A�v.v�v_v��A�v_v�vs.��A�vs.�w.��A�w.�w/o��A�w/oC�without�wasn't��A�wasC�was�A�n'tC�not�wasnt��A�wasC�was�A�ntC�not�wasn’t��A�wasC�was�A�n’tC�not�we'd��A�weC�we�A�'dC�'d�we'd've��A�weC�we�A�'dC�would�A�'veC�have�we'll��A�weC�we�A�'llC�will�we'll've��A�weC�we�A�'llC�will�A�'veC�have�we're��A�weC�we�A�'reC�are�we've��A�weC�we�A�'veC�have�wed��A�weC�we�A�dC�'d�wedve��A�weC�we�A�dC�would�A�veC�have�wellve��A�weC�we�A�llC�will�A�veC�have�weren't��A�wereC�were�A�n'tC�not�werent��A�wereC�were�A�ntC�not�weren’t��A�wereC�were�A�n’tC�not�weve��A�weC�we�A�veC�have�we’d��A�weC�we�A�’dC�'d�we’d’ve��A�weC�we�A�’dC�would�A�’veC�have�we’ll��A�weC�we�A�’llC�will�we’ll’ve��A�weC�we�A�’llC�will�A�’veC�have�we’re��A�weC�we�A�’reC�are�we’ve��A�weC�we�A�’veC�have�what'd��A�whatC�what�A�'dC�'d�what'd've��A�whatC�what�A�'dC�would�A�'veC�have�what'll��A�whatC�what�A�'llC�will�what'll've��A�whatC�what�A�'llC�will�A�'veC�have�what're��A�whatC�what�A�'reC�are�what's��A�whatC�what�A�'sC�'s�what've��A�whatC�what�A�'ve�whatd��A�whatC�what�A�dC�'d�whatdve��A�whatC�what�A�dC�would�A�veC�have�whatll��A�whatC�what�A�llC�will�whatllve��A�whatC�what�A�llC�will�A�veC�have�whatre��A�whatC�what�A�reC�are�whats��A�whatC�what�A�s�whatve��A�what�A�veC�have�what’d��A�whatC�what�A�’dC�'d�what’d’ve��A�whatC�what�A�’dC�would�A�’veC�have�what’ll��A�whatC�what�A�’llC�will�what’ll’ve��A�whatC�what�A�’llC�will�A�’veC�have�what’re��A�whatC�what�A�’reC�are�what’s��A�whatC�what�A�’sC�'s�what’ve��A�whatC�what�A�’ve�when'd��A�whenC�when�A�'dC�'d�when'd've��A�whenC�when�A�'dC�would�A�'veC�have�when'll��A�whenC�when�A�'llC�will�when'll've��A�whenC�when�A�'llC�will�A�'veC�have�when're��A�whenC�when�A�'reC�are�when's��A�whenC�when�A�'sC�'s�when've��A�whenC�when�A�'ve�whend��A�whenC�when�A�dC�'d�whendve��A�whenC�when�A�dC�would�A�veC�have�whenll��A�whenC�when�A�llC�will�whenllve��A�whenC�when�A�llC�will�A�veC�have�whenre��A�whenC�when�A�reC�are�whens��A�whenC�when�A�s�whenve��A�when�A�veC�have�when’d��A�whenC�when�A�’dC�'d�when’d’ve��A�whenC�when�A�’dC�would�A�’veC�have�when’ll��A�whenC�when�A�’llC�will�when’ll’ve��A�whenC�when�A�’llC�will�A�’veC�have�when’re��A�whenC�when�A�’reC�are�when’s��A�whenC�when�A�’sC�'s�when’ve��A�whenC�when�A�’ve�where'd��A�whereC�where�A�'dC�'d�where'd've��A�whereC�where�A�'dC�would�A�'veC�have�where'll��A�whereC�where�A�'llC�will�where'll've��A�whereC�where�A�'llC�will�A�'veC�have�where're��A�whereC�where�A�'reC�are�where's��A�whereC�where�A�'sC�'s�where've��A�whereC�where�A�'ve�whered��A�whereC�where�A�dC�'d�wheredve��A�whereC�where�A�dC�would�A�veC�have�wherell��A�whereC�where�A�llC�will�wherellve��A�whereC�where�A�llC�will�A�veC�have�wherere��A�whereC�where�A�reC�are�wheres��A�whereC�where�A�s�whereve��A�where�A�veC�have�where’d��A�whereC�where�A�’dC�'d�where’d’ve��A�whereC�where�A�’dC�would�A�’veC�have�where’ll��A�whereC�where�A�’llC�will�where’ll’ve��A�whereC�where�A�’llC�will�A�’veC�have�where’re��A�whereC�where�A�’reC�are�where’s��A�whereC�where�A�’sC�'s�where’ve��A�whereC�where�A�’ve�who'd��A�whoC�who�A�'dC�'d�who'd've��A�whoC�who�A�'dC�would�A�'veC�have�who'll��A�whoC�who�A�'llC�will�who'll've��A�whoC�who�A�'llC�will�A�'veC�have�who're��A�whoC�who�A�'reC�are�who's��A�whoC�who�A�'sC�'s�who've��A�whoC�who�A�'ve�whod��A�whoC�who�A�dC�'d�whodve��A�whoC�who�A�dC�would�A�veC�have�wholl��A�whoC�who�A�llC�will�whollve��A�whoC�who�A�llC�will�A�veC�have�whos��A�whoC�who�A�s�whove��A�who�A�veC�have�who’d��A�whoC�who�A�’dC�'d�who’d’ve��A�whoC�who�A�’dC�would�A�’veC�have�who’ll��A�whoC�who�A�’llC�will�who’ll’ve��A�whoC�who�A�’llC�will�A�’veC�have�who’re��A�whoC�who�A�’reC�are�who’s��A�whoC�who�A�’sC�'s�who’ve��A�whoC�who�A�’ve�why'd��A�whyC�why�A�'dC�'d�why'd've��A�whyC�why�A�'dC�would�A�'veC�have�why'll��A�whyC�why�A�'llC�will�why'll've��A�whyC�why�A�'llC�will�A�'veC�have�why're��A�whyC�why�A�'reC�are�why's��A�whyC�why�A�'sC�'s�why've��A�whyC�why�A�'ve�whyd��A�whyC�why�A�dC�'d�whydve��A�whyC�why�A�dC�would�A�veC�have�whyll��A�whyC�why�A�llC�will�whyllve��A�whyC�why�A�llC�will�A�veC�have�whyre��A�whyC�why�A�reC�are�whys��A�whyC�why�A�s�whyve��A�why�A�veC�have�why’d��A�whyC�why�A�’dC�'d�why’d’ve��A�whyC�why�A�’dC�would�A�’veC�have�why’ll��A�whyC�why�A�’llC�will�why’ll’ve��A�whyC�why�A�’llC�will�A�’veC�have�why’re��A�whyC�why�A�’reC�are�why’s��A�whyC�why�A�’sC�'s�why’ve��A�whyC�why�A�’ve�won't��A�woC�will�A�n'tC�not�won't've��A�woC�will�A�n'tC�not�A�'veC�have�wont��A�woC�will�A�ntC�not�wontve��A�woC�will�A�ntC�not�A�veC�have�won’t��A�woC�will�A�n’tC�not�won’t’ve��A�woC�will�A�n’tC�not�A�’veC�have�would've��A�wouldC�would�A�'ve�wouldn't��A�wouldC�would�A�n'tC�not�wouldn't've��A�wouldC�would�A�n'tC�not�A�'veC�have�wouldnt��A�wouldC�would�A�ntC�not�wouldntve��A�wouldC�would�A�ntC�not�A�veC�have�wouldn’t��A�wouldC�would�A�n’tC�not�wouldn’t’ve��A�wouldC�would�A�n’tC�not�A�’veC�have�wouldve��A�wouldC�would�A�ve�would’ve��A�wouldC�would�A�’ve�x.��A�x.�xD��A�xD�xDD��A�xDD�y'all��A�y'C�you�A�all�y.��A�y.�yall��A�yC�you�A�all�you'd��A�youC�you�A�'dC�'d�you'd've��A�youC�you�A�'dC�would�A�'veC�have�you'll��A�youC�you�A�'llC�will�you'll've��A�youC�you�A�'llC�will�A�'veC�have�you're��A�youC�you�A�'reC�are�you've��A�youC�you�A�'veC�have�youd��A�youC�you�A�dC�'d�youdve��A�youC�you�A�dC�would�A�veC�have�youll��A�youC�you�A�llC�will�youllve��A�youC�you�A�llC�will�A�veC�have�youre��A�youC�you�A�reC�are�youve��A�youC�you�A�veC�have�you’d��A�youC�you�A�’dC�'d�you’d’ve��A�youC�you�A�’dC�would�A�’veC�have�you’ll��A�youC�you�A�’llC�will�you’ll’ve��A�youC�you�A�’llC�will�A�’veC�have�you’re��A�youC�you�A�’reC�are�you’ve��A�youC�you�A�’veC�have�y’all��A�y’C�you�A�all�z.��A�z.� ��A� C� �¯\(ツ)/¯��A�¯\(ツ)/¯�°C.��A�°�A�C�A�.�°F.��A�°�A�F�A�.�°K.��A�°�A�K�A�.�°c.��A�°�A�c�A�.�°f.��A�°�A�f�A�.�°k.��A�°�A�k�A�.�ä.��A�ä.�ö.��A�ö.�ü.��A�ü.�ಠ_ಠ��A�ಠ_ಠ�ಠ︵ಠ��A�ಠ︵ಠ�—��A�—�‘S��A�‘SC�'s�‘s��A�‘sC�'s�’��A�’�’Cause��A�’CauseC�because�’Cos��A�’CosC�because�’Coz��A�’CozC�because�’Cuz��A�’CuzC�because�’S��A�’SC�'s�’bout��A�’boutC�about�’cause��A�’causeC�because�’cos��A�’cosC�because�’coz��A�’cozC�because�’cuz��A�’cuzC�because�’d��A�’d�’em��A�’emC�them�’ll��A�’llC�will�’nuff��A�’nuffC�enough�’re��A�’reC�are�’s��A�’sC�'s�’’��A�’’�faster_heuristics�
|
vocab/key2row
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
�
|
vocab/lookups.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76be8b528d0075f7aae98d6fa57a6d3c83ae480a8469e668d7b0af968995ac71
|
| 3 |
+
size 1
|
vocab/strings.json
ADDED
|
@@ -0,0 +1,2519 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
"\t",
|
| 3 |
+
"\n",
|
| 4 |
+
" ",
|
| 5 |
+
" ",
|
| 6 |
+
"\"",
|
| 7 |
+
"&",
|
| 8 |
+
"'",
|
| 9 |
+
"''",
|
| 10 |
+
"'-(",
|
| 11 |
+
"'-)",
|
| 12 |
+
"'Cause",
|
| 13 |
+
"'Cos",
|
| 14 |
+
"'Coz",
|
| 15 |
+
"'Cuz",
|
| 16 |
+
"'S",
|
| 17 |
+
"'X",
|
| 18 |
+
"'Xxx",
|
| 19 |
+
"'Xxxxx",
|
| 20 |
+
"'am",
|
| 21 |
+
"'bout",
|
| 22 |
+
"'cause",
|
| 23 |
+
"'cos",
|
| 24 |
+
"'coz",
|
| 25 |
+
"'cuz",
|
| 26 |
+
"'d",
|
| 27 |
+
"'em",
|
| 28 |
+
"'ll",
|
| 29 |
+
"'m",
|
| 30 |
+
"'nuff",
|
| 31 |
+
"'re",
|
| 32 |
+
"'s",
|
| 33 |
+
"'ve",
|
| 34 |
+
"'x",
|
| 35 |
+
"'xx",
|
| 36 |
+
"'xxx",
|
| 37 |
+
"'xxxx",
|
| 38 |
+
"'y",
|
| 39 |
+
"(",
|
| 40 |
+
"(((",
|
| 41 |
+
"(*>",
|
| 42 |
+
"(*_*)",
|
| 43 |
+
"(-8",
|
| 44 |
+
"(-:",
|
| 45 |
+
"(-;",
|
| 46 |
+
"(-_-)",
|
| 47 |
+
"(-d",
|
| 48 |
+
"(._.)",
|
| 49 |
+
"(:",
|
| 50 |
+
"(;",
|
| 51 |
+
"(=",
|
| 52 |
+
"(>_<)",
|
| 53 |
+
"(^_^)",
|
| 54 |
+
"(o:",
|
| 55 |
+
"(x:",
|
| 56 |
+
"(x_x)",
|
| 57 |
+
"(\u00ac_\u00ac)",
|
| 58 |
+
"(\u0ca0_\u0ca0)",
|
| 59 |
+
"(\u256f\u00b0\u25a1\u00b0\uff09\u256f\ufe35\u253b\u2501\u253b",
|
| 60 |
+
")",
|
| 61 |
+
")))",
|
| 62 |
+
")-:",
|
| 63 |
+
")/\u00af",
|
| 64 |
+
"):",
|
| 65 |
+
"*",
|
| 66 |
+
",",
|
| 67 |
+
"-",
|
| 68 |
+
"-((",
|
| 69 |
+
"-))",
|
| 70 |
+
"-/",
|
| 71 |
+
"-0",
|
| 72 |
+
"-1A",
|
| 73 |
+
"-3",
|
| 74 |
+
"-4A",
|
| 75 |
+
"-8",
|
| 76 |
+
"-D",
|
| 77 |
+
"-Employer",
|
| 78 |
+
"-O",
|
| 79 |
+
"-P",
|
| 80 |
+
"-Rates",
|
| 81 |
+
"-X",
|
| 82 |
+
"-Xxxxx",
|
| 83 |
+
"-_-",
|
| 84 |
+
"-__-",
|
| 85 |
+
"-d",
|
| 86 |
+
"-employer",
|
| 87 |
+
"-o",
|
| 88 |
+
"-p",
|
| 89 |
+
"-rates",
|
| 90 |
+
"-x",
|
| 91 |
+
"-|",
|
| 92 |
+
".",
|
| 93 |
+
"..",
|
| 94 |
+
"...",
|
| 95 |
+
".10",
|
| 96 |
+
".15",
|
| 97 |
+
".21",
|
| 98 |
+
".26",
|
| 99 |
+
".C.",
|
| 100 |
+
".D.",
|
| 101 |
+
".E.",
|
| 102 |
+
".G.",
|
| 103 |
+
".H.",
|
| 104 |
+
".J.",
|
| 105 |
+
".M.",
|
| 106 |
+
".Y.",
|
| 107 |
+
"._.",
|
| 108 |
+
".e.",
|
| 109 |
+
".g.",
|
| 110 |
+
".m.",
|
| 111 |
+
".s.",
|
| 112 |
+
"/",
|
| 113 |
+
"/20",
|
| 114 |
+
"/3",
|
| 115 |
+
"/S4",
|
| 116 |
+
"/S6",
|
| 117 |
+
"/S\u00e9",
|
| 118 |
+
"/S\u1ebb",
|
| 119 |
+
"/S\u1ed1",
|
| 120 |
+
"/Xd",
|
| 121 |
+
"/Xx",
|
| 122 |
+
"/d",
|
| 123 |
+
"/or",
|
| 124 |
+
"/s6",
|
| 125 |
+
"/s\u00e9",
|
| 126 |
+
"0",
|
| 127 |
+
"0.0",
|
| 128 |
+
"0.1",
|
| 129 |
+
"0.o",
|
| 130 |
+
"00005",
|
| 131 |
+
"001",
|
| 132 |
+
"002",
|
| 133 |
+
"003",
|
| 134 |
+
"004",
|
| 135 |
+
"005",
|
| 136 |
+
"0058",
|
| 137 |
+
"006",
|
| 138 |
+
"007",
|
| 139 |
+
"008",
|
| 140 |
+
"009",
|
| 141 |
+
"01",
|
| 142 |
+
"010",
|
| 143 |
+
"013",
|
| 144 |
+
"014",
|
| 145 |
+
"015",
|
| 146 |
+
"016",
|
| 147 |
+
"017",
|
| 148 |
+
"019",
|
| 149 |
+
"02",
|
| 150 |
+
"020",
|
| 151 |
+
"021",
|
| 152 |
+
"022",
|
| 153 |
+
"023",
|
| 154 |
+
"024",
|
| 155 |
+
"025",
|
| 156 |
+
"026",
|
| 157 |
+
"03/05/2023",
|
| 158 |
+
"031",
|
| 159 |
+
"034",
|
| 160 |
+
"037",
|
| 161 |
+
"038",
|
| 162 |
+
"04",
|
| 163 |
+
"041",
|
| 164 |
+
"045",
|
| 165 |
+
"048",
|
| 166 |
+
"05",
|
| 167 |
+
"051",
|
| 168 |
+
"056",
|
| 169 |
+
"058",
|
| 170 |
+
"060",
|
| 171 |
+
"061",
|
| 172 |
+
"064",
|
| 173 |
+
"065",
|
| 174 |
+
"068",
|
| 175 |
+
"07",
|
| 176 |
+
"07/01/2022",
|
| 177 |
+
"070",
|
| 178 |
+
"072",
|
| 179 |
+
"074",
|
| 180 |
+
"076",
|
| 181 |
+
"077",
|
| 182 |
+
"079",
|
| 183 |
+
"085",
|
| 184 |
+
"092",
|
| 185 |
+
"093",
|
| 186 |
+
"095",
|
| 187 |
+
"0_0",
|
| 188 |
+
"0_o",
|
| 189 |
+
"1",
|
| 190 |
+
"10",
|
| 191 |
+
"10/03/2022",
|
| 192 |
+
"10/07/20",
|
| 193 |
+
"106",
|
| 194 |
+
"10a.m",
|
| 195 |
+
"10a.m.",
|
| 196 |
+
"10p.m",
|
| 197 |
+
"10p.m.",
|
| 198 |
+
"11",
|
| 199 |
+
"112",
|
| 200 |
+
"114",
|
| 201 |
+
"115",
|
| 202 |
+
"118",
|
| 203 |
+
"119",
|
| 204 |
+
"11a.m",
|
| 205 |
+
"11a.m.",
|
| 206 |
+
"11p.m",
|
| 207 |
+
"11p.m.",
|
| 208 |
+
"12",
|
| 209 |
+
"125",
|
| 210 |
+
"128",
|
| 211 |
+
"12a.m",
|
| 212 |
+
"12a.m.",
|
| 213 |
+
"12p.m",
|
| 214 |
+
"12p.m.",
|
| 215 |
+
"13",
|
| 216 |
+
"132",
|
| 217 |
+
"133",
|
| 218 |
+
"138",
|
| 219 |
+
"139",
|
| 220 |
+
"14",
|
| 221 |
+
"140",
|
| 222 |
+
"141",
|
| 223 |
+
"142",
|
| 224 |
+
"143",
|
| 225 |
+
"15",
|
| 226 |
+
"159",
|
| 227 |
+
"16",
|
| 228 |
+
"162",
|
| 229 |
+
"163",
|
| 230 |
+
"164",
|
| 231 |
+
"17",
|
| 232 |
+
"176",
|
| 233 |
+
"18",
|
| 234 |
+
"187",
|
| 235 |
+
"189",
|
| 236 |
+
"19",
|
| 237 |
+
"190527",
|
| 238 |
+
"190701",
|
| 239 |
+
"1a.m",
|
| 240 |
+
"1a.m.",
|
| 241 |
+
"1p.m",
|
| 242 |
+
"1p.m.",
|
| 243 |
+
"2",
|
| 244 |
+
"20",
|
| 245 |
+
"20.1",
|
| 246 |
+
"2017",
|
| 247 |
+
"2017.07.15",
|
| 248 |
+
"2019",
|
| 249 |
+
"202",
|
| 250 |
+
"2022.01.21",
|
| 251 |
+
"2022.03.10",
|
| 252 |
+
"20220214",
|
| 253 |
+
"20220614",
|
| 254 |
+
"2023",
|
| 255 |
+
"20230118",
|
| 256 |
+
"20230217",
|
| 257 |
+
"20230303",
|
| 258 |
+
"20230327",
|
| 259 |
+
"20230406",
|
| 260 |
+
"205",
|
| 261 |
+
"207",
|
| 262 |
+
"209",
|
| 263 |
+
"21",
|
| 264 |
+
"212",
|
| 265 |
+
"213",
|
| 266 |
+
"214",
|
| 267 |
+
"217",
|
| 268 |
+
"22",
|
| 269 |
+
"220",
|
| 270 |
+
"227",
|
| 271 |
+
"229",
|
| 272 |
+
"23",
|
| 273 |
+
"231",
|
| 274 |
+
"235",
|
| 275 |
+
"24",
|
| 276 |
+
"242",
|
| 277 |
+
"25",
|
| 278 |
+
"254",
|
| 279 |
+
"259",
|
| 280 |
+
"26",
|
| 281 |
+
"26/10/2021",
|
| 282 |
+
"264",
|
| 283 |
+
"268",
|
| 284 |
+
"27",
|
| 285 |
+
"273",
|
| 286 |
+
"274",
|
| 287 |
+
"279",
|
| 288 |
+
"280",
|
| 289 |
+
"281",
|
| 290 |
+
"282",
|
| 291 |
+
"284",
|
| 292 |
+
"287",
|
| 293 |
+
"29",
|
| 294 |
+
"290",
|
| 295 |
+
"296",
|
| 296 |
+
"2a.m",
|
| 297 |
+
"2a.m.",
|
| 298 |
+
"2p.m",
|
| 299 |
+
"2p.m.",
|
| 300 |
+
"3",
|
| 301 |
+
"30",
|
| 302 |
+
"30.03.2022",
|
| 303 |
+
"303",
|
| 304 |
+
"306",
|
| 305 |
+
"308",
|
| 306 |
+
"311",
|
| 307 |
+
"313",
|
| 308 |
+
"316",
|
| 309 |
+
"3164",
|
| 310 |
+
"318",
|
| 311 |
+
"32",
|
| 312 |
+
"327",
|
| 313 |
+
"33",
|
| 314 |
+
"333",
|
| 315 |
+
"34",
|
| 316 |
+
"342",
|
| 317 |
+
"343",
|
| 318 |
+
"366",
|
| 319 |
+
"367",
|
| 320 |
+
"37",
|
| 321 |
+
"370",
|
| 322 |
+
"372",
|
| 323 |
+
"376",
|
| 324 |
+
"38",
|
| 325 |
+
"385",
|
| 326 |
+
"388",
|
| 327 |
+
"39",
|
| 328 |
+
"3a.m",
|
| 329 |
+
"3a.m.",
|
| 330 |
+
"3p.m",
|
| 331 |
+
"3p.m.",
|
| 332 |
+
"4",
|
| 333 |
+
"40",
|
| 334 |
+
"400",
|
| 335 |
+
"406",
|
| 336 |
+
"41",
|
| 337 |
+
"410",
|
| 338 |
+
"41073B-1A",
|
| 339 |
+
"41073b-1a",
|
| 340 |
+
"412",
|
| 341 |
+
"42",
|
| 342 |
+
"43",
|
| 343 |
+
"45",
|
| 344 |
+
"457",
|
| 345 |
+
"46",
|
| 346 |
+
"468",
|
| 347 |
+
"47",
|
| 348 |
+
"48",
|
| 349 |
+
"49",
|
| 350 |
+
"4902",
|
| 351 |
+
"496",
|
| 352 |
+
"4a.m",
|
| 353 |
+
"4a.m.",
|
| 354 |
+
"4p.m",
|
| 355 |
+
"4p.m.",
|
| 356 |
+
"5",
|
| 357 |
+
"50",
|
| 358 |
+
"52",
|
| 359 |
+
"527",
|
| 360 |
+
"53",
|
| 361 |
+
"532",
|
| 362 |
+
"5a.m",
|
| 363 |
+
"5a.m.",
|
| 364 |
+
"5p.m",
|
| 365 |
+
"5p.m.",
|
| 366 |
+
"6",
|
| 367 |
+
"612",
|
| 368 |
+
"614",
|
| 369 |
+
"637",
|
| 370 |
+
"6D",
|
| 371 |
+
"6a.m",
|
| 372 |
+
"6a.m.",
|
| 373 |
+
"6d",
|
| 374 |
+
"6p.m",
|
| 375 |
+
"6p.m.",
|
| 376 |
+
"7",
|
| 377 |
+
"701",
|
| 378 |
+
"712",
|
| 379 |
+
"748",
|
| 380 |
+
"7880",
|
| 381 |
+
"791",
|
| 382 |
+
"7a.m",
|
| 383 |
+
"7a.m.",
|
| 384 |
+
"7p.m",
|
| 385 |
+
"7p.m.",
|
| 386 |
+
"8",
|
| 387 |
+
"8)",
|
| 388 |
+
"8-",
|
| 389 |
+
"8-)",
|
| 390 |
+
"8-D",
|
| 391 |
+
"8-d",
|
| 392 |
+
"8.4",
|
| 393 |
+
"806",
|
| 394 |
+
"810",
|
| 395 |
+
"867",
|
| 396 |
+
"880",
|
| 397 |
+
"894",
|
| 398 |
+
"8D",
|
| 399 |
+
"8a.m",
|
| 400 |
+
"8a.m.",
|
| 401 |
+
"8d",
|
| 402 |
+
"8p.m",
|
| 403 |
+
"8p.m.",
|
| 404 |
+
"9",
|
| 405 |
+
"9/04/2020",
|
| 406 |
+
"901",
|
| 407 |
+
"902",
|
| 408 |
+
"906",
|
| 409 |
+
"911",
|
| 410 |
+
"917",
|
| 411 |
+
"989",
|
| 412 |
+
"9a.m",
|
| 413 |
+
"9a.m.",
|
| 414 |
+
"9p.m",
|
| 415 |
+
"9p.m.",
|
| 416 |
+
":",
|
| 417 |
+
":'(",
|
| 418 |
+
":')",
|
| 419 |
+
":'-(",
|
| 420 |
+
":'-)",
|
| 421 |
+
":(",
|
| 422 |
+
":((",
|
| 423 |
+
":(((",
|
| 424 |
+
":()",
|
| 425 |
+
":)",
|
| 426 |
+
":))",
|
| 427 |
+
":)))",
|
| 428 |
+
":*",
|
| 429 |
+
":-(",
|
| 430 |
+
":-((",
|
| 431 |
+
":-(((",
|
| 432 |
+
":-)",
|
| 433 |
+
":-))",
|
| 434 |
+
":-)))",
|
| 435 |
+
":-*",
|
| 436 |
+
":-/",
|
| 437 |
+
":-0",
|
| 438 |
+
":-3",
|
| 439 |
+
":->",
|
| 440 |
+
":-D",
|
| 441 |
+
":-O",
|
| 442 |
+
":-P",
|
| 443 |
+
":-X",
|
| 444 |
+
":-]",
|
| 445 |
+
":-d",
|
| 446 |
+
":-o",
|
| 447 |
+
":-p",
|
| 448 |
+
":-x",
|
| 449 |
+
":-|",
|
| 450 |
+
":-}",
|
| 451 |
+
":/",
|
| 452 |
+
":0",
|
| 453 |
+
":1",
|
| 454 |
+
":3",
|
| 455 |
+
":>",
|
| 456 |
+
":D",
|
| 457 |
+
":O",
|
| 458 |
+
":P",
|
| 459 |
+
":X",
|
| 460 |
+
":]",
|
| 461 |
+
":d",
|
| 462 |
+
":o",
|
| 463 |
+
":o)",
|
| 464 |
+
":p",
|
| 465 |
+
":x",
|
| 466 |
+
":x)",
|
| 467 |
+
":|",
|
| 468 |
+
":}",
|
| 469 |
+
":\u2019(",
|
| 470 |
+
":\u2019)",
|
| 471 |
+
":\u2019-(",
|
| 472 |
+
":\u2019-)",
|
| 473 |
+
";",
|
| 474 |
+
";)",
|
| 475 |
+
";-)",
|
| 476 |
+
";-D",
|
| 477 |
+
";-X",
|
| 478 |
+
";-d",
|
| 479 |
+
";D",
|
| 480 |
+
";X",
|
| 481 |
+
";_;",
|
| 482 |
+
";d",
|
| 483 |
+
"<",
|
| 484 |
+
"<.<",
|
| 485 |
+
"</3",
|
| 486 |
+
"</d",
|
| 487 |
+
"<3",
|
| 488 |
+
"<33",
|
| 489 |
+
"<333",
|
| 490 |
+
"<d",
|
| 491 |
+
"<dd",
|
| 492 |
+
"<ddd",
|
| 493 |
+
"<space>",
|
| 494 |
+
"<xxxx>",
|
| 495 |
+
"=",
|
| 496 |
+
"=(",
|
| 497 |
+
"=)",
|
| 498 |
+
"=/",
|
| 499 |
+
"=3",
|
| 500 |
+
"=D",
|
| 501 |
+
"=X",
|
| 502 |
+
"=[",
|
| 503 |
+
"=]",
|
| 504 |
+
"=d",
|
| 505 |
+
"=|",
|
| 506 |
+
">",
|
| 507 |
+
">.<",
|
| 508 |
+
">.>",
|
| 509 |
+
">:(",
|
| 510 |
+
">:o",
|
| 511 |
+
">:x",
|
| 512 |
+
"><(((*>",
|
| 513 |
+
"@",
|
| 514 |
+
"@_@",
|
| 515 |
+
"A",
|
| 516 |
+
"ACR",
|
| 517 |
+
"ADE_CP06",
|
| 518 |
+
"AN",
|
| 519 |
+
"ANG",
|
| 520 |
+
"ANH",
|
| 521 |
+
"APW",
|
| 522 |
+
"APW_CP06",
|
| 523 |
+
"APW_Notice",
|
| 524 |
+
"AUG22",
|
| 525 |
+
"Adm",
|
| 526 |
+
"Adm.",
|
| 527 |
+
"Ai",
|
| 528 |
+
"Air",
|
| 529 |
+
"Ak",
|
| 530 |
+
"Ak.",
|
| 531 |
+
"Ala",
|
| 532 |
+
"Ala.",
|
| 533 |
+
"Alabama",
|
| 534 |
+
"Alaska",
|
| 535 |
+
"An",
|
| 536 |
+
"Approval",
|
| 537 |
+
"Apr",
|
| 538 |
+
"Apr.",
|
| 539 |
+
"April",
|
| 540 |
+
"Are",
|
| 541 |
+
"Area",
|
| 542 |
+
"Ariz",
|
| 543 |
+
"Ariz.",
|
| 544 |
+
"Arizona",
|
| 545 |
+
"Ark",
|
| 546 |
+
"Ark.",
|
| 547 |
+
"Arkansas",
|
| 548 |
+
"Aug",
|
| 549 |
+
"Aug.",
|
| 550 |
+
"August",
|
| 551 |
+
"B",
|
| 552 |
+
"B23",
|
| 553 |
+
"BA",
|
| 554 |
+
"BAC",
|
| 555 |
+
"BRG",
|
| 556 |
+
"Bac",
|
| 557 |
+
"Ba\u0301o",
|
| 558 |
+
"Bros",
|
| 559 |
+
"Bros.",
|
| 560 |
+
"C",
|
| 561 |
+
"C'm",
|
| 562 |
+
"C++",
|
| 563 |
+
"C.",
|
| 564 |
+
"C15",
|
| 565 |
+
"C22",
|
| 566 |
+
"CAU",
|
| 567 |
+
"CCO",
|
| 568 |
+
"COH",
|
| 569 |
+
"CON",
|
| 570 |
+
"CP02",
|
| 571 |
+
"CP03",
|
| 572 |
+
"CP06",
|
| 573 |
+
"CSL",
|
| 574 |
+
"CSR",
|
| 575 |
+
"CVs\u1ed1",
|
| 576 |
+
"Ca",
|
| 577 |
+
"Cable",
|
| 578 |
+
"Calif",
|
| 579 |
+
"Calif.",
|
| 580 |
+
"California",
|
| 581 |
+
"Can",
|
| 582 |
+
"Capital",
|
| 583 |
+
"Cause",
|
| 584 |
+
"Chi\u0309",
|
| 585 |
+
"Claim",
|
| 586 |
+
"Clause",
|
| 587 |
+
"Co",
|
| 588 |
+
"Co.",
|
| 589 |
+
"Colo",
|
| 590 |
+
"Colo.",
|
| 591 |
+
"Colorado",
|
| 592 |
+
"Comm",
|
| 593 |
+
"Compensation",
|
| 594 |
+
"Conditioning",
|
| 595 |
+
"Conditions",
|
| 596 |
+
"Cong",
|
| 597 |
+
"Conn",
|
| 598 |
+
"Conn.",
|
| 599 |
+
"Connecticut",
|
| 600 |
+
"Connection",
|
| 601 |
+
"Contract",
|
| 602 |
+
"Contractor",
|
| 603 |
+
"Corp",
|
| 604 |
+
"Corp.",
|
| 605 |
+
"Cos",
|
| 606 |
+
"Could",
|
| 607 |
+
"Coz",
|
| 608 |
+
"Cut",
|
| 609 |
+
"Cuz",
|
| 610 |
+
"C\u0110T",
|
| 611 |
+
"C\u2019m",
|
| 612 |
+
"D",
|
| 613 |
+
"D.",
|
| 614 |
+
"D.C.",
|
| 615 |
+
"DEC22",
|
| 616 |
+
"DINH",
|
| 617 |
+
"DO",
|
| 618 |
+
"DSDT",
|
| 619 |
+
"DTH",
|
| 620 |
+
"Dare",
|
| 621 |
+
"Date",
|
| 622 |
+
"Dec",
|
| 623 |
+
"Dec.",
|
| 624 |
+
"December",
|
| 625 |
+
"Del",
|
| 626 |
+
"Del.",
|
| 627 |
+
"Delaware",
|
| 628 |
+
"Delay",
|
| 629 |
+
"Delayed",
|
| 630 |
+
"Depot",
|
| 631 |
+
"Did",
|
| 632 |
+
"Do",
|
| 633 |
+
"Does",
|
| 634 |
+
"Doin",
|
| 635 |
+
"Doin'",
|
| 636 |
+
"Doin\u2019",
|
| 637 |
+
"Dr",
|
| 638 |
+
"Dr.",
|
| 639 |
+
"E",
|
| 640 |
+
"E&V",
|
| 641 |
+
"E-4A",
|
| 642 |
+
"E.G.",
|
| 643 |
+
"E.g",
|
| 644 |
+
"E.g.",
|
| 645 |
+
"ERC",
|
| 646 |
+
"EV",
|
| 647 |
+
"EVN",
|
| 648 |
+
"Elevated",
|
| 649 |
+
"Employer",
|
| 650 |
+
"Engineer",
|
| 651 |
+
"Entitlement",
|
| 652 |
+
"EoT",
|
| 653 |
+
"Event",
|
| 654 |
+
"F",
|
| 655 |
+
"F.",
|
| 656 |
+
"FEB23",
|
| 657 |
+
"FULL",
|
| 658 |
+
"Feb",
|
| 659 |
+
"Feb.",
|
| 660 |
+
"February",
|
| 661 |
+
"Fla",
|
| 662 |
+
"Fla.",
|
| 663 |
+
"Flooding",
|
| 664 |
+
"Florida",
|
| 665 |
+
"G",
|
| 666 |
+
"G22",
|
| 667 |
+
"GIA",
|
| 668 |
+
"GIAY",
|
| 669 |
+
"Ga",
|
| 670 |
+
"Ga.",
|
| 671 |
+
"Gen",
|
| 672 |
+
"Gen.",
|
| 673 |
+
"Georgia",
|
| 674 |
+
"Geotechnical",
|
| 675 |
+
"Giang",
|
| 676 |
+
"Goin",
|
| 677 |
+
"Goin'",
|
| 678 |
+
"Goin\u2019",
|
| 679 |
+
"Gon",
|
| 680 |
+
"Got",
|
| 681 |
+
"Gov",
|
| 682 |
+
"Gov.",
|
| 683 |
+
"H",
|
| 684 |
+
"HGU",
|
| 685 |
+
"HNC",
|
| 686 |
+
"HONG",
|
| 687 |
+
"HVN",
|
| 688 |
+
"Had",
|
| 689 |
+
"Has",
|
| 690 |
+
"Have",
|
| 691 |
+
"Havin",
|
| 692 |
+
"Havin'",
|
| 693 |
+
"Havin\u2019",
|
| 694 |
+
"He",
|
| 695 |
+
"He's",
|
| 696 |
+
"He\u2019s",
|
| 697 |
+
"Hong",
|
| 698 |
+
"How",
|
| 699 |
+
"How's",
|
| 700 |
+
"How\u2019s",
|
| 701 |
+
"Hydrological",
|
| 702 |
+
"Hyundai",
|
| 703 |
+
"I",
|
| 704 |
+
"I.E.",
|
| 705 |
+
"I.e",
|
| 706 |
+
"I.e.",
|
| 707 |
+
"IAY",
|
| 708 |
+
"IC",
|
| 709 |
+
"IC15",
|
| 710 |
+
"ICO",
|
| 711 |
+
"IEM",
|
| 712 |
+
"IEOE-1906",
|
| 713 |
+
"IMP",
|
| 714 |
+
"INH",
|
| 715 |
+
"IPC",
|
| 716 |
+
"Ia",
|
| 717 |
+
"Ia.",
|
| 718 |
+
"Id",
|
| 719 |
+
"Id.",
|
| 720 |
+
"Idaho",
|
| 721 |
+
"Ill",
|
| 722 |
+
"Ill.",
|
| 723 |
+
"Illinois",
|
| 724 |
+
"Inc",
|
| 725 |
+
"Inc.",
|
| 726 |
+
"Ind",
|
| 727 |
+
"Ind.",
|
| 728 |
+
"Indiana",
|
| 729 |
+
"Invitation",
|
| 730 |
+
"Iowa",
|
| 731 |
+
"Is",
|
| 732 |
+
"It",
|
| 733 |
+
"It's",
|
| 734 |
+
"It\u2019s",
|
| 735 |
+
"J",
|
| 736 |
+
"JAN23",
|
| 737 |
+
"Jan",
|
| 738 |
+
"Jan.",
|
| 739 |
+
"January",
|
| 740 |
+
"Jr",
|
| 741 |
+
"Jr.",
|
| 742 |
+
"Jul",
|
| 743 |
+
"Jul.",
|
| 744 |
+
"July",
|
| 745 |
+
"Jun",
|
| 746 |
+
"Jun.",
|
| 747 |
+
"June",
|
| 748 |
+
"K",
|
| 749 |
+
"K.",
|
| 750 |
+
"KTDT",
|
| 751 |
+
"Kan",
|
| 752 |
+
"Kan.",
|
| 753 |
+
"Kans",
|
| 754 |
+
"Kans.",
|
| 755 |
+
"Kansas",
|
| 756 |
+
"Kentucky",
|
| 757 |
+
"Khieu",
|
| 758 |
+
"Ky",
|
| 759 |
+
"Ky.",
|
| 760 |
+
"L",
|
| 761 |
+
"L10",
|
| 762 |
+
"LH\u0110",
|
| 763 |
+
"LIEM",
|
| 764 |
+
"LOI",
|
| 765 |
+
"LPS",
|
| 766 |
+
"LPS2",
|
| 767 |
+
"La",
|
| 768 |
+
"La.",
|
| 769 |
+
"Let",
|
| 770 |
+
"Let's",
|
| 771 |
+
"Letter",
|
| 772 |
+
"Let\u2019s",
|
| 773 |
+
"Lien",
|
| 774 |
+
"Linh",
|
| 775 |
+
"Li\u00ean",
|
| 776 |
+
"Loi",
|
| 777 |
+
"Louisiana",
|
| 778 |
+
"Lovin",
|
| 779 |
+
"Lovin'",
|
| 780 |
+
"Lovin\u2019",
|
| 781 |
+
"Ltd",
|
| 782 |
+
"Ltd.",
|
| 783 |
+
"M",
|
| 784 |
+
"MAR23",
|
| 785 |
+
"MLT-00001",
|
| 786 |
+
"MLT-00002",
|
| 787 |
+
"MLT-00003",
|
| 788 |
+
"MLT-00004",
|
| 789 |
+
"MLT-00005",
|
| 790 |
+
"MLT-00006",
|
| 791 |
+
"MLT-00007",
|
| 792 |
+
"MLT-00008",
|
| 793 |
+
"MLT-00009",
|
| 794 |
+
"MLT-00010",
|
| 795 |
+
"MLT-00013",
|
| 796 |
+
"MLT-00014",
|
| 797 |
+
"MLT-00015",
|
| 798 |
+
"MLT-00016",
|
| 799 |
+
"MLT-00020",
|
| 800 |
+
"MLT-00022",
|
| 801 |
+
"MLT-00024",
|
| 802 |
+
"MLT-00025",
|
| 803 |
+
"MLT-00031",
|
| 804 |
+
"MLT-00034",
|
| 805 |
+
"MLT-00037",
|
| 806 |
+
"MLT-00048",
|
| 807 |
+
"MLT-00051",
|
| 808 |
+
"MLT-00072",
|
| 809 |
+
"MLT-00074",
|
| 810 |
+
"MLT-00077",
|
| 811 |
+
"MLT-00085",
|
| 812 |
+
"MLT-00140",
|
| 813 |
+
"MLT-00159",
|
| 814 |
+
"MLT-00202",
|
| 815 |
+
"MLT-00220",
|
| 816 |
+
"MLT-00229",
|
| 817 |
+
"MLT-00235",
|
| 818 |
+
"MLT-00259",
|
| 819 |
+
"MLT-00290",
|
| 820 |
+
"MLT-00318",
|
| 821 |
+
"MLT-00342",
|
| 822 |
+
"MLT-00343",
|
| 823 |
+
"MLT-00366",
|
| 824 |
+
"MLT-00367",
|
| 825 |
+
"MLT-00370",
|
| 826 |
+
"MLT-00372",
|
| 827 |
+
"MLT-00376",
|
| 828 |
+
"MLT-00385",
|
| 829 |
+
"MLT-00388",
|
| 830 |
+
"MLT-00400",
|
| 831 |
+
"MLT-00410",
|
| 832 |
+
"MLT-00412",
|
| 833 |
+
"MLT-00457",
|
| 834 |
+
"MLT-00468",
|
| 835 |
+
"MLT-00496",
|
| 836 |
+
"MLT-00532",
|
| 837 |
+
"MLT-00612",
|
| 838 |
+
"MLT-00637",
|
| 839 |
+
"MLT-00748",
|
| 840 |
+
"MLT-00791",
|
| 841 |
+
"MLT-00806",
|
| 842 |
+
"MLT-00810",
|
| 843 |
+
"MLT-00867",
|
| 844 |
+
"MLT-00894",
|
| 845 |
+
"MLT-00911",
|
| 846 |
+
"MLT-00989",
|
| 847 |
+
"MLT-01274",
|
| 848 |
+
"MLT-01511023",
|
| 849 |
+
"MLT-01901",
|
| 850 |
+
"MLT-01917",
|
| 851 |
+
"MLT-02015",
|
| 852 |
+
"MLT-02273",
|
| 853 |
+
"MLT-03045",
|
| 854 |
+
"MLT-03064",
|
| 855 |
+
"MLT-03065",
|
| 856 |
+
"MLT-03068",
|
| 857 |
+
"MLT-04060",
|
| 858 |
+
"MLT-04061",
|
| 859 |
+
"MLT-04112",
|
| 860 |
+
"MLT-04119",
|
| 861 |
+
"MLT-04128",
|
| 862 |
+
"MLT-04132",
|
| 863 |
+
"MLT-04133",
|
| 864 |
+
"MTS-00016",
|
| 865 |
+
"MTS-00031",
|
| 866 |
+
"MTS-00037",
|
| 867 |
+
"MTS-00038",
|
| 868 |
+
"MTS-00041",
|
| 869 |
+
"MTS-00051",
|
| 870 |
+
"MTS-00056",
|
| 871 |
+
"MTS-00070",
|
| 872 |
+
"MTS-00076",
|
| 873 |
+
"MTS-00092",
|
| 874 |
+
"MTS-00093",
|
| 875 |
+
"MTS-00095",
|
| 876 |
+
"MTS-00106",
|
| 877 |
+
"MTS-00114",
|
| 878 |
+
"MTS-00115",
|
| 879 |
+
"MTS-00125",
|
| 880 |
+
"MTS-00133",
|
| 881 |
+
"MTS-00138",
|
| 882 |
+
"MTS-00139",
|
| 883 |
+
"MTS-00141",
|
| 884 |
+
"MTS-00142",
|
| 885 |
+
"MTS-00143",
|
| 886 |
+
"MTS-00162",
|
| 887 |
+
"MTS-00163",
|
| 888 |
+
"MTS-00176",
|
| 889 |
+
"MTS-00187",
|
| 890 |
+
"MTS-00189",
|
| 891 |
+
"MTS-00205",
|
| 892 |
+
"MTS-00207",
|
| 893 |
+
"MTS-00209",
|
| 894 |
+
"MTS-00212",
|
| 895 |
+
"MTS-00213",
|
| 896 |
+
"MTS-00220",
|
| 897 |
+
"MTS-00227",
|
| 898 |
+
"MTS-00231",
|
| 899 |
+
"MTS-00242",
|
| 900 |
+
"MTS-00254",
|
| 901 |
+
"MTS-00259",
|
| 902 |
+
"MTS-00264",
|
| 903 |
+
"MTS-00268",
|
| 904 |
+
"MTS-00279",
|
| 905 |
+
"MTS-00280",
|
| 906 |
+
"MTS-00281",
|
| 907 |
+
"MTS-00282",
|
| 908 |
+
"MTS-00284",
|
| 909 |
+
"MTS-00287",
|
| 910 |
+
"MTS-00290",
|
| 911 |
+
"MTS-00296",
|
| 912 |
+
"MTS-00306",
|
| 913 |
+
"MTS-00308",
|
| 914 |
+
"MTS-00311",
|
| 915 |
+
"MTS-00313",
|
| 916 |
+
"MTS-00316",
|
| 917 |
+
"MTS-00333",
|
| 918 |
+
"MTS-30079",
|
| 919 |
+
"MTS-30092",
|
| 920 |
+
"Ma'am",
|
| 921 |
+
"Manager",
|
| 922 |
+
"Manpower",
|
| 923 |
+
"Mar",
|
| 924 |
+
"Mar.",
|
| 925 |
+
"March",
|
| 926 |
+
"Mass",
|
| 927 |
+
"Mass.",
|
| 928 |
+
"Massachusetts",
|
| 929 |
+
"May",
|
| 930 |
+
"Ma\u2019am",
|
| 931 |
+
"Md",
|
| 932 |
+
"Md.",
|
| 933 |
+
"Messrs",
|
| 934 |
+
"Messrs.",
|
| 935 |
+
"Mich",
|
| 936 |
+
"Mich.",
|
| 937 |
+
"Michigan",
|
| 938 |
+
"Might",
|
| 939 |
+
"Minn",
|
| 940 |
+
"Minn.",
|
| 941 |
+
"Minnesota",
|
| 942 |
+
"Miss",
|
| 943 |
+
"Miss.",
|
| 944 |
+
"Mississippi",
|
| 945 |
+
"Mo",
|
| 946 |
+
"Mo.",
|
| 947 |
+
"MoAs",
|
| 948 |
+
"Mobifone",
|
| 949 |
+
"Mont",
|
| 950 |
+
"Mont.",
|
| 951 |
+
"Mount",
|
| 952 |
+
"Mr",
|
| 953 |
+
"Mr.",
|
| 954 |
+
"Mrs",
|
| 955 |
+
"Mrs.",
|
| 956 |
+
"Ms",
|
| 957 |
+
"Ms.",
|
| 958 |
+
"Mt",
|
| 959 |
+
"Mt.",
|
| 960 |
+
"Must",
|
| 961 |
+
"N",
|
| 962 |
+
"N.C.",
|
| 963 |
+
"N.D.",
|
| 964 |
+
"N.H.",
|
| 965 |
+
"N.J.",
|
| 966 |
+
"N.M.",
|
| 967 |
+
"N.Y.",
|
| 968 |
+
"N23",
|
| 969 |
+
"NAM",
|
| 970 |
+
"NDA",
|
| 971 |
+
"Neb",
|
| 972 |
+
"Neb.",
|
| 973 |
+
"Nebr",
|
| 974 |
+
"Nebr.",
|
| 975 |
+
"Nebraska",
|
| 976 |
+
"Need",
|
| 977 |
+
"Network",
|
| 978 |
+
"Nev",
|
| 979 |
+
"Nev.",
|
| 980 |
+
"Nevada",
|
| 981 |
+
"New Hampshire",
|
| 982 |
+
"New Jersey",
|
| 983 |
+
"New Mexico",
|
| 984 |
+
"New York",
|
| 985 |
+
"Nhat",
|
| 986 |
+
"No",
|
| 987 |
+
"No.26",
|
| 988 |
+
"North Carolina",
|
| 989 |
+
"North Dakota",
|
| 990 |
+
"Not",
|
| 991 |
+
"Nothin",
|
| 992 |
+
"Nothin'",
|
| 993 |
+
"Nothin\u2019",
|
| 994 |
+
"Notice",
|
| 995 |
+
"Nov",
|
| 996 |
+
"Nov.",
|
| 997 |
+
"November",
|
| 998 |
+
"Nuthin",
|
| 999 |
+
"Nuthin'",
|
| 1000 |
+
"Nuthin\u2019",
|
| 1001 |
+
"N\u1ecd",
|
| 1002 |
+
"O",
|
| 1003 |
+
"O'clock",
|
| 1004 |
+
"O.O",
|
| 1005 |
+
"O.o",
|
| 1006 |
+
"ONE",
|
| 1007 |
+
"ONG",
|
| 1008 |
+
"ONO",
|
| 1009 |
+
"OST",
|
| 1010 |
+
"O_O",
|
| 1011 |
+
"O_o",
|
| 1012 |
+
"Oct",
|
| 1013 |
+
"Oct.",
|
| 1014 |
+
"October",
|
| 1015 |
+
"Okla",
|
| 1016 |
+
"Okla.",
|
| 1017 |
+
"Oklahoma",
|
| 1018 |
+
"Ol",
|
| 1019 |
+
"Ol'",
|
| 1020 |
+
"Ol\u2019",
|
| 1021 |
+
"On",
|
| 1022 |
+
"Ore",
|
| 1023 |
+
"Ore.",
|
| 1024 |
+
"Oregon",
|
| 1025 |
+
"Ought",
|
| 1026 |
+
"O\u2019clock",
|
| 1027 |
+
"P",
|
| 1028 |
+
"P02",
|
| 1029 |
+
"P03",
|
| 1030 |
+
"P06",
|
| 1031 |
+
"PIC",
|
| 1032 |
+
"PLH\u0110",
|
| 1033 |
+
"PMG_DEC22_49_AN",
|
| 1034 |
+
"PMG_DEC22_50_AN",
|
| 1035 |
+
"PMG_DEC22_96_CHUNG",
|
| 1036 |
+
"PMG_FEB23_09_BAC",
|
| 1037 |
+
"PMG_FEB23_11_ADECCO",
|
| 1038 |
+
"PMG_FEB23_24_BRG",
|
| 1039 |
+
"PMG_FEB23_28_RICOH",
|
| 1040 |
+
"PMG_FEB23_32_EVN",
|
| 1041 |
+
"PMG_FEB23_43_INTERWAY",
|
| 1042 |
+
"PMG_FEB23_47_INTERWAY",
|
| 1043 |
+
"PMG_FEB23_48_INTERWAY",
|
| 1044 |
+
"PMG_FEB23_49_INTERWAY",
|
| 1045 |
+
"PMG_FEB23_54_THU",
|
| 1046 |
+
"PMG_FEB23_58_SAPRO",
|
| 1047 |
+
"PMG_FEB23_59_VIETTEL",
|
| 1048 |
+
"PMG_FEB23_71_EVN",
|
| 1049 |
+
"PMG_FEB23_78_EVN",
|
| 1050 |
+
"PMG_JAN23_08_THU",
|
| 1051 |
+
"PMG_JAN23_26_SHVN",
|
| 1052 |
+
"PMG_JAN23_48_EVN",
|
| 1053 |
+
"PMG_JAN23_51_LISOCON",
|
| 1054 |
+
"PMG_JAN23_52_LISOCON",
|
| 1055 |
+
"PMG_JAN23_62_EVN",
|
| 1056 |
+
"PMG_JAN23_64_EVN",
|
| 1057 |
+
"PMG_JAN23_65_PVI",
|
| 1058 |
+
"PMG_JAN23_67_MOBIFONE",
|
| 1059 |
+
"PMG_JAN23_70_HOANG",
|
| 1060 |
+
"PMG_JAN23_71_HOANG",
|
| 1061 |
+
"PMG_JAN23_75_EVN",
|
| 1062 |
+
"PMG_MAR23_02_ADECCO",
|
| 1063 |
+
"PMG_MAR23_05_AN",
|
| 1064 |
+
"PMG_MAR23_10_RICOH",
|
| 1065 |
+
"PMG_MAR23_13_BAC",
|
| 1066 |
+
"PMG_MAR23_24_SAO",
|
| 1067 |
+
"PMG_MAR23_25_SAO",
|
| 1068 |
+
"PMG_MAR23_27_INTERWAY",
|
| 1069 |
+
"PMG_MAR23_29_INTERWAY",
|
| 1070 |
+
"PMG_MAR23_35_INTERWAY",
|
| 1071 |
+
"PMG_MAR23_39_DTH",
|
| 1072 |
+
"PMG_MAR23_47_LISOCON",
|
| 1073 |
+
"PMG_MAR23_48_LISOCON",
|
| 1074 |
+
"PMG_MAR23_53_VIETTEL",
|
| 1075 |
+
"PMG_MAR23_59_EVN",
|
| 1076 |
+
"PMG_MAR23_61_BAC",
|
| 1077 |
+
"PMG_MAY22_16_PVI",
|
| 1078 |
+
"PMG_OCT22_43_BICO",
|
| 1079 |
+
"PMG_OCT22_44_PVI",
|
| 1080 |
+
"POST",
|
| 1081 |
+
"PRO",
|
| 1082 |
+
"PS2",
|
| 1083 |
+
"PSD",
|
| 1084 |
+
"PTC\u0110T",
|
| 1085 |
+
"PVI",
|
| 1086 |
+
"Pa",
|
| 1087 |
+
"Pa.",
|
| 1088 |
+
"Payment",
|
| 1089 |
+
"Pennsylvania",
|
| 1090 |
+
"Ph",
|
| 1091 |
+
"Ph.D.",
|
| 1092 |
+
"Physical",
|
| 1093 |
+
"Platform",
|
| 1094 |
+
"Power",
|
| 1095 |
+
"Preparation",
|
| 1096 |
+
"Prof",
|
| 1097 |
+
"Prof.",
|
| 1098 |
+
"Progress",
|
| 1099 |
+
"Proposal-",
|
| 1100 |
+
"Q",
|
| 1101 |
+
"Q2",
|
| 1102 |
+
"R",
|
| 1103 |
+
"R23",
|
| 1104 |
+
"REF_NO",
|
| 1105 |
+
"ROOT",
|
| 1106 |
+
"RSK",
|
| 1107 |
+
"RSK_CP06",
|
| 1108 |
+
"RSS",
|
| 1109 |
+
"Re",
|
| 1110 |
+
"Ref",
|
| 1111 |
+
"Ref./S4",
|
| 1112 |
+
"Ref./S6",
|
| 1113 |
+
"Ref./S\u00e9",
|
| 1114 |
+
"Ref./S\u1ebb",
|
| 1115 |
+
"Ref./S\u1ed1",
|
| 1116 |
+
"Reference",
|
| 1117 |
+
"Relation",
|
| 1118 |
+
"Reminder",
|
| 1119 |
+
"Rep",
|
| 1120 |
+
"Rep.",
|
| 1121 |
+
"Repairing",
|
| 1122 |
+
"Request",
|
| 1123 |
+
"Response",
|
| 1124 |
+
"Rev",
|
| 1125 |
+
"Rev.",
|
| 1126 |
+
"Ricoh",
|
| 1127 |
+
"S",
|
| 1128 |
+
"S.C.",
|
| 1129 |
+
"SAO",
|
| 1130 |
+
"SDT",
|
| 1131 |
+
"SIG",
|
| 1132 |
+
"SIG_CP06",
|
| 1133 |
+
"SIG_FEB3_02_Gianglinh",
|
| 1134 |
+
"SIG_FEB3_04_Gianglinh",
|
| 1135 |
+
"SIG_MAR23_03_Vietnhat",
|
| 1136 |
+
"SIG_MAR23_04_STC",
|
| 1137 |
+
"SIG_MAR23_05_Gianglinh",
|
| 1138 |
+
"SIG_MAR23_06_Gianglinh",
|
| 1139 |
+
"SIG_MAR23_08_Viettam",
|
| 1140 |
+
"SIG_MAR23_12_Saovang",
|
| 1141 |
+
"SIG_MAR23_14_BRG",
|
| 1142 |
+
"SIG_MAR23_16_Bacsonghong",
|
| 1143 |
+
"SONG",
|
| 1144 |
+
"SONO",
|
| 1145 |
+
"STC",
|
| 1146 |
+
"Sao",
|
| 1147 |
+
"Section",
|
| 1148 |
+
"Sen",
|
| 1149 |
+
"Sen.",
|
| 1150 |
+
"Sep",
|
| 1151 |
+
"Sep.",
|
| 1152 |
+
"Sept",
|
| 1153 |
+
"Sept.",
|
| 1154 |
+
"September",
|
| 1155 |
+
"Sha",
|
| 1156 |
+
"She",
|
| 1157 |
+
"She's",
|
| 1158 |
+
"Sheets",
|
| 1159 |
+
"She\u2019s",
|
| 1160 |
+
"Shipment",
|
| 1161 |
+
"Should",
|
| 1162 |
+
"Signalling",
|
| 1163 |
+
"So",
|
| 1164 |
+
"Somethin",
|
| 1165 |
+
"Somethin'",
|
| 1166 |
+
"Somethin\u2019",
|
| 1167 |
+
"Song",
|
| 1168 |
+
"South Carolina",
|
| 1169 |
+
"St",
|
| 1170 |
+
"St.",
|
| 1171 |
+
"Station",
|
| 1172 |
+
"Step",
|
| 1173 |
+
"Submission",
|
| 1174 |
+
"S\u1ed1",
|
| 1175 |
+
"T",
|
| 1176 |
+
"TDT",
|
| 1177 |
+
"TEL",
|
| 1178 |
+
"THA",
|
| 1179 |
+
"THANH",
|
| 1180 |
+
"THA_CP06",
|
| 1181 |
+
"THA_Claim",
|
| 1182 |
+
"THU",
|
| 1183 |
+
"TRE",
|
| 1184 |
+
"TRSS",
|
| 1185 |
+
"TU",
|
| 1186 |
+
"Temporary",
|
| 1187 |
+
"Tenn",
|
| 1188 |
+
"Tenn.",
|
| 1189 |
+
"Tennessee",
|
| 1190 |
+
"That",
|
| 1191 |
+
"That's",
|
| 1192 |
+
"That\u2019s",
|
| 1193 |
+
"The",
|
| 1194 |
+
"There",
|
| 1195 |
+
"There's",
|
| 1196 |
+
"There\u2019s",
|
| 1197 |
+
"These",
|
| 1198 |
+
"They",
|
| 1199 |
+
"This",
|
| 1200 |
+
"This's",
|
| 1201 |
+
"This\u2019s",
|
| 1202 |
+
"Those",
|
| 1203 |
+
"To\u031b\u0300",
|
| 1204 |
+
"Transmittal",
|
| 1205 |
+
"Trays",
|
| 1206 |
+
"U",
|
| 1207 |
+
"UJV",
|
| 1208 |
+
"UJV_CP06",
|
| 1209 |
+
"UJV_Request",
|
| 1210 |
+
"UJV_Temporary",
|
| 1211 |
+
"ULL",
|
| 1212 |
+
"UNG",
|
| 1213 |
+
"Unforeseeable",
|
| 1214 |
+
"Updated",
|
| 1215 |
+
"V",
|
| 1216 |
+
"V.V",
|
| 1217 |
+
"VANG",
|
| 1218 |
+
"VN-0005",
|
| 1219 |
+
"VR",
|
| 1220 |
+
"V_V",
|
| 1221 |
+
"Va",
|
| 1222 |
+
"Va.",
|
| 1223 |
+
"Vang",
|
| 1224 |
+
"Variation",
|
| 1225 |
+
"Viet",
|
| 1226 |
+
"Virginia",
|
| 1227 |
+
"Vs\u1ed1",
|
| 1228 |
+
"W",
|
| 1229 |
+
"WAY",
|
| 1230 |
+
"WGO",
|
| 1231 |
+
"WTO",
|
| 1232 |
+
"Was",
|
| 1233 |
+
"Wash",
|
| 1234 |
+
"Wash.",
|
| 1235 |
+
"Washington",
|
| 1236 |
+
"Water",
|
| 1237 |
+
"We",
|
| 1238 |
+
"Were",
|
| 1239 |
+
"What",
|
| 1240 |
+
"What's",
|
| 1241 |
+
"What\u2019s",
|
| 1242 |
+
"When",
|
| 1243 |
+
"When's",
|
| 1244 |
+
"When\u2019s",
|
| 1245 |
+
"Where",
|
| 1246 |
+
"Where's",
|
| 1247 |
+
"Where\u2019s",
|
| 1248 |
+
"Who",
|
| 1249 |
+
"Who's",
|
| 1250 |
+
"Who\u2019s",
|
| 1251 |
+
"Why",
|
| 1252 |
+
"Why's",
|
| 1253 |
+
"Why\u2019s",
|
| 1254 |
+
"Wis",
|
| 1255 |
+
"Wis.",
|
| 1256 |
+
"Wisconsin",
|
| 1257 |
+
"Wo",
|
| 1258 |
+
"Would",
|
| 1259 |
+
"X&X",
|
| 1260 |
+
"X'x",
|
| 1261 |
+
"X'xxxx",
|
| 1262 |
+
"X++",
|
| 1263 |
+
"X-dX",
|
| 1264 |
+
"X.",
|
| 1265 |
+
"X.X",
|
| 1266 |
+
"X.X.",
|
| 1267 |
+
"X.x",
|
| 1268 |
+
"X.x.",
|
| 1269 |
+
"XD",
|
| 1270 |
+
"XDD",
|
| 1271 |
+
"XX",
|
| 1272 |
+
"XX-dddd",
|
| 1273 |
+
"XXX",
|
| 1274 |
+
"XXX-dddd",
|
| 1275 |
+
"XXXX",
|
| 1276 |
+
"XXXX-dddd",
|
| 1277 |
+
"XXX_XXXd_dd_Xxxxx",
|
| 1278 |
+
"XXX_XXXdd_dd_XX",
|
| 1279 |
+
"XXX_XXXdd_dd_XXX",
|
| 1280 |
+
"XXX_XXXdd_dd_XXXX",
|
| 1281 |
+
"XXX_XXXdd_dd_Xxxxx",
|
| 1282 |
+
"XXX_XXdd",
|
| 1283 |
+
"XXX_Xxxxx",
|
| 1284 |
+
"XXXd",
|
| 1285 |
+
"XXXdd",
|
| 1286 |
+
"XXdd",
|
| 1287 |
+
"XXxx",
|
| 1288 |
+
"X_X",
|
| 1289 |
+
"X_x",
|
| 1290 |
+
"Xd",
|
| 1291 |
+
"Xdd",
|
| 1292 |
+
"Xx",
|
| 1293 |
+
"Xx'",
|
| 1294 |
+
"Xx'x",
|
| 1295 |
+
"Xx'xx",
|
| 1296 |
+
"Xx.",
|
| 1297 |
+
"Xx.X.",
|
| 1298 |
+
"Xx.dd",
|
| 1299 |
+
"XxX",
|
| 1300 |
+
"XxXx",
|
| 1301 |
+
"Xxx",
|
| 1302 |
+
"Xxx'x",
|
| 1303 |
+
"Xxx.",
|
| 1304 |
+
"Xxx./Xd",
|
| 1305 |
+
"Xxx./Xx",
|
| 1306 |
+
"Xxxx",
|
| 1307 |
+
"Xxxx'",
|
| 1308 |
+
"Xxxx'x",
|
| 1309 |
+
"Xxxx.",
|
| 1310 |
+
"Xxxxx",
|
| 1311 |
+
"Xxxxx'",
|
| 1312 |
+
"Xxxxx'x",
|
| 1313 |
+
"Xxxxx-",
|
| 1314 |
+
"Xxxxx.",
|
| 1315 |
+
"Xxxxx\u2019",
|
| 1316 |
+
"Xxxxx\u2019x",
|
| 1317 |
+
"Xxxx\u2019",
|
| 1318 |
+
"Xxxx\u2019x",
|
| 1319 |
+
"Xxx\u0309",
|
| 1320 |
+
"Xxx\u2019x",
|
| 1321 |
+
"Xx\u0301x",
|
| 1322 |
+
"Xx\u0302\u0300",
|
| 1323 |
+
"Xx\u031b\u0300",
|
| 1324 |
+
"Xx\u2019",
|
| 1325 |
+
"Xx\u2019x",
|
| 1326 |
+
"Xx\u2019xx",
|
| 1327 |
+
"X\u2019x",
|
| 1328 |
+
"X\u2019xxxx",
|
| 1329 |
+
"Y",
|
| 1330 |
+
"You",
|
| 1331 |
+
"Yu",
|
| 1332 |
+
"[",
|
| 1333 |
+
"[-:",
|
| 1334 |
+
"[:",
|
| 1335 |
+
"[=",
|
| 1336 |
+
"\\",
|
| 1337 |
+
"\\\")",
|
| 1338 |
+
"\\n",
|
| 1339 |
+
"\\t",
|
| 1340 |
+
"\\x",
|
| 1341 |
+
"]",
|
| 1342 |
+
"]=",
|
| 1343 |
+
"^",
|
| 1344 |
+
"^_^",
|
| 1345 |
+
"^__^",
|
| 1346 |
+
"^___^",
|
| 1347 |
+
"_*)",
|
| 1348 |
+
"_-)",
|
| 1349 |
+
"_.)",
|
| 1350 |
+
"_<)",
|
| 1351 |
+
"_AN",
|
| 1352 |
+
"_^)",
|
| 1353 |
+
"__-",
|
| 1354 |
+
"__^",
|
| 1355 |
+
"_\u00ac)",
|
| 1356 |
+
"_\u0ca0)",
|
| 1357 |
+
"a",
|
| 1358 |
+
"a.",
|
| 1359 |
+
"a.m",
|
| 1360 |
+
"a.m.",
|
| 1361 |
+
"about",
|
| 1362 |
+
"acceptance",
|
| 1363 |
+
"ace",
|
| 1364 |
+
"acr",
|
| 1365 |
+
"act",
|
| 1366 |
+
"actions",
|
| 1367 |
+
"additional",
|
| 1368 |
+
"ade_cp06",
|
| 1369 |
+
"adm",
|
| 1370 |
+
"adm.",
|
| 1371 |
+
"age",
|
| 1372 |
+
"ai",
|
| 1373 |
+
"aim",
|
| 1374 |
+
"air",
|
| 1375 |
+
"ak",
|
| 1376 |
+
"ak.",
|
| 1377 |
+
"aks",
|
| 1378 |
+
"al-",
|
| 1379 |
+
"ala",
|
| 1380 |
+
"ala.",
|
| 1381 |
+
"all",
|
| 1382 |
+
"am",
|
| 1383 |
+
"an",
|
| 1384 |
+
"an.",
|
| 1385 |
+
"and",
|
| 1386 |
+
"and/or",
|
| 1387 |
+
"ang",
|
| 1388 |
+
"ans",
|
| 1389 |
+
"approval",
|
| 1390 |
+
"apr",
|
| 1391 |
+
"apr.",
|
| 1392 |
+
"april",
|
| 1393 |
+
"apw",
|
| 1394 |
+
"apw_cp06",
|
| 1395 |
+
"apw_notice",
|
| 1396 |
+
"ar.",
|
| 1397 |
+
"are",
|
| 1398 |
+
"area",
|
| 1399 |
+
"ariz",
|
| 1400 |
+
"ariz.",
|
| 1401 |
+
"ark",
|
| 1402 |
+
"ark.",
|
| 1403 |
+
"arrival",
|
| 1404 |
+
"ary",
|
| 1405 |
+
"ash",
|
| 1406 |
+
"ass",
|
| 1407 |
+
"at",
|
| 1408 |
+
"ate",
|
| 1409 |
+
"aug",
|
| 1410 |
+
"aug.",
|
| 1411 |
+
"aug22",
|
| 1412 |
+
"ave",
|
| 1413 |
+
"ays",
|
| 1414 |
+
"a\u0301o",
|
| 1415 |
+
"a\u0309nh",
|
| 1416 |
+
"a\u0323o",
|
| 1417 |
+
"b",
|
| 1418 |
+
"b.",
|
| 1419 |
+
"ba",
|
| 1420 |
+
"bac",
|
| 1421 |
+
"ba\u0301o",
|
| 1422 |
+
"because",
|
| 1423 |
+
"ble",
|
| 1424 |
+
"bout",
|
| 1425 |
+
"bo\u0302\u0309",
|
| 1426 |
+
"br.",
|
| 1427 |
+
"brg",
|
| 1428 |
+
"broken",
|
| 1429 |
+
"bros",
|
| 1430 |
+
"bros.",
|
| 1431 |
+
"building",
|
| 1432 |
+
"c",
|
| 1433 |
+
"c'm",
|
| 1434 |
+
"c++",
|
| 1435 |
+
"c.",
|
| 1436 |
+
"ca",
|
| 1437 |
+
"cable",
|
| 1438 |
+
"cal",
|
| 1439 |
+
"calif",
|
| 1440 |
+
"calif.",
|
| 1441 |
+
"can",
|
| 1442 |
+
"capital",
|
| 1443 |
+
"cau",
|
| 1444 |
+
"cause",
|
| 1445 |
+
"ca\u0301o",
|
| 1446 |
+
"ce>",
|
| 1447 |
+
"ch.",
|
| 1448 |
+
"chi",
|
| 1449 |
+
"chinh",
|
| 1450 |
+
"chi\u0309",
|
| 1451 |
+
"cho",
|
| 1452 |
+
"ch\u00fang",
|
| 1453 |
+
"claim",
|
| 1454 |
+
"clarification",
|
| 1455 |
+
"clause",
|
| 1456 |
+
"co",
|
| 1457 |
+
"co.",
|
| 1458 |
+
"coh",
|
| 1459 |
+
"collapsed",
|
| 1460 |
+
"colo",
|
| 1461 |
+
"colo.",
|
| 1462 |
+
"come",
|
| 1463 |
+
"comm",
|
| 1464 |
+
"compensation",
|
| 1465 |
+
"conditioning",
|
| 1466 |
+
"conditions",
|
| 1467 |
+
"conduits",
|
| 1468 |
+
"confidential",
|
| 1469 |
+
"cong",
|
| 1470 |
+
"conn",
|
| 1471 |
+
"conn.",
|
| 1472 |
+
"connection",
|
| 1473 |
+
"contract",
|
| 1474 |
+
"contractor",
|
| 1475 |
+
"corp",
|
| 1476 |
+
"corp.",
|
| 1477 |
+
"cos",
|
| 1478 |
+
"could",
|
| 1479 |
+
"coz",
|
| 1480 |
+
"cp02",
|
| 1481 |
+
"cp03",
|
| 1482 |
+
"cp06",
|
| 1483 |
+
"csl",
|
| 1484 |
+
"csr",
|
| 1485 |
+
"ct.",
|
| 1486 |
+
"cua",
|
| 1487 |
+
"cut",
|
| 1488 |
+
"cuz",
|
| 1489 |
+
"cvs\u1ed1",
|
| 1490 |
+
"c\u00f4ng",
|
| 1491 |
+
"c\u2019m",
|
| 1492 |
+
"d",
|
| 1493 |
+
"d)",
|
| 1494 |
+
"d-",
|
| 1495 |
+
"d-)",
|
| 1496 |
+
"d-X",
|
| 1497 |
+
"d.",
|
| 1498 |
+
"d.c.",
|
| 1499 |
+
"d.d",
|
| 1500 |
+
"d.x",
|
| 1501 |
+
"d/dd/dddd",
|
| 1502 |
+
"dX",
|
| 1503 |
+
"d_d",
|
| 1504 |
+
"d_x",
|
| 1505 |
+
"dai",
|
| 1506 |
+
"dare",
|
| 1507 |
+
"date",
|
| 1508 |
+
"dated",
|
| 1509 |
+
"dd",
|
| 1510 |
+
"dd.d",
|
| 1511 |
+
"dd.dd.dddd",
|
| 1512 |
+
"dd/dd/dd",
|
| 1513 |
+
"dd/dd/dddd",
|
| 1514 |
+
"ddd",
|
| 1515 |
+
"dddd",
|
| 1516 |
+
"dddd.dd.dd",
|
| 1517 |
+
"ddddX-dX",
|
| 1518 |
+
"ddx.x",
|
| 1519 |
+
"ddx.x.",
|
| 1520 |
+
"dec",
|
| 1521 |
+
"dec.",
|
| 1522 |
+
"dec22",
|
| 1523 |
+
"del",
|
| 1524 |
+
"del.",
|
| 1525 |
+
"delay",
|
| 1526 |
+
"delayed",
|
| 1527 |
+
"depot",
|
| 1528 |
+
"der",
|
| 1529 |
+
"determination",
|
| 1530 |
+
"did",
|
| 1531 |
+
"dinh",
|
| 1532 |
+
"dm.",
|
| 1533 |
+
"do",
|
| 1534 |
+
"documents",
|
| 1535 |
+
"does",
|
| 1536 |
+
"doin",
|
| 1537 |
+
"doin'",
|
| 1538 |
+
"doing",
|
| 1539 |
+
"doin\u2019",
|
| 1540 |
+
"dr",
|
| 1541 |
+
"dr.",
|
| 1542 |
+
"dsdt",
|
| 1543 |
+
"dx.x",
|
| 1544 |
+
"dx.x.",
|
| 1545 |
+
"e",
|
| 1546 |
+
"e&v",
|
| 1547 |
+
"e's",
|
| 1548 |
+
"e-4a",
|
| 1549 |
+
"e.",
|
| 1550 |
+
"e.g",
|
| 1551 |
+
"e.g.",
|
| 1552 |
+
"eb.",
|
| 1553 |
+
"ebr",
|
| 1554 |
+
"ec.",
|
| 1555 |
+
"eed",
|
| 1556 |
+
"eer",
|
| 1557 |
+
"el.",
|
| 1558 |
+
"elevated",
|
| 1559 |
+
"em",
|
| 1560 |
+
"employer",
|
| 1561 |
+
"en",
|
| 1562 |
+
"en.",
|
| 1563 |
+
"engineer",
|
| 1564 |
+
"enn",
|
| 1565 |
+
"enough",
|
| 1566 |
+
"ent",
|
| 1567 |
+
"entitlement",
|
| 1568 |
+
"eot",
|
| 1569 |
+
"ep.",
|
| 1570 |
+
"ept",
|
| 1571 |
+
"erc",
|
| 1572 |
+
"ere",
|
| 1573 |
+
"ese",
|
| 1574 |
+
"ess",
|
| 1575 |
+
"est",
|
| 1576 |
+
"estimated",
|
| 1577 |
+
"ets",
|
| 1578 |
+
"ev",
|
| 1579 |
+
"ev.",
|
| 1580 |
+
"event",
|
| 1581 |
+
"evn",
|
| 1582 |
+
"e\u0302\u0300",
|
| 1583 |
+
"e\u2019s",
|
| 1584 |
+
"f",
|
| 1585 |
+
"f.",
|
| 1586 |
+
"feb",
|
| 1587 |
+
"feb.",
|
| 1588 |
+
"feb23",
|
| 1589 |
+
"february",
|
| 1590 |
+
"fla",
|
| 1591 |
+
"fla.",
|
| 1592 |
+
"flooding",
|
| 1593 |
+
"for",
|
| 1594 |
+
"from",
|
| 1595 |
+
"full",
|
| 1596 |
+
"g",
|
| 1597 |
+
"g.",
|
| 1598 |
+
"ga",
|
| 1599 |
+
"ga.",
|
| 1600 |
+
"gen",
|
| 1601 |
+
"gen.",
|
| 1602 |
+
"geotechnical",
|
| 1603 |
+
"ger",
|
| 1604 |
+
"ght",
|
| 1605 |
+
"gia",
|
| 1606 |
+
"giang",
|
| 1607 |
+
"giay",
|
| 1608 |
+
"goin",
|
| 1609 |
+
"goin'",
|
| 1610 |
+
"going",
|
| 1611 |
+
"goin\u2019",
|
| 1612 |
+
"gon",
|
| 1613 |
+
"gonna",
|
| 1614 |
+
"got",
|
| 1615 |
+
"gov",
|
| 1616 |
+
"gov.",
|
| 1617 |
+
"h",
|
| 1618 |
+
"h.",
|
| 1619 |
+
"had",
|
| 1620 |
+
"has",
|
| 1621 |
+
"hat",
|
| 1622 |
+
"hau",
|
| 1623 |
+
"have",
|
| 1624 |
+
"havin",
|
| 1625 |
+
"havin'",
|
| 1626 |
+
"having",
|
| 1627 |
+
"havin\u2019",
|
| 1628 |
+
"hay",
|
| 1629 |
+
"he",
|
| 1630 |
+
"he's",
|
| 1631 |
+
"hen",
|
| 1632 |
+
"hey",
|
| 1633 |
+
"he\u2019s",
|
| 1634 |
+
"hgu",
|
| 1635 |
+
"hin",
|
| 1636 |
+
"his",
|
| 1637 |
+
"hi\u0301",
|
| 1638 |
+
"hi\u0309",
|
| 1639 |
+
"hnc",
|
| 1640 |
+
"hong",
|
| 1641 |
+
"how",
|
| 1642 |
+
"how's",
|
| 1643 |
+
"how\u2019s",
|
| 1644 |
+
"ho\u031b\u0323p",
|
| 1645 |
+
"hu\u031bo\u031b\u0309ng",
|
| 1646 |
+
"hu\u0323",
|
| 1647 |
+
"hydrological",
|
| 1648 |
+
"hyundai",
|
| 1649 |
+
"h\u1eadn",
|
| 1650 |
+
"i",
|
| 1651 |
+
"i.",
|
| 1652 |
+
"i.e",
|
| 1653 |
+
"i.e.",
|
| 1654 |
+
"ia",
|
| 1655 |
+
"ia.",
|
| 1656 |
+
"ial",
|
| 1657 |
+
"ic",
|
| 1658 |
+
"ic15",
|
| 1659 |
+
"ice",
|
| 1660 |
+
"ich",
|
| 1661 |
+
"id",
|
| 1662 |
+
"id.",
|
| 1663 |
+
"iec",
|
| 1664 |
+
"ien",
|
| 1665 |
+
"ieoe-1906",
|
| 1666 |
+
"iet",
|
| 1667 |
+
"ieu",
|
| 1668 |
+
"iew",
|
| 1669 |
+
"if.",
|
| 1670 |
+
"ill",
|
| 1671 |
+
"ill.",
|
| 1672 |
+
"imp",
|
| 1673 |
+
"in",
|
| 1674 |
+
"in'",
|
| 1675 |
+
"inc",
|
| 1676 |
+
"inc.",
|
| 1677 |
+
"ind",
|
| 1678 |
+
"ind.",
|
| 1679 |
+
"information",
|
| 1680 |
+
"ing",
|
| 1681 |
+
"inh",
|
| 1682 |
+
"inn",
|
| 1683 |
+
"installation",
|
| 1684 |
+
"invitation",
|
| 1685 |
+
"in\u2019",
|
| 1686 |
+
"ion",
|
| 1687 |
+
"ipc",
|
| 1688 |
+
"is",
|
| 1689 |
+
"is.",
|
| 1690 |
+
"iss",
|
| 1691 |
+
"ist",
|
| 1692 |
+
"it",
|
| 1693 |
+
"it's",
|
| 1694 |
+
"ith",
|
| 1695 |
+
"its",
|
| 1696 |
+
"ity",
|
| 1697 |
+
"it\u2019s",
|
| 1698 |
+
"iz.",
|
| 1699 |
+
"i\u00ean",
|
| 1700 |
+
"i\u1ebfn",
|
| 1701 |
+
"j",
|
| 1702 |
+
"j.",
|
| 1703 |
+
"jan",
|
| 1704 |
+
"jan.",
|
| 1705 |
+
"jan23",
|
| 1706 |
+
"jr",
|
| 1707 |
+
"jr.",
|
| 1708 |
+
"jul",
|
| 1709 |
+
"jul.",
|
| 1710 |
+
"july",
|
| 1711 |
+
"jun",
|
| 1712 |
+
"jun.",
|
| 1713 |
+
"k",
|
| 1714 |
+
"k.",
|
| 1715 |
+
"kan",
|
| 1716 |
+
"kan.",
|
| 1717 |
+
"kans",
|
| 1718 |
+
"kans.",
|
| 1719 |
+
"ken",
|
| 1720 |
+
"khieu",
|
| 1721 |
+
"kien",
|
| 1722 |
+
"ki\u1ebfn",
|
| 1723 |
+
"kla",
|
| 1724 |
+
"ktdt",
|
| 1725 |
+
"ky",
|
| 1726 |
+
"ky.",
|
| 1727 |
+
"k\u1ebf",
|
| 1728 |
+
"l",
|
| 1729 |
+
"l.",
|
| 1730 |
+
"l10",
|
| 1731 |
+
"la",
|
| 1732 |
+
"la.",
|
| 1733 |
+
"lay",
|
| 1734 |
+
"leakage",
|
| 1735 |
+
"leaks",
|
| 1736 |
+
"let",
|
| 1737 |
+
"let's",
|
| 1738 |
+
"letter",
|
| 1739 |
+
"let\u2019s",
|
| 1740 |
+
"liem",
|
| 1741 |
+
"lien",
|
| 1742 |
+
"lif",
|
| 1743 |
+
"linh",
|
| 1744 |
+
"list",
|
| 1745 |
+
"li\u00ean",
|
| 1746 |
+
"ll",
|
| 1747 |
+
"ll.",
|
| 1748 |
+
"lo.",
|
| 1749 |
+
"loi",
|
| 1750 |
+
"lovin",
|
| 1751 |
+
"lovin'",
|
| 1752 |
+
"loving",
|
| 1753 |
+
"lovin\u2019",
|
| 1754 |
+
"lps",
|
| 1755 |
+
"lps2",
|
| 1756 |
+
"ltd",
|
| 1757 |
+
"ltd.",
|
| 1758 |
+
"lu\u0323c",
|
| 1759 |
+
"m",
|
| 1760 |
+
"m.",
|
| 1761 |
+
"ma'am",
|
| 1762 |
+
"madam",
|
| 1763 |
+
"manager",
|
| 1764 |
+
"manpower",
|
| 1765 |
+
"mar",
|
| 1766 |
+
"mar.",
|
| 1767 |
+
"mar23",
|
| 1768 |
+
"mass",
|
| 1769 |
+
"mass.",
|
| 1770 |
+
"may",
|
| 1771 |
+
"ma\u2019am",
|
| 1772 |
+
"md",
|
| 1773 |
+
"md.",
|
| 1774 |
+
"meeting",
|
| 1775 |
+
"messrs",
|
| 1776 |
+
"messrs.",
|
| 1777 |
+
"mich",
|
| 1778 |
+
"mich.",
|
| 1779 |
+
"might",
|
| 1780 |
+
"milestones",
|
| 1781 |
+
"minn",
|
| 1782 |
+
"minn.",
|
| 1783 |
+
"miss",
|
| 1784 |
+
"miss.",
|
| 1785 |
+
"mlt-00001",
|
| 1786 |
+
"mlt-00002",
|
| 1787 |
+
"mlt-00003",
|
| 1788 |
+
"mlt-00004",
|
| 1789 |
+
"mlt-00005",
|
| 1790 |
+
"mlt-00006",
|
| 1791 |
+
"mlt-00007",
|
| 1792 |
+
"mlt-00008",
|
| 1793 |
+
"mlt-00009",
|
| 1794 |
+
"mlt-00010",
|
| 1795 |
+
"mlt-00013",
|
| 1796 |
+
"mlt-00014",
|
| 1797 |
+
"mlt-00015",
|
| 1798 |
+
"mlt-00016",
|
| 1799 |
+
"mlt-00020",
|
| 1800 |
+
"mlt-00022",
|
| 1801 |
+
"mlt-00024",
|
| 1802 |
+
"mlt-00025",
|
| 1803 |
+
"mlt-00031",
|
| 1804 |
+
"mlt-00034",
|
| 1805 |
+
"mlt-00037",
|
| 1806 |
+
"mlt-00048",
|
| 1807 |
+
"mlt-00051",
|
| 1808 |
+
"mlt-00072",
|
| 1809 |
+
"mlt-00074",
|
| 1810 |
+
"mlt-00077",
|
| 1811 |
+
"mlt-00085",
|
| 1812 |
+
"mlt-00140",
|
| 1813 |
+
"mlt-00159",
|
| 1814 |
+
"mlt-00202",
|
| 1815 |
+
"mlt-00220",
|
| 1816 |
+
"mlt-00229",
|
| 1817 |
+
"mlt-00235",
|
| 1818 |
+
"mlt-00259",
|
| 1819 |
+
"mlt-00290",
|
| 1820 |
+
"mlt-00318",
|
| 1821 |
+
"mlt-00342",
|
| 1822 |
+
"mlt-00343",
|
| 1823 |
+
"mlt-00366",
|
| 1824 |
+
"mlt-00367",
|
| 1825 |
+
"mlt-00370",
|
| 1826 |
+
"mlt-00372",
|
| 1827 |
+
"mlt-00376",
|
| 1828 |
+
"mlt-00385",
|
| 1829 |
+
"mlt-00388",
|
| 1830 |
+
"mlt-00400",
|
| 1831 |
+
"mlt-00410",
|
| 1832 |
+
"mlt-00412",
|
| 1833 |
+
"mlt-00457",
|
| 1834 |
+
"mlt-00468",
|
| 1835 |
+
"mlt-00496",
|
| 1836 |
+
"mlt-00532",
|
| 1837 |
+
"mlt-00612",
|
| 1838 |
+
"mlt-00637",
|
| 1839 |
+
"mlt-00748",
|
| 1840 |
+
"mlt-00791",
|
| 1841 |
+
"mlt-00806",
|
| 1842 |
+
"mlt-00810",
|
| 1843 |
+
"mlt-00867",
|
| 1844 |
+
"mlt-00894",
|
| 1845 |
+
"mlt-00911",
|
| 1846 |
+
"mlt-00989",
|
| 1847 |
+
"mlt-01274",
|
| 1848 |
+
"mlt-01511023",
|
| 1849 |
+
"mlt-01901",
|
| 1850 |
+
"mlt-01917",
|
| 1851 |
+
"mlt-02015",
|
| 1852 |
+
"mlt-02273",
|
| 1853 |
+
"mlt-03045",
|
| 1854 |
+
"mlt-03064",
|
| 1855 |
+
"mlt-03065",
|
| 1856 |
+
"mlt-03068",
|
| 1857 |
+
"mlt-04060",
|
| 1858 |
+
"mlt-04061",
|
| 1859 |
+
"mlt-04112",
|
| 1860 |
+
"mlt-04119",
|
| 1861 |
+
"mlt-04128",
|
| 1862 |
+
"mlt-04132",
|
| 1863 |
+
"mlt-04133",
|
| 1864 |
+
"mo",
|
| 1865 |
+
"mo.",
|
| 1866 |
+
"moas",
|
| 1867 |
+
"mobifone",
|
| 1868 |
+
"mong",
|
| 1869 |
+
"mont",
|
| 1870 |
+
"mont.",
|
| 1871 |
+
"mr",
|
| 1872 |
+
"mr.",
|
| 1873 |
+
"mrs",
|
| 1874 |
+
"mrs.",
|
| 1875 |
+
"ms",
|
| 1876 |
+
"ms.",
|
| 1877 |
+
"mt",
|
| 1878 |
+
"mt.",
|
| 1879 |
+
"mts-00016",
|
| 1880 |
+
"mts-00031",
|
| 1881 |
+
"mts-00037",
|
| 1882 |
+
"mts-00038",
|
| 1883 |
+
"mts-00041",
|
| 1884 |
+
"mts-00051",
|
| 1885 |
+
"mts-00056",
|
| 1886 |
+
"mts-00070",
|
| 1887 |
+
"mts-00076",
|
| 1888 |
+
"mts-00092",
|
| 1889 |
+
"mts-00093",
|
| 1890 |
+
"mts-00095",
|
| 1891 |
+
"mts-00106",
|
| 1892 |
+
"mts-00114",
|
| 1893 |
+
"mts-00115",
|
| 1894 |
+
"mts-00125",
|
| 1895 |
+
"mts-00133",
|
| 1896 |
+
"mts-00138",
|
| 1897 |
+
"mts-00139",
|
| 1898 |
+
"mts-00141",
|
| 1899 |
+
"mts-00142",
|
| 1900 |
+
"mts-00143",
|
| 1901 |
+
"mts-00162",
|
| 1902 |
+
"mts-00163",
|
| 1903 |
+
"mts-00176",
|
| 1904 |
+
"mts-00187",
|
| 1905 |
+
"mts-00189",
|
| 1906 |
+
"mts-00205",
|
| 1907 |
+
"mts-00207",
|
| 1908 |
+
"mts-00209",
|
| 1909 |
+
"mts-00212",
|
| 1910 |
+
"mts-00213",
|
| 1911 |
+
"mts-00220",
|
| 1912 |
+
"mts-00227",
|
| 1913 |
+
"mts-00231",
|
| 1914 |
+
"mts-00242",
|
| 1915 |
+
"mts-00254",
|
| 1916 |
+
"mts-00259",
|
| 1917 |
+
"mts-00264",
|
| 1918 |
+
"mts-00268",
|
| 1919 |
+
"mts-00279",
|
| 1920 |
+
"mts-00280",
|
| 1921 |
+
"mts-00281",
|
| 1922 |
+
"mts-00282",
|
| 1923 |
+
"mts-00284",
|
| 1924 |
+
"mts-00287",
|
| 1925 |
+
"mts-00290",
|
| 1926 |
+
"mts-00296",
|
| 1927 |
+
"mts-00306",
|
| 1928 |
+
"mts-00308",
|
| 1929 |
+
"mts-00311",
|
| 1930 |
+
"mts-00313",
|
| 1931 |
+
"mts-00316",
|
| 1932 |
+
"mts-00333",
|
| 1933 |
+
"mts-30079",
|
| 1934 |
+
"mts-30092",
|
| 1935 |
+
"must",
|
| 1936 |
+
"n",
|
| 1937 |
+
"n's",
|
| 1938 |
+
"n't",
|
| 1939 |
+
"n.",
|
| 1940 |
+
"n.c.",
|
| 1941 |
+
"n.d.",
|
| 1942 |
+
"n.h.",
|
| 1943 |
+
"n.j.",
|
| 1944 |
+
"n.m.",
|
| 1945 |
+
"n.y.",
|
| 1946 |
+
"na",
|
| 1947 |
+
"nag",
|
| 1948 |
+
"nai",
|
| 1949 |
+
"nal",
|
| 1950 |
+
"nam",
|
| 1951 |
+
"nc.",
|
| 1952 |
+
"nce",
|
| 1953 |
+
"nd.",
|
| 1954 |
+
"nda",
|
| 1955 |
+
"neb",
|
| 1956 |
+
"neb.",
|
| 1957 |
+
"nebr",
|
| 1958 |
+
"nebr.",
|
| 1959 |
+
"need",
|
| 1960 |
+
"nes",
|
| 1961 |
+
"network",
|
| 1962 |
+
"nev",
|
| 1963 |
+
"nev.",
|
| 1964 |
+
"nha",
|
| 1965 |
+
"nhat",
|
| 1966 |
+
"nh\u1eadn",
|
| 1967 |
+
"nn.",
|
| 1968 |
+
"no",
|
| 1969 |
+
"no.26",
|
| 1970 |
+
"not",
|
| 1971 |
+
"nothin",
|
| 1972 |
+
"nothin'",
|
| 1973 |
+
"nothing",
|
| 1974 |
+
"nothin\u2019",
|
| 1975 |
+
"notice",
|
| 1976 |
+
"nov",
|
| 1977 |
+
"nov.",
|
| 1978 |
+
"ns.",
|
| 1979 |
+
"nse",
|
| 1980 |
+
"nt",
|
| 1981 |
+
"nt.",
|
| 1982 |
+
"nts",
|
| 1983 |
+
"nuff",
|
| 1984 |
+
"nuthin",
|
| 1985 |
+
"nuthin'",
|
| 1986 |
+
"nuthin\u2019",
|
| 1987 |
+
"n\u1ecd",
|
| 1988 |
+
"n\u2019s",
|
| 1989 |
+
"n\u2019t",
|
| 1990 |
+
"o",
|
| 1991 |
+
"o'clock",
|
| 1992 |
+
"o's",
|
| 1993 |
+
"o.",
|
| 1994 |
+
"o.0",
|
| 1995 |
+
"o.O",
|
| 1996 |
+
"o.o",
|
| 1997 |
+
"oAs",
|
| 1998 |
+
"o_0",
|
| 1999 |
+
"o_O",
|
| 2000 |
+
"o_o",
|
| 2001 |
+
"ock",
|
| 2002 |
+
"oct",
|
| 2003 |
+
"oct.",
|
| 2004 |
+
"oes",
|
| 2005 |
+
"of",
|
| 2006 |
+
"of.",
|
| 2007 |
+
"off",
|
| 2008 |
+
"oin",
|
| 2009 |
+
"okla",
|
| 2010 |
+
"okla.",
|
| 2011 |
+
"ol",
|
| 2012 |
+
"ol'",
|
| 2013 |
+
"old",
|
| 2014 |
+
"olo",
|
| 2015 |
+
"ol\u2019",
|
| 2016 |
+
"omm",
|
| 2017 |
+
"oms",
|
| 2018 |
+
"on",
|
| 2019 |
+
"one",
|
| 2020 |
+
"ong",
|
| 2021 |
+
"onn",
|
| 2022 |
+
"ons",
|
| 2023 |
+
"ont",
|
| 2024 |
+
"or",
|
| 2025 |
+
"ore",
|
| 2026 |
+
"ore.",
|
| 2027 |
+
"ork",
|
| 2028 |
+
"orm",
|
| 2029 |
+
"orp",
|
| 2030 |
+
"ort",
|
| 2031 |
+
"os.",
|
| 2032 |
+
"ose",
|
| 2033 |
+
"ought",
|
| 2034 |
+
"out",
|
| 2035 |
+
"ov.",
|
| 2036 |
+
"o\u0302\u0301",
|
| 2037 |
+
"o\u0302\u0309",
|
| 2038 |
+
"o\u031b\u0300",
|
| 2039 |
+
"o\u2019clock",
|
| 2040 |
+
"o\u2019s",
|
| 2041 |
+
"p",
|
| 2042 |
+
"p.",
|
| 2043 |
+
"p.m",
|
| 2044 |
+
"p.m.",
|
| 2045 |
+
"pa",
|
| 2046 |
+
"pa.",
|
| 2047 |
+
"payment",
|
| 2048 |
+
"pending",
|
| 2049 |
+
"ph",
|
| 2050 |
+
"ph.d.",
|
| 2051 |
+
"phi\u0301",
|
| 2052 |
+
"phu\u0323",
|
| 2053 |
+
"physical",
|
| 2054 |
+
"pic",
|
| 2055 |
+
"platform",
|
| 2056 |
+
"plh\u0111",
|
| 2057 |
+
"ply",
|
| 2058 |
+
"pm",
|
| 2059 |
+
"pmg_dec22_49_an",
|
| 2060 |
+
"pmg_dec22_50_an",
|
| 2061 |
+
"pmg_dec22_96_chung",
|
| 2062 |
+
"pmg_feb23_09_bac",
|
| 2063 |
+
"pmg_feb23_11_adecco",
|
| 2064 |
+
"pmg_feb23_24_brg",
|
| 2065 |
+
"pmg_feb23_28_ricoh",
|
| 2066 |
+
"pmg_feb23_32_evn",
|
| 2067 |
+
"pmg_feb23_43_interway",
|
| 2068 |
+
"pmg_feb23_47_interway",
|
| 2069 |
+
"pmg_feb23_48_interway",
|
| 2070 |
+
"pmg_feb23_49_interway",
|
| 2071 |
+
"pmg_feb23_54_thu",
|
| 2072 |
+
"pmg_feb23_58_sapro",
|
| 2073 |
+
"pmg_feb23_59_viettel",
|
| 2074 |
+
"pmg_feb23_71_evn",
|
| 2075 |
+
"pmg_feb23_78_evn",
|
| 2076 |
+
"pmg_jan23_08_thu",
|
| 2077 |
+
"pmg_jan23_26_shvn",
|
| 2078 |
+
"pmg_jan23_48_evn",
|
| 2079 |
+
"pmg_jan23_51_lisocon",
|
| 2080 |
+
"pmg_jan23_52_lisocon",
|
| 2081 |
+
"pmg_jan23_62_evn",
|
| 2082 |
+
"pmg_jan23_64_evn",
|
| 2083 |
+
"pmg_jan23_65_pvi",
|
| 2084 |
+
"pmg_jan23_67_mobifone",
|
| 2085 |
+
"pmg_jan23_70_hoang",
|
| 2086 |
+
"pmg_jan23_71_hoang",
|
| 2087 |
+
"pmg_jan23_75_evn",
|
| 2088 |
+
"pmg_mar23_02_adecco",
|
| 2089 |
+
"pmg_mar23_05_an",
|
| 2090 |
+
"pmg_mar23_10_ricoh",
|
| 2091 |
+
"pmg_mar23_13_bac",
|
| 2092 |
+
"pmg_mar23_24_sao",
|
| 2093 |
+
"pmg_mar23_25_sao",
|
| 2094 |
+
"pmg_mar23_27_interway",
|
| 2095 |
+
"pmg_mar23_29_interway",
|
| 2096 |
+
"pmg_mar23_35_interway",
|
| 2097 |
+
"pmg_mar23_39_dth",
|
| 2098 |
+
"pmg_mar23_47_lisocon",
|
| 2099 |
+
"pmg_mar23_48_lisocon",
|
| 2100 |
+
"pmg_mar23_53_viettel",
|
| 2101 |
+
"pmg_mar23_59_evn",
|
| 2102 |
+
"pmg_mar23_61_bac",
|
| 2103 |
+
"pmg_may22_16_pvi",
|
| 2104 |
+
"pmg_oct22_43_bico",
|
| 2105 |
+
"pmg_oct22_44_pvi",
|
| 2106 |
+
"post",
|
| 2107 |
+
"pot",
|
| 2108 |
+
"power",
|
| 2109 |
+
"pr.",
|
| 2110 |
+
"preparation",
|
| 2111 |
+
"prof",
|
| 2112 |
+
"prof.",
|
| 2113 |
+
"progress",
|
| 2114 |
+
"proposal-",
|
| 2115 |
+
"psd",
|
| 2116 |
+
"pt.",
|
| 2117 |
+
"ptc\u0111t",
|
| 2118 |
+
"q",
|
| 2119 |
+
"q.",
|
| 2120 |
+
"q2",
|
| 2121 |
+
"quality",
|
| 2122 |
+
"quan",
|
| 2123 |
+
"r",
|
| 2124 |
+
"r.",
|
| 2125 |
+
"re",
|
| 2126 |
+
"re.",
|
| 2127 |
+
"rea",
|
| 2128 |
+
"received",
|
| 2129 |
+
"ref",
|
| 2130 |
+
"ref./s4",
|
| 2131 |
+
"ref./s6",
|
| 2132 |
+
"ref./s\u00e9",
|
| 2133 |
+
"ref./s\u1ebb",
|
| 2134 |
+
"ref./s\u1ed1",
|
| 2135 |
+
"reference",
|
| 2136 |
+
"relation",
|
| 2137 |
+
"reminder",
|
| 2138 |
+
"rep",
|
| 2139 |
+
"rep.",
|
| 2140 |
+
"repairing",
|
| 2141 |
+
"reply",
|
| 2142 |
+
"report",
|
| 2143 |
+
"request",
|
| 2144 |
+
"response",
|
| 2145 |
+
"rev",
|
| 2146 |
+
"rev.",
|
| 2147 |
+
"review",
|
| 2148 |
+
"ricoh",
|
| 2149 |
+
"ril",
|
| 2150 |
+
"riz",
|
| 2151 |
+
"rk.",
|
| 2152 |
+
"rks",
|
| 2153 |
+
"rof",
|
| 2154 |
+
"rom",
|
| 2155 |
+
"rooms",
|
| 2156 |
+
"ros",
|
| 2157 |
+
"rp.",
|
| 2158 |
+
"rs.",
|
| 2159 |
+
"rsk",
|
| 2160 |
+
"rsk_cp06",
|
| 2161 |
+
"rss",
|
| 2162 |
+
"s",
|
| 2163 |
+
"s's",
|
| 2164 |
+
"s.",
|
| 2165 |
+
"s.c.",
|
| 2166 |
+
"sao",
|
| 2167 |
+
"schedule",
|
| 2168 |
+
"section",
|
| 2169 |
+
"sed",
|
| 2170 |
+
"sen",
|
| 2171 |
+
"sen.",
|
| 2172 |
+
"sep",
|
| 2173 |
+
"sep.",
|
| 2174 |
+
"sept",
|
| 2175 |
+
"sept.",
|
| 2176 |
+
"sh.",
|
| 2177 |
+
"sha",
|
| 2178 |
+
"shall",
|
| 2179 |
+
"share",
|
| 2180 |
+
"she",
|
| 2181 |
+
"she's",
|
| 2182 |
+
"sheets",
|
| 2183 |
+
"she\u2019s",
|
| 2184 |
+
"shipment",
|
| 2185 |
+
"should",
|
| 2186 |
+
"sig",
|
| 2187 |
+
"sig_cp06",
|
| 2188 |
+
"sig_feb3_02_gianglinh",
|
| 2189 |
+
"sig_feb3_04_gianglinh",
|
| 2190 |
+
"sig_mar23_03_vietnhat",
|
| 2191 |
+
"sig_mar23_04_stc",
|
| 2192 |
+
"sig_mar23_05_gianglinh",
|
| 2193 |
+
"sig_mar23_06_gianglinh",
|
| 2194 |
+
"sig_mar23_08_viettam",
|
| 2195 |
+
"sig_mar23_12_saovang",
|
| 2196 |
+
"sig_mar23_14_brg",
|
| 2197 |
+
"sig_mar23_16_bacsonghong",
|
| 2198 |
+
"signalling",
|
| 2199 |
+
"signature",
|
| 2200 |
+
"situation",
|
| 2201 |
+
"snag",
|
| 2202 |
+
"so",
|
| 2203 |
+
"somethin",
|
| 2204 |
+
"somethin'",
|
| 2205 |
+
"something",
|
| 2206 |
+
"somethin\u2019",
|
| 2207 |
+
"song",
|
| 2208 |
+
"sono",
|
| 2209 |
+
"so\u0302\u0301",
|
| 2210 |
+
"space",
|
| 2211 |
+
"srs",
|
| 2212 |
+
"ss.",
|
| 2213 |
+
"st",
|
| 2214 |
+
"st.",
|
| 2215 |
+
"station",
|
| 2216 |
+
"stc",
|
| 2217 |
+
"step",
|
| 2218 |
+
"su",
|
| 2219 |
+
"sub",
|
| 2220 |
+
"submission",
|
| 2221 |
+
"sung",
|
| 2222 |
+
"su\u031b\u0309",
|
| 2223 |
+
"system",
|
| 2224 |
+
"s\u1ed1",
|
| 2225 |
+
"s\u1edbm",
|
| 2226 |
+
"s\u2019s",
|
| 2227 |
+
"t",
|
| 2228 |
+
"t's",
|
| 2229 |
+
"t.",
|
| 2230 |
+
"ta",
|
| 2231 |
+
"tai",
|
| 2232 |
+
"tal",
|
| 2233 |
+
"tam",
|
| 2234 |
+
"td.",
|
| 2235 |
+
"ted",
|
| 2236 |
+
"tem",
|
| 2237 |
+
"temporary",
|
| 2238 |
+
"tenn",
|
| 2239 |
+
"tenn.",
|
| 2240 |
+
"tep",
|
| 2241 |
+
"ter",
|
| 2242 |
+
"tes",
|
| 2243 |
+
"tha",
|
| 2244 |
+
"tha_claim",
|
| 2245 |
+
"tha_cp06",
|
| 2246 |
+
"thanh",
|
| 2247 |
+
"that",
|
| 2248 |
+
"that's",
|
| 2249 |
+
"that\u2019s",
|
| 2250 |
+
"thau",
|
| 2251 |
+
"thay",
|
| 2252 |
+
"the",
|
| 2253 |
+
"them",
|
| 2254 |
+
"there",
|
| 2255 |
+
"there's",
|
| 2256 |
+
"there\u2019s",
|
| 2257 |
+
"these",
|
| 2258 |
+
"they",
|
| 2259 |
+
"this",
|
| 2260 |
+
"this's",
|
| 2261 |
+
"this\u2019s",
|
| 2262 |
+
"those",
|
| 2263 |
+
"tien",
|
| 2264 |
+
"to",
|
| 2265 |
+
"tor",
|
| 2266 |
+
"to\u031b\u0300",
|
| 2267 |
+
"training",
|
| 2268 |
+
"transmittal",
|
| 2269 |
+
"trays",
|
| 2270 |
+
"tre",
|
| 2271 |
+
"tri\u0300nh",
|
| 2272 |
+
"trss",
|
| 2273 |
+
"tu",
|
| 2274 |
+
"t\u00f4i",
|
| 2275 |
+
"t\u2019s",
|
| 2276 |
+
"u",
|
| 2277 |
+
"u.",
|
| 2278 |
+
"uan",
|
| 2279 |
+
"uff",
|
| 2280 |
+
"ug.",
|
| 2281 |
+
"ujv",
|
| 2282 |
+
"ujv_cp06",
|
| 2283 |
+
"ujv_request",
|
| 2284 |
+
"ujv_temporary",
|
| 2285 |
+
"ul.",
|
| 2286 |
+
"uld",
|
| 2287 |
+
"ule",
|
| 2288 |
+
"uly",
|
| 2289 |
+
"un.",
|
| 2290 |
+
"under",
|
| 2291 |
+
"unforeseeable",
|
| 2292 |
+
"ung",
|
| 2293 |
+
"updated",
|
| 2294 |
+
"ure",
|
| 2295 |
+
"us",
|
| 2296 |
+
"use",
|
| 2297 |
+
"ust",
|
| 2298 |
+
"u\u031b\u0309",
|
| 2299 |
+
"u\u0323c",
|
| 2300 |
+
"v",
|
| 2301 |
+
"v.",
|
| 2302 |
+
"v.s",
|
| 2303 |
+
"v.s.",
|
| 2304 |
+
"v.v",
|
| 2305 |
+
"v_v",
|
| 2306 |
+
"va",
|
| 2307 |
+
"va.",
|
| 2308 |
+
"val",
|
| 2309 |
+
"van",
|
| 2310 |
+
"vang",
|
| 2311 |
+
"variation",
|
| 2312 |
+
"ve",
|
| 2313 |
+
"ved",
|
| 2314 |
+
"vi",
|
| 2315 |
+
"viec",
|
| 2316 |
+
"viet",
|
| 2317 |
+
"vin",
|
| 2318 |
+
"vn-0005",
|
| 2319 |
+
"vr",
|
| 2320 |
+
"vs",
|
| 2321 |
+
"vs.",
|
| 2322 |
+
"v\u00e0",
|
| 2323 |
+
"v\u0103n",
|
| 2324 |
+
"w",
|
| 2325 |
+
"w's",
|
| 2326 |
+
"w.",
|
| 2327 |
+
"w/o",
|
| 2328 |
+
"was",
|
| 2329 |
+
"wash",
|
| 2330 |
+
"wash.",
|
| 2331 |
+
"water",
|
| 2332 |
+
"we",
|
| 2333 |
+
"wer",
|
| 2334 |
+
"were",
|
| 2335 |
+
"wgo",
|
| 2336 |
+
"what",
|
| 2337 |
+
"what's",
|
| 2338 |
+
"what\u2019s",
|
| 2339 |
+
"when",
|
| 2340 |
+
"when's",
|
| 2341 |
+
"when\u2019s",
|
| 2342 |
+
"where",
|
| 2343 |
+
"where's",
|
| 2344 |
+
"where\u2019s",
|
| 2345 |
+
"who",
|
| 2346 |
+
"who's",
|
| 2347 |
+
"who\u2019s",
|
| 2348 |
+
"why",
|
| 2349 |
+
"why's",
|
| 2350 |
+
"why\u2019s",
|
| 2351 |
+
"will",
|
| 2352 |
+
"wis",
|
| 2353 |
+
"wis.",
|
| 2354 |
+
"with",
|
| 2355 |
+
"without",
|
| 2356 |
+
"wo",
|
| 2357 |
+
"works",
|
| 2358 |
+
"would",
|
| 2359 |
+
"wto",
|
| 2360 |
+
"w\u2019s",
|
| 2361 |
+
"x",
|
| 2362 |
+
"x'",
|
| 2363 |
+
"x'x",
|
| 2364 |
+
"x'xxxx",
|
| 2365 |
+
"x.",
|
| 2366 |
+
"x.X",
|
| 2367 |
+
"x.d",
|
| 2368 |
+
"x.x",
|
| 2369 |
+
"x.x.",
|
| 2370 |
+
"x/x",
|
| 2371 |
+
"xD",
|
| 2372 |
+
"xDD",
|
| 2373 |
+
"xX",
|
| 2374 |
+
"xXX",
|
| 2375 |
+
"x_X",
|
| 2376 |
+
"x_d",
|
| 2377 |
+
"x_x",
|
| 2378 |
+
"xd",
|
| 2379 |
+
"xdd",
|
| 2380 |
+
"xua\u0302\u0301t",
|
| 2381 |
+
"xx",
|
| 2382 |
+
"xx'",
|
| 2383 |
+
"xx'x",
|
| 2384 |
+
"xx'xx",
|
| 2385 |
+
"xx.",
|
| 2386 |
+
"xxx",
|
| 2387 |
+
"xxx'x",
|
| 2388 |
+
"xxx/xx",
|
| 2389 |
+
"xxxx",
|
| 2390 |
+
"xxxx'",
|
| 2391 |
+
"xxxx'x",
|
| 2392 |
+
"xxxx\u2019",
|
| 2393 |
+
"xxxx\u2019x",
|
| 2394 |
+
"xxx\u0300xx",
|
| 2395 |
+
"xxx\u0301",
|
| 2396 |
+
"xxx\u0302\u0301x",
|
| 2397 |
+
"xxx\u0323",
|
| 2398 |
+
"xxx\u2019x",
|
| 2399 |
+
"xx\u0301x",
|
| 2400 |
+
"xx\u0302\u0300xx",
|
| 2401 |
+
"xx\u0302\u0301",
|
| 2402 |
+
"xx\u0302\u0309",
|
| 2403 |
+
"xx\u0302\u0309x",
|
| 2404 |
+
"xx\u031bx\u031b\u0309xx",
|
| 2405 |
+
"xx\u031b\u0309",
|
| 2406 |
+
"xx\u031b\u0323x",
|
| 2407 |
+
"xx\u0323x",
|
| 2408 |
+
"xx\u2019",
|
| 2409 |
+
"xx\u2019x",
|
| 2410 |
+
"xx\u2019xx",
|
| 2411 |
+
"x\u0309xx",
|
| 2412 |
+
"x\u2019",
|
| 2413 |
+
"x\u2019x",
|
| 2414 |
+
"x\u2019xxxx",
|
| 2415 |
+
"x\ufe35x",
|
| 2416 |
+
"y",
|
| 2417 |
+
"y'",
|
| 2418 |
+
"y's",
|
| 2419 |
+
"y.",
|
| 2420 |
+
"yed",
|
| 2421 |
+
"yer",
|
| 2422 |
+
"you",
|
| 2423 |
+
"yu",
|
| 2424 |
+
"y\u2019",
|
| 2425 |
+
"y\u2019s",
|
| 2426 |
+
"z",
|
| 2427 |
+
"z.",
|
| 2428 |
+
"|",
|
| 2429 |
+
"}",
|
| 2430 |
+
"\u00a0",
|
| 2431 |
+
"\u00ac",
|
| 2432 |
+
"\u00ac_\u00ac",
|
| 2433 |
+
"\u00af",
|
| 2434 |
+
"\u00af\\(x)/\u00af",
|
| 2435 |
+
"\u00af\\(\u30c4)/\u00af",
|
| 2436 |
+
"\u00b0",
|
| 2437 |
+
"\u00b0C.",
|
| 2438 |
+
"\u00b0F.",
|
| 2439 |
+
"\u00b0K.",
|
| 2440 |
+
"\u00b0X.",
|
| 2441 |
+
"\u00b0c.",
|
| 2442 |
+
"\u00b0f.",
|
| 2443 |
+
"\u00b0k.",
|
| 2444 |
+
"\u00b0x.",
|
| 2445 |
+
"\u00e4",
|
| 2446 |
+
"\u00e4.",
|
| 2447 |
+
"\u00f4ng",
|
| 2448 |
+
"\u00f6",
|
| 2449 |
+
"\u00f6.",
|
| 2450 |
+
"\u00fang",
|
| 2451 |
+
"\u00fc",
|
| 2452 |
+
"\u00fc.",
|
| 2453 |
+
"\u00fd",
|
| 2454 |
+
"\u0110",
|
| 2455 |
+
"\u0110e\u0302\u0300",
|
| 2456 |
+
"\u0111",
|
| 2457 |
+
"\u0111a\u0323o",
|
| 2458 |
+
"\u0111e\u0302\u0300",
|
| 2459 |
+
"\u0111o\u0302\u0300ng",
|
| 2460 |
+
"\u0111o\u0302\u0309i",
|
| 2461 |
+
"\u0111\u01b0\u1ee3c",
|
| 2462 |
+
"\u0111\u1ebfn",
|
| 2463 |
+
"\u01b0\u1ee3c",
|
| 2464 |
+
"\u0300ng",
|
| 2465 |
+
"\u0300nh",
|
| 2466 |
+
"\u0302\u0301t",
|
| 2467 |
+
"\u0302\u0309i",
|
| 2468 |
+
"\u0309ng",
|
| 2469 |
+
"\u0309nh",
|
| 2470 |
+
"\u031b\u0323p",
|
| 2471 |
+
"\u0ca0",
|
| 2472 |
+
"\u0ca0_\u0ca0",
|
| 2473 |
+
"\u0ca0\ufe35\u0ca0",
|
| 2474 |
+
"\u2013",
|
| 2475 |
+
"\u2014",
|
| 2476 |
+
"\u2018",
|
| 2477 |
+
"\u2018S",
|
| 2478 |
+
"\u2018X",
|
| 2479 |
+
"\u2018s",
|
| 2480 |
+
"\u2018x",
|
| 2481 |
+
"\u2019",
|
| 2482 |
+
"\u2019-(",
|
| 2483 |
+
"\u2019-)",
|
| 2484 |
+
"\u2019Cause",
|
| 2485 |
+
"\u2019Cos",
|
| 2486 |
+
"\u2019Coz",
|
| 2487 |
+
"\u2019Cuz",
|
| 2488 |
+
"\u2019S",
|
| 2489 |
+
"\u2019X",
|
| 2490 |
+
"\u2019Xxx",
|
| 2491 |
+
"\u2019Xxxxx",
|
| 2492 |
+
"\u2019am",
|
| 2493 |
+
"\u2019bout",
|
| 2494 |
+
"\u2019cause",
|
| 2495 |
+
"\u2019cos",
|
| 2496 |
+
"\u2019coz",
|
| 2497 |
+
"\u2019cuz",
|
| 2498 |
+
"\u2019d",
|
| 2499 |
+
"\u2019em",
|
| 2500 |
+
"\u2019ll",
|
| 2501 |
+
"\u2019m",
|
| 2502 |
+
"\u2019nuff",
|
| 2503 |
+
"\u2019re",
|
| 2504 |
+
"\u2019s",
|
| 2505 |
+
"\u2019ve",
|
| 2506 |
+
"\u2019x",
|
| 2507 |
+
"\u2019xx",
|
| 2508 |
+
"\u2019xxx",
|
| 2509 |
+
"\u2019xxxx",
|
| 2510 |
+
"\u2019y",
|
| 2511 |
+
"\u2019\u2019",
|
| 2512 |
+
"\u2501",
|
| 2513 |
+
"\u253b",
|
| 2514 |
+
"\u253b\u2501\u253b",
|
| 2515 |
+
"\u256f",
|
| 2516 |
+
"\u25a1",
|
| 2517 |
+
"\ufe35",
|
| 2518 |
+
"\uff09"
|
| 2519 |
+
]
|
vocab/vectors
ADDED
|
Binary file (128 Bytes). View file
|
|
|
vocab/vectors.cfg
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"mode":"default"
|
| 3 |
+
}
|