Upload tokenizer
Browse files- README.md +201 -0
- added_tokens.json +4 -0
- special_tokens_map.json +6 -0
- tokenizer_config.json +0 -0
- vocab.json +1377 -0
README.md
ADDED
@@ -0,0 +1,201 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags: []
|
4 |
+
---
|
5 |
+
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
+
|
10 |
+
|
11 |
+
|
12 |
+
## Model Details
|
13 |
+
|
14 |
+
### Model Description
|
15 |
+
|
16 |
+
<!-- Provide a longer summary of what this model is. -->
|
17 |
+
|
18 |
+
This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
|
19 |
+
|
20 |
+
- **Developed by:** [More Information Needed]
|
21 |
+
- **Funded by [optional]:** [More Information Needed]
|
22 |
+
- **Shared by [optional]:** [More Information Needed]
|
23 |
+
- **Model type:** [More Information Needed]
|
24 |
+
- **Language(s) (NLP):** [More Information Needed]
|
25 |
+
- **License:** [More Information Needed]
|
26 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
+
|
28 |
+
### Model Sources [optional]
|
29 |
+
|
30 |
+
<!-- Provide the basic links for the model. -->
|
31 |
+
|
32 |
+
- **Repository:** [More Information Needed]
|
33 |
+
- **Paper [optional]:** [More Information Needed]
|
34 |
+
- **Demo [optional]:** [More Information Needed]
|
35 |
+
|
36 |
+
## Uses
|
37 |
+
|
38 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
39 |
+
|
40 |
+
### Direct Use
|
41 |
+
|
42 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
43 |
+
|
44 |
+
[More Information Needed]
|
45 |
+
|
46 |
+
### Downstream Use [optional]
|
47 |
+
|
48 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
49 |
+
|
50 |
+
[More Information Needed]
|
51 |
+
|
52 |
+
### Out-of-Scope Use
|
53 |
+
|
54 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
55 |
+
|
56 |
+
[More Information Needed]
|
57 |
+
|
58 |
+
## Bias, Risks, and Limitations
|
59 |
+
|
60 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
61 |
+
|
62 |
+
[More Information Needed]
|
63 |
+
|
64 |
+
### Recommendations
|
65 |
+
|
66 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
67 |
+
|
68 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
69 |
+
|
70 |
+
## How to Get Started with the Model
|
71 |
+
|
72 |
+
Use the code below to get started with the model.
|
73 |
+
|
74 |
+
[More Information Needed]
|
75 |
+
|
76 |
+
## Training Details
|
77 |
+
|
78 |
+
### Training Data
|
79 |
+
|
80 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
81 |
+
|
82 |
+
[More Information Needed]
|
83 |
+
|
84 |
+
### Training Procedure
|
85 |
+
|
86 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
87 |
+
|
88 |
+
#### Preprocessing [optional]
|
89 |
+
|
90 |
+
[More Information Needed]
|
91 |
+
|
92 |
+
|
93 |
+
#### Training Hyperparameters
|
94 |
+
|
95 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
96 |
+
|
97 |
+
#### Speeds, Sizes, Times [optional]
|
98 |
+
|
99 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
100 |
+
|
101 |
+
[More Information Needed]
|
102 |
+
|
103 |
+
## Evaluation
|
104 |
+
|
105 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
106 |
+
|
107 |
+
### Testing Data, Factors & Metrics
|
108 |
+
|
109 |
+
#### Testing Data
|
110 |
+
|
111 |
+
<!-- This should link to a Dataset Card if possible. -->
|
112 |
+
|
113 |
+
[More Information Needed]
|
114 |
+
|
115 |
+
#### Factors
|
116 |
+
|
117 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
118 |
+
|
119 |
+
[More Information Needed]
|
120 |
+
|
121 |
+
#### Metrics
|
122 |
+
|
123 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
124 |
+
|
125 |
+
[More Information Needed]
|
126 |
+
|
127 |
+
### Results
|
128 |
+
|
129 |
+
[More Information Needed]
|
130 |
+
|
131 |
+
#### Summary
|
132 |
+
|
133 |
+
|
134 |
+
|
135 |
+
## Model Examination [optional]
|
136 |
+
|
137 |
+
<!-- Relevant interpretability work for the model goes here -->
|
138 |
+
|
139 |
+
[More Information Needed]
|
140 |
+
|
141 |
+
## Environmental Impact
|
142 |
+
|
143 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
144 |
+
|
145 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
146 |
+
|
147 |
+
- **Hardware Type:** [More Information Needed]
|
148 |
+
- **Hours used:** [More Information Needed]
|
149 |
+
- **Cloud Provider:** [More Information Needed]
|
150 |
+
- **Compute Region:** [More Information Needed]
|
151 |
+
- **Carbon Emitted:** [More Information Needed]
|
152 |
+
|
153 |
+
## Technical Specifications [optional]
|
154 |
+
|
155 |
+
### Model Architecture and Objective
|
156 |
+
|
157 |
+
[More Information Needed]
|
158 |
+
|
159 |
+
### Compute Infrastructure
|
160 |
+
|
161 |
+
[More Information Needed]
|
162 |
+
|
163 |
+
#### Hardware
|
164 |
+
|
165 |
+
[More Information Needed]
|
166 |
+
|
167 |
+
#### Software
|
168 |
+
|
169 |
+
[More Information Needed]
|
170 |
+
|
171 |
+
## Citation [optional]
|
172 |
+
|
173 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
174 |
+
|
175 |
+
**BibTeX:**
|
176 |
+
|
177 |
+
[More Information Needed]
|
178 |
+
|
179 |
+
**APA:**
|
180 |
+
|
181 |
+
[More Information Needed]
|
182 |
+
|
183 |
+
## Glossary [optional]
|
184 |
+
|
185 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
186 |
+
|
187 |
+
[More Information Needed]
|
188 |
+
|
189 |
+
## More Information [optional]
|
190 |
+
|
191 |
+
[More Information Needed]
|
192 |
+
|
193 |
+
## Model Card Authors [optional]
|
194 |
+
|
195 |
+
[More Information Needed]
|
196 |
+
|
197 |
+
## Model Card Contact
|
198 |
+
|
199 |
+
[More Information Needed]
|
200 |
+
|
201 |
+
|
added_tokens.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"</s>": 1376,
|
3 |
+
"<s>": 1375
|
4 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": "<s>",
|
3 |
+
"eos_token": "</s>",
|
4 |
+
"pad_token": "[PAD]",
|
5 |
+
"unk_token": "[UNK]"
|
6 |
+
}
|
tokenizer_config.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
vocab.json
ADDED
@@ -0,0 +1,1377 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"[PAD]": 0,
|
3 |
+
"[UNK]": 1,
|
4 |
+
"a": 2,
|
5 |
+
"able|": 880,
|
6 |
+
"abo": 1209,
|
7 |
+
"abou": 761,
|
8 |
+
"about|": 768,
|
9 |
+
"above|": 1349,
|
10 |
+
"acce": 967,
|
11 |
+
"accept|": 987,
|
12 |
+
"ad": 436,
|
13 |
+
"adi": 966,
|
14 |
+
"adieu|": 1337,
|
15 |
+
"adin": 136,
|
16 |
+
"ading|": 158,
|
17 |
+
"adios|": 1032,
|
18 |
+
"adja": 1111,
|
19 |
+
"adjacent|": 1129,
|
20 |
+
"adjo|": 1316,
|
21 |
+
"adria|": 599,
|
22 |
+
"advised|": 699,
|
23 |
+
"ad|": 1043,
|
24 |
+
"aer": 519,
|
25 |
+
"aerovi": 523,
|
26 |
+
"aerovic|": 524,
|
27 |
+
"aero|": 256,
|
28 |
+
"af": 182,
|
29 |
+
"affirm|": 515,
|
30 |
+
"after": 201,
|
31 |
+
"afternoon|": 206,
|
32 |
+
"afterwards|": 899,
|
33 |
+
"after|": 666,
|
34 |
+
"ag": 536,
|
35 |
+
"again|": 545,
|
36 |
+
"ager": 822,
|
37 |
+
"ageri|": 829,
|
38 |
+
"aha|": 1208,
|
39 |
+
"ahe": 1078,
|
40 |
+
"ahead|": 1124,
|
41 |
+
"ai": 102,
|
42 |
+
"ain|": 544,
|
43 |
+
"air": 585,
|
44 |
+
"airals|": 912,
|
45 |
+
"aircra": 1326,
|
46 |
+
"aircraft|": 1371,
|
47 |
+
"airforce|": 657,
|
48 |
+
"airli": 861,
|
49 |
+
"airlink|": 868,
|
50 |
+
"airtour": 982,
|
51 |
+
"airtours|": 990,
|
52 |
+
"airway|": 1325,
|
53 |
+
"air|": 105,
|
54 |
+
"al": 139,
|
55 |
+
"albi": 957,
|
56 |
+
"albix|": 964,
|
57 |
+
"alfa|": 233,
|
58 |
+
"alger": 538,
|
59 |
+
"algerie|": 540,
|
60 |
+
"ali": 141,
|
61 |
+
"alitalia|": 145,
|
62 |
+
"ali|": 1173,
|
63 |
+
"ally|": 639,
|
64 |
+
"alook|": 896,
|
65 |
+
"already|": 1099,
|
66 |
+
"alright|": 1026,
|
67 |
+
"also|": 1007,
|
68 |
+
"al|": 789,
|
69 |
+
"amen": 1080,
|
70 |
+
"amendm": 1191,
|
71 |
+
"amendment|": 1206,
|
72 |
+
"amili": 1133,
|
73 |
+
"an": 89,
|
74 |
+
"ana|": 812,
|
75 |
+
"andin": 571,
|
76 |
+
"and|": 203,
|
77 |
+
"anned|": 690,
|
78 |
+
"another|": 1278,
|
79 |
+
"ano|": 478,
|
80 |
+
"anyhow|": 1170,
|
81 |
+
"any|": 1277,
|
82 |
+
"an|": 169,
|
83 |
+
"ao": 725,
|
84 |
+
"aosta|": 731,
|
85 |
+
"ao|": 751,
|
86 |
+
"ap": 1130,
|
87 |
+
"appro": 1195,
|
88 |
+
"ar": 250,
|
89 |
+
"arb": 758,
|
90 |
+
"arbos|": 784,
|
91 |
+
"arch|": 1027,
|
92 |
+
"ards|": 886,
|
93 |
+
"ard|": 598,
|
94 |
+
"are": 1131,
|
95 |
+
"area|": 1196,
|
96 |
+
"are|": 354,
|
97 |
+
"ar|": 107,
|
98 |
+
"as": 1077,
|
99 |
+
"asc": 991,
|
100 |
+
"ascot|": 1013,
|
101 |
+
"ase|": 1079,
|
102 |
+
"ask|": 1340,
|
103 |
+
"as|": 707,
|
104 |
+
"ately|": 1132,
|
105 |
+
"ati": 1207,
|
106 |
+
"ation|": 241,
|
107 |
+
"at|": 378,
|
108 |
+
"au": 1042,
|
109 |
+
"auf|": 1123,
|
110 |
+
"aus": 752,
|
111 |
+
"austrian|": 760,
|
112 |
+
"au|": 466,
|
113 |
+
"avi": 219,
|
114 |
+
"avian|": 575,
|
115 |
+
"aviation|": 591,
|
116 |
+
"avia|": 694,
|
117 |
+
"aviva|": 813,
|
118 |
+
"aw": 245,
|
119 |
+
"ay|": 290,
|
120 |
+
"a|": 28,
|
121 |
+
"b": 3,
|
122 |
+
"ba": 305,
|
123 |
+
"back|": 332,
|
124 |
+
"baf": 1015,
|
125 |
+
"bafair|": 1037,
|
126 |
+
"bair|": 1210,
|
127 |
+
"bal": 933,
|
128 |
+
"balkan|": 949,
|
129 |
+
"bama|": 765,
|
130 |
+
"be": 511,
|
131 |
+
"been|": 1115,
|
132 |
+
"bee|": 700,
|
133 |
+
"before|": 1320,
|
134 |
+
"behind|": 1319,
|
135 |
+
"being|": 959,
|
136 |
+
"bel": 383,
|
137 |
+
"belair|": 586,
|
138 |
+
"belgi": 653,
|
139 |
+
"belgian|": 655,
|
140 |
+
"below|": 1108,
|
141 |
+
"belstar|": 697,
|
142 |
+
"bena|": 214,
|
143 |
+
"ben|": 929,
|
144 |
+
"ber": 345,
|
145 |
+
"berlin|": 454,
|
146 |
+
"bern|": 1312,
|
147 |
+
"best|": 1114,
|
148 |
+
"bet": 1211,
|
149 |
+
"better|": 1350,
|
150 |
+
"be|": 831,
|
151 |
+
"bi": 282,
|
152 |
+
"bilsa|": 651,
|
153 |
+
"bing|": 1212,
|
154 |
+
"bird|": 334,
|
155 |
+
"bit|": 1306,
|
156 |
+
"bi|": 1044,
|
157 |
+
"ble": 1135,
|
158 |
+
"ble|": 832,
|
159 |
+
"blo": 1213,
|
160 |
+
"blocked|": 1351,
|
161 |
+
"blu": 701,
|
162 |
+
"blue|": 704,
|
163 |
+
"bo": 1134,
|
164 |
+
"bon": 294,
|
165 |
+
"bonjour|": 297,
|
166 |
+
"bou": 561,
|
167 |
+
"bour": 677,
|
168 |
+
"bourg|": 683,
|
169 |
+
"bra": 329,
|
170 |
+
"bravo|": 331,
|
171 |
+
"brea": 770,
|
172 |
+
"break|": 785,
|
173 |
+
"bri": 385,
|
174 |
+
"britannia|": 396,
|
175 |
+
"british|": 1109,
|
176 |
+
"bu": 904,
|
177 |
+
"buh": 615,
|
178 |
+
"buongi": 947,
|
179 |
+
"buongiorno|": 950,
|
180 |
+
"but|": 1016,
|
181 |
+
"by": 134,
|
182 |
+
"bye|": 135,
|
183 |
+
"by|": 398,
|
184 |
+
"b|": 49,
|
185 |
+
"c": 4,
|
186 |
+
"cal": 202,
|
187 |
+
"call": 836,
|
188 |
+
"called|": 1333,
|
189 |
+
"calling|": 535,
|
190 |
+
"callsign|": 865,
|
191 |
+
"call|": 224,
|
192 |
+
"can": 429,
|
193 |
+
"canne|": 433,
|
194 |
+
"can|": 771,
|
195 |
+
"case|": 1083,
|
196 |
+
"cation|": 1018,
|
197 |
+
"cc": 881,
|
198 |
+
"cce": 961,
|
199 |
+
"cen": 1217,
|
200 |
+
"centen": 1352,
|
201 |
+
"centennial|": 1373,
|
202 |
+
"cent|": 1082,
|
203 |
+
"ce|": 181,
|
204 |
+
"ch": 257,
|
205 |
+
"cha": 399,
|
206 |
+
"chan": 1008,
|
207 |
+
"change|": 1036,
|
208 |
+
"charlie|": 402,
|
209 |
+
"che": 852,
|
210 |
+
"checked|": 1121,
|
211 |
+
"check|": 1031,
|
212 |
+
"cheena|": 1185,
|
213 |
+
"chen|": 1335,
|
214 |
+
"ching|": 916,
|
215 |
+
"ch|": 146,
|
216 |
+
"ci": 129,
|
217 |
+
"ciao|": 757,
|
218 |
+
"ci|": 1214,
|
219 |
+
"ck": 968,
|
220 |
+
"cked|": 1033,
|
221 |
+
"ck|": 324,
|
222 |
+
"cle": 798,
|
223 |
+
"clea": 273,
|
224 |
+
"clearance|": 781,
|
225 |
+
"cleared|": 285,
|
226 |
+
"clear|": 805,
|
227 |
+
"clim": 126,
|
228 |
+
"climbing|": 1282,
|
229 |
+
"climb|": 127,
|
230 |
+
"co": 444,
|
231 |
+
"code|": 1181,
|
232 |
+
"com": 1029,
|
233 |
+
"come|": 1066,
|
234 |
+
"coming|": 1072,
|
235 |
+
"computer|": 1182,
|
236 |
+
"con": 85,
|
237 |
+
"condor|": 460,
|
238 |
+
"cond|": 1169,
|
239 |
+
"confir": 1096,
|
240 |
+
"confirmed|": 1193,
|
241 |
+
"confirm|": 465,
|
242 |
+
"conste": 715,
|
243 |
+
"constellation|": 718,
|
244 |
+
"cont": 238,
|
245 |
+
"conta": 87,
|
246 |
+
"contact|": 88,
|
247 |
+
"continue|": 263,
|
248 |
+
"control|": 453,
|
249 |
+
"cont|": 1276,
|
250 |
+
"conven": 1097,
|
251 |
+
"convenience|": 1127,
|
252 |
+
"con|": 1218,
|
253 |
+
"coo": 1081,
|
254 |
+
"cooperation|": 1192,
|
255 |
+
"cor": 347,
|
256 |
+
"corna|": 980,
|
257 |
+
"correction|": 438,
|
258 |
+
"correct|": 613,
|
259 |
+
"costa|": 1317,
|
260 |
+
"cotam|": 793,
|
261 |
+
"could|": 969,
|
262 |
+
"cour": 341,
|
263 |
+
"course|": 343,
|
264 |
+
"co|": 1017,
|
265 |
+
"cr": 869,
|
266 |
+
"cra": 1215,
|
267 |
+
"crea": 870,
|
268 |
+
"crease|": 878,
|
269 |
+
"cro": 390,
|
270 |
+
"cross": 397,
|
271 |
+
"crossair|": 415,
|
272 |
+
"crossing|": 901,
|
273 |
+
"cross|": 1315,
|
274 |
+
"crui": 877,
|
275 |
+
"cruise|": 984,
|
276 |
+
"cruising|": 1012,
|
277 |
+
"ct": 493,
|
278 |
+
"cted|": 1318,
|
279 |
+
"cti": 1216,
|
280 |
+
"ction|": 420,
|
281 |
+
"ctor|": 564,
|
282 |
+
"ct|": 83,
|
283 |
+
"cur": 838,
|
284 |
+
"current|": 851,
|
285 |
+
"cut|": 799,
|
286 |
+
"cy|": 512,
|
287 |
+
"c|": 50,
|
288 |
+
"d": 5,
|
289 |
+
"day|": 369,
|
290 |
+
"da|": 616,
|
291 |
+
"de": 77,
|
292 |
+
"deci": 132,
|
293 |
+
"decimal|": 133,
|
294 |
+
"degre": 315,
|
295 |
+
"degrees|": 316,
|
296 |
+
"delta|": 225,
|
297 |
+
"desc": 154,
|
298 |
+
"descen": 155,
|
299 |
+
"descending|": 1291,
|
300 |
+
"descend|": 164,
|
301 |
+
"descent|": 490,
|
302 |
+
"dest": 1057,
|
303 |
+
"destination|": 1076,
|
304 |
+
"de|": 1138,
|
305 |
+
"di": 138,
|
306 |
+
"diately|": 1172,
|
307 |
+
"dia|": 200,
|
308 |
+
"dijon|": 862,
|
309 |
+
"din": 128,
|
310 |
+
"ding|": 1060,
|
311 |
+
"dinkel": 621,
|
312 |
+
"dinkelsbuhl|": 626,
|
313 |
+
"direct|": 174,
|
314 |
+
"disre": 605,
|
315 |
+
"disregard|": 608,
|
316 |
+
"dl": 644,
|
317 |
+
"dm": 1136,
|
318 |
+
"do": 1137,
|
319 |
+
"does|": 1343,
|
320 |
+
"don|": 889,
|
321 |
+
"dor|": 457,
|
322 |
+
"do|": 713,
|
323 |
+
"ds|": 410,
|
324 |
+
"du": 517,
|
325 |
+
"due|": 556,
|
326 |
+
"du|": 634,
|
327 |
+
"d|": 39,
|
328 |
+
"e": 6,
|
329 |
+
"ea": 326,
|
330 |
+
"ear": 1221,
|
331 |
+
"earlier|": 1353,
|
332 |
+
"east|": 388,
|
333 |
+
"ech": 311,
|
334 |
+
"echo|": 314,
|
335 |
+
"ed": 351,
|
336 |
+
"eding|": 1222,
|
337 |
+
"ed|": 93,
|
338 |
+
"eed|": 173,
|
339 |
+
"eet|": 547,
|
340 |
+
"eg": 800,
|
341 |
+
"egypt|": 806,
|
342 |
+
"ei": 79,
|
343 |
+
"eighty|": 1275,
|
344 |
+
"eight|": 100,
|
345 |
+
"eill": 570,
|
346 |
+
"eille|": 580,
|
347 |
+
"eiry|": 501,
|
348 |
+
"el": 278,
|
349 |
+
"eli|": 667,
|
350 |
+
"el|": 1045,
|
351 |
+
"emi": 772,
|
352 |
+
"emirates|": 786,
|
353 |
+
"ems|": 1223,
|
354 |
+
"en": 108,
|
355 |
+
"enable|": 1280,
|
356 |
+
"ena|": 213,
|
357 |
+
"enhei": 526,
|
358 |
+
"enheim|": 529,
|
359 |
+
"ent|": 471,
|
360 |
+
"en|": 592,
|
361 |
+
"ep": 871,
|
362 |
+
"epinal|": 879,
|
363 |
+
"ep|": 992,
|
364 |
+
"er": 58,
|
365 |
+
"ere": 905,
|
366 |
+
"ere|": 1003,
|
367 |
+
"erho": 1093,
|
368 |
+
"erhoren|": 1126,
|
369 |
+
"ero|": 68,
|
370 |
+
"erra|": 317,
|
371 |
+
"er|": 197,
|
372 |
+
"es|": 271,
|
373 |
+
"et": 269,
|
374 |
+
"et|": 223,
|
375 |
+
"eui": 719,
|
376 |
+
"eur": 495,
|
377 |
+
"europa|": 503,
|
378 |
+
"eu|": 1219,
|
379 |
+
"ev": 66,
|
380 |
+
"eva|": 293,
|
381 |
+
"eve": 69,
|
382 |
+
"evening|": 1095,
|
383 |
+
"even|": 81,
|
384 |
+
"ev|": 1220,
|
385 |
+
"ex": 472,
|
386 |
+
"expe": 485,
|
387 |
+
"expect|": 577,
|
388 |
+
"expedi": 783,
|
389 |
+
"expedite|": 804,
|
390 |
+
"expediti": 1330,
|
391 |
+
"e|": 36,
|
392 |
+
"f": 7,
|
393 |
+
"famili": 1140,
|
394 |
+
"familiar|": 1197,
|
395 |
+
"fa|": 232,
|
396 |
+
"feet|": 548,
|
397 |
+
"ffi": 442,
|
398 |
+
"fi": 60,
|
399 |
+
"fifteen|": 910,
|
400 |
+
"fina": 728,
|
401 |
+
"final|": 733,
|
402 |
+
"fine|": 1004,
|
403 |
+
"fini": 1023,
|
404 |
+
"finished|": 1190,
|
405 |
+
"finish|": 1339,
|
406 |
+
"fir": 346,
|
407 |
+
"firm|": 350,
|
408 |
+
"five|": 73,
|
409 |
+
"fi|": 1139,
|
410 |
+
"flight|": 97,
|
411 |
+
"fly|": 400,
|
412 |
+
"fo": 283,
|
413 |
+
"follow|": 1307,
|
414 |
+
"for": 279,
|
415 |
+
"force|": 288,
|
416 |
+
"fore|": 1305,
|
417 |
+
"form|": 1104,
|
418 |
+
"forty|": 1063,
|
419 |
+
"for|": 272,
|
420 |
+
"four|": 71,
|
421 |
+
"fox": 419,
|
422 |
+
"foxtro": 426,
|
423 |
+
"foxtrot|": 427,
|
424 |
+
"foxy|": 1179,
|
425 |
+
"fox|": 407,
|
426 |
+
"fo|": 839,
|
427 |
+
"fran": 228,
|
428 |
+
"france|": 251,
|
429 |
+
"frankfur": 554,
|
430 |
+
"frankfurt|": 559,
|
431 |
+
"fre": 371,
|
432 |
+
"french|": 522,
|
433 |
+
"frequen": 510,
|
434 |
+
"frequency|": 516,
|
435 |
+
"fri": 678,
|
436 |
+
"fribourg|": 684,
|
437 |
+
"from|": 882,
|
438 |
+
"fteen|": 906,
|
439 |
+
"ft|": 242,
|
440 |
+
"fu": 934,
|
441 |
+
"fur": 306,
|
442 |
+
"further|": 373,
|
443 |
+
"fus": 365,
|
444 |
+
"fusse|": 368,
|
445 |
+
"futura|": 985,
|
446 |
+
"f|": 41,
|
447 |
+
"g": 8,
|
448 |
+
"ga": 617,
|
449 |
+
"gali": 790,
|
450 |
+
"gal|": 816,
|
451 |
+
"gard|": 601,
|
452 |
+
"ga|": 840,
|
453 |
+
"ge": 142,
|
454 |
+
"gen": 292,
|
455 |
+
"geneva|": 296,
|
456 |
+
"genev|": 1308,
|
457 |
+
"gen|": 177,
|
458 |
+
"georgia|": 748,
|
459 |
+
"ger": 336,
|
460 |
+
"german": 1028,
|
461 |
+
"germania|": 1041,
|
462 |
+
"german|": 474,
|
463 |
+
"ger|": 217,
|
464 |
+
"ge|": 970,
|
465 |
+
"gge": 1224,
|
466 |
+
"gh": 75,
|
467 |
+
"gher|": 445,
|
468 |
+
"ghtly|": 1273,
|
469 |
+
"ghty|": 1272,
|
470 |
+
"ght|": 76,
|
471 |
+
"gh|": 1046,
|
472 |
+
"gi": 541,
|
473 |
+
"gia|": 742,
|
474 |
+
"gibair|": 1323,
|
475 |
+
"give|": 960,
|
476 |
+
"gn|": 853,
|
477 |
+
"go": 353,
|
478 |
+
"going|": 1105,
|
479 |
+
"golf|": 439,
|
480 |
+
"goo": 103,
|
481 |
+
"good|": 104,
|
482 |
+
"gotil|": 661,
|
483 |
+
"got|": 1065,
|
484 |
+
"go|": 300,
|
485 |
+
"gra|": 1047,
|
486 |
+
"gre": 310,
|
487 |
+
"great|": 1309,
|
488 |
+
"gu": 338,
|
489 |
+
"gulf|": 576,
|
490 |
+
"guten|": 412,
|
491 |
+
"g|": 33,
|
492 |
+
"h": 9,
|
493 |
+
"ha": 186,
|
494 |
+
"hal": 1228,
|
495 |
+
"half|": 1354,
|
496 |
+
"hamb": 553,
|
497 |
+
"hamburg|": 558,
|
498 |
+
"han": 1227,
|
499 |
+
"hapa": 274,
|
500 |
+
"hapag|": 275,
|
501 |
+
"hap|": 1299,
|
502 |
+
"have|": 739,
|
503 |
+
"ha|": 1084,
|
504 |
+
"he": 153,
|
505 |
+
"heading|": 159,
|
506 |
+
"hei": 113,
|
507 |
+
"hejda|": 1289,
|
508 |
+
"hell": 977,
|
509 |
+
"hello|": 989,
|
510 |
+
"help|": 1290,
|
511 |
+
"her": 1048,
|
512 |
+
"herbi|": 1073,
|
513 |
+
"he|": 1141,
|
514 |
+
"hi": 357,
|
515 |
+
"higher|": 447,
|
516 |
+
"high|": 1313,
|
517 |
+
"him|": 1106,
|
518 |
+
"hind|": 1229,
|
519 |
+
"ho": 254,
|
520 |
+
"hoch": 487,
|
521 |
+
"hochwald|": 489,
|
522 |
+
"hoi|": 1176,
|
523 |
+
"hon": 1226,
|
524 |
+
"hotel|": 299,
|
525 |
+
"howeve": 1177,
|
526 |
+
"however|": 1203,
|
527 |
+
"how|": 942,
|
528 |
+
"ho|": 1225,
|
529 |
+
"hu": 189,
|
530 |
+
"hund": 286,
|
531 |
+
"hundred|": 287,
|
532 |
+
"huss|": 252,
|
533 |
+
"hu|": 841,
|
534 |
+
"h|": 30,
|
535 |
+
"i": 10,
|
536 |
+
"ia|": 289,
|
537 |
+
"iber": 542,
|
538 |
+
"iberia|": 546,
|
539 |
+
"ich|": 147,
|
540 |
+
"ic|": 679,
|
541 |
+
"ide": 118,
|
542 |
+
"identifi": 120,
|
543 |
+
"identification|": 1059,
|
544 |
+
"identified|": 121,
|
545 |
+
"ident|": 1006,
|
546 |
+
"idi": 808,
|
547 |
+
"ien": 1085,
|
548 |
+
"ience|": 1125,
|
549 |
+
"ie|": 537,
|
550 |
+
"ifo|": 890,
|
551 |
+
"if|": 993,
|
552 |
+
"im": 321,
|
553 |
+
"imme": 1178,
|
554 |
+
"immediately|": 1204,
|
555 |
+
"imum|": 1311,
|
556 |
+
"in": 67,
|
557 |
+
"inal|": 872,
|
558 |
+
"ination|": 1056,
|
559 |
+
"inbou": 703,
|
560 |
+
"inbound|": 705,
|
561 |
+
"increase|": 885,
|
562 |
+
"indi": 884,
|
563 |
+
"indialook|": 903,
|
564 |
+
"india|": 220,
|
565 |
+
"ind|": 1024,
|
566 |
+
"ing|": 304,
|
567 |
+
"ini": 630,
|
568 |
+
"ining|": 1269,
|
569 |
+
"initi": 642,
|
570 |
+
"initially|": 658,
|
571 |
+
"initial|": 1184,
|
572 |
+
"ino|": 665,
|
573 |
+
"inta": 207,
|
574 |
+
"inte": 1268,
|
575 |
+
"inter": 1005,
|
576 |
+
"interested|": 1365,
|
577 |
+
"intersection|": 1035,
|
578 |
+
"inter|": 611,
|
579 |
+
"into|": 1168,
|
580 |
+
"int|": 791,
|
581 |
+
"inu": 236,
|
582 |
+
"inue|": 262,
|
583 |
+
"in|": 170,
|
584 |
+
"ir": 1142,
|
585 |
+
"ir|": 467,
|
586 |
+
"is": 670,
|
587 |
+
"israeli|": 676,
|
588 |
+
"is|": 175,
|
589 |
+
"it|": 602,
|
590 |
+
"i|": 44,
|
591 |
+
"j": 11,
|
592 |
+
"ja": 773,
|
593 |
+
"japan": 827,
|
594 |
+
"japanair|": 830,
|
595 |
+
"jat|": 994,
|
596 |
+
"jda|": 1231,
|
597 |
+
"jet": 342,
|
598 |
+
"jetco": 622,
|
599 |
+
"jetcom|": 627,
|
600 |
+
"jetset|": 409,
|
601 |
+
"jet|": 590,
|
602 |
+
"jon|": 854,
|
603 |
+
"jour|": 295,
|
604 |
+
"jo|": 1230,
|
605 |
+
"ju": 418,
|
606 |
+
"juliet": 455,
|
607 |
+
"juliett|": 456,
|
608 |
+
"just|": 825,
|
609 |
+
"k": 12,
|
610 |
+
"ka": 951,
|
611 |
+
"kair|": 774,
|
612 |
+
"kamas|": 986,
|
613 |
+
"kan|": 935,
|
614 |
+
"kar": 496,
|
615 |
+
"karls": 504,
|
616 |
+
"karlsruhe|": 506,
|
617 |
+
"kay|": 1087,
|
618 |
+
"ke": 424,
|
619 |
+
"keep|": 1009,
|
620 |
+
"kee|": 928,
|
621 |
+
"kel": 618,
|
622 |
+
"kemp": 782,
|
623 |
+
"kempten|": 788,
|
624 |
+
"ke|": 276,
|
625 |
+
"kfur": 549,
|
626 |
+
"ki": 307,
|
627 |
+
"kil": 349,
|
628 |
+
"kill|": 943,
|
629 |
+
"kilo|": 367,
|
630 |
+
"kin": 726,
|
631 |
+
"kines|": 732,
|
632 |
+
"king|": 995,
|
633 |
+
"kl": 308,
|
634 |
+
"klm|": 309,
|
635 |
+
"kno": 1232,
|
636 |
+
"knots|": 1355,
|
637 |
+
"know|": 1049,
|
638 |
+
"ks|": 952,
|
639 |
+
"ky|": 1086,
|
640 |
+
"k|": 29,
|
641 |
+
"l": 13,
|
642 |
+
"la": 374,
|
643 |
+
"lan": 431,
|
644 |
+
"lands|": 434,
|
645 |
+
"last|": 1107,
|
646 |
+
"later|": 981,
|
647 |
+
"lauda|": 652,
|
648 |
+
"la|": 686,
|
649 |
+
"ld|": 842,
|
650 |
+
"le": 157,
|
651 |
+
"lea": 235,
|
652 |
+
"least|": 814,
|
653 |
+
"leave|": 1303,
|
654 |
+
"left|": 243,
|
655 |
+
"lei": 776,
|
656 |
+
"leisure|": 787,
|
657 |
+
"less|": 941,
|
658 |
+
"les|": 897,
|
659 |
+
"leve": 90,
|
660 |
+
"level|": 91,
|
661 |
+
"lev|": 1292,
|
662 |
+
"le|": 775,
|
663 |
+
"lf|": 348,
|
664 |
+
"li": 64,
|
665 |
+
"lia|": 143,
|
666 |
+
"liber": 1266,
|
667 |
+
"liberty|": 1363,
|
668 |
+
"lier|": 1265,
|
669 |
+
"liet": 451,
|
670 |
+
"light|": 96,
|
671 |
+
"like": 859,
|
672 |
+
"likewise|": 867,
|
673 |
+
"lim": 114,
|
674 |
+
"lima|": 479,
|
675 |
+
"line|": 738,
|
676 |
+
"ling|": 533,
|
677 |
+
"lin|": 450,
|
678 |
+
"litt": 1267,
|
679 |
+
"little|": 1364,
|
680 |
+
"ll": 165,
|
681 |
+
"llation|": 716,
|
682 |
+
"lli": 550,
|
683 |
+
"lli|": 646,
|
684 |
+
"llo": 185,
|
685 |
+
"llow|": 1298,
|
686 |
+
"lloyd|": 188,
|
687 |
+
"lly|": 1294,
|
688 |
+
"ll|": 379,
|
689 |
+
"lo": 1143,
|
690 |
+
"lon": 971,
|
691 |
+
"london|": 988,
|
692 |
+
"loo": 1144,
|
693 |
+
"looking|": 1344,
|
694 |
+
"low": 809,
|
695 |
+
"lower|": 828,
|
696 |
+
"lp|": 1234,
|
697 |
+
"ls": 497,
|
698 |
+
"lsa|": 649,
|
699 |
+
"ls|": 891,
|
700 |
+
"lt": 176,
|
701 |
+
"lta|": 191,
|
702 |
+
"ltu|": 480,
|
703 |
+
"lu": 109,
|
704 |
+
"luf": 115,
|
705 |
+
"lufthansa|": 117,
|
706 |
+
"luftha|": 1171,
|
707 |
+
"luha|": 1281,
|
708 |
+
"luxeui": 723,
|
709 |
+
"luxeuil|": 724,
|
710 |
+
"lux|": 847,
|
711 |
+
"lu|": 996,
|
712 |
+
"ly": 1233,
|
713 |
+
"lyon|": 1356,
|
714 |
+
"ly|": 312,
|
715 |
+
"l|": 40,
|
716 |
+
"m": 14,
|
717 |
+
"ma": 98,
|
718 |
+
"mach|": 691,
|
719 |
+
"mainta": 208,
|
720 |
+
"maintaining|": 1301,
|
721 |
+
"maintain|": 209,
|
722 |
+
"make|": 873,
|
723 |
+
"mala": 572,
|
724 |
+
"malaysian|": 581,
|
725 |
+
"malta|": 372,
|
726 |
+
"mal|": 131,
|
727 |
+
"man": 997,
|
728 |
+
"man|": 473,
|
729 |
+
"mars": 573,
|
730 |
+
"marseille|": 582,
|
731 |
+
"mas|": 975,
|
732 |
+
"mation|": 1279,
|
733 |
+
"may|": 1058,
|
734 |
+
"ma|": 762,
|
735 |
+
"mb": 280,
|
736 |
+
"mber|": 335,
|
737 |
+
"me": 403,
|
738 |
+
"med|": 663,
|
739 |
+
"men": 1050,
|
740 |
+
"mer": 356,
|
741 |
+
"merair|": 391,
|
742 |
+
"meridi": 815,
|
743 |
+
"meridiana|": 821,
|
744 |
+
"me|": 421,
|
745 |
+
"mi": 152,
|
746 |
+
"midl": 645,
|
747 |
+
"midland|": 648,
|
748 |
+
"mike|": 291,
|
749 |
+
"mil": 190,
|
750 |
+
"milano|": 481,
|
751 |
+
"milan|": 211,
|
752 |
+
"miles|": 915,
|
753 |
+
"mili": 1100,
|
754 |
+
"min": 1235,
|
755 |
+
"minimum|": 1357,
|
756 |
+
"minu": 440,
|
757 |
+
"minutes|": 706,
|
758 |
+
"minute|": 555,
|
759 |
+
"miss": 1288,
|
760 |
+
"missi": 958,
|
761 |
+
"mission|": 965,
|
762 |
+
"mista": 1174,
|
763 |
+
"mistake|": 1202,
|
764 |
+
"mit|": 1061,
|
765 |
+
"mon": 1020,
|
766 |
+
"monarch|": 1038,
|
767 |
+
"mor": 149,
|
768 |
+
"more|": 461,
|
769 |
+
"morgen|": 1287,
|
770 |
+
"morning|": 162,
|
771 |
+
"morn|": 1286,
|
772 |
+
"morok|": 514,
|
773 |
+
"mp": 443,
|
774 |
+
"mpont|": 730,
|
775 |
+
"mputer|": 1180,
|
776 |
+
"mroc": 708,
|
777 |
+
"mrock|": 711,
|
778 |
+
"ms|": 1145,
|
779 |
+
"mu": 801,
|
780 |
+
"much|": 820,
|
781 |
+
"mun": 1088,
|
782 |
+
"munchen|": 1342,
|
783 |
+
"munich|": 1341,
|
784 |
+
"my|": 1019,
|
785 |
+
"m|": 46,
|
786 |
+
"n": 15,
|
787 |
+
"na": 384,
|
788 |
+
"nato|": 698,
|
789 |
+
"natt": 527,
|
790 |
+
"nattenheim|": 530,
|
791 |
+
"navi": 265,
|
792 |
+
"navig": 268,
|
793 |
+
"navigati": 1304,
|
794 |
+
"navigation|": 270,
|
795 |
+
"navigatio|": 1368,
|
796 |
+
"na|": 972,
|
797 |
+
"nch|": 520,
|
798 |
+
"nd": 284,
|
799 |
+
"nd|": 702,
|
800 |
+
"ne": 319,
|
801 |
+
"neck": 1310,
|
802 |
+
"neckar|": 1369,
|
803 |
+
"ned|": 687,
|
804 |
+
"need|": 1237,
|
805 |
+
"nega": 766,
|
806 |
+
"negative|": 769,
|
807 |
+
"negra|": 1064,
|
808 |
+
"nelli|": 647,
|
809 |
+
"nether": 432,
|
810 |
+
"netherlands|": 435,
|
811 |
+
"new|": 900,
|
812 |
+
"ne|": 381,
|
813 |
+
"ng|": 531,
|
814 |
+
"ni": 855,
|
815 |
+
"nial|": 1336,
|
816 |
+
"nia|": 392,
|
817 |
+
"nice|": 983,
|
818 |
+
"nin": 86,
|
819 |
+
"nine|": 92,
|
820 |
+
"ning|": 160,
|
821 |
+
"nin|": 1236,
|
822 |
+
"ni|": 1146,
|
823 |
+
"nk|": 856,
|
824 |
+
"no": 196,
|
825 |
+
"non|": 688,
|
826 |
+
"noon|": 205,
|
827 |
+
"nor": 907,
|
828 |
+
"normal|": 1186,
|
829 |
+
"north|": 1068,
|
830 |
+
"norven": 1187,
|
831 |
+
"norvenich|": 1205,
|
832 |
+
"not|": 979,
|
833 |
+
"nove": 363,
|
834 |
+
"november|": 364,
|
835 |
+
"now|": 244,
|
836 |
+
"no|": 411,
|
837 |
+
"nti": 112,
|
838 |
+
"ntifi": 119,
|
839 |
+
"nt|": 763,
|
840 |
+
"nu": 735,
|
841 |
+
"number|": 740,
|
842 |
+
"n|": 43,
|
843 |
+
"o": 16,
|
844 |
+
"ob": 1238,
|
845 |
+
"occ": 1051,
|
846 |
+
"occupied|": 1074,
|
847 |
+
"odin": 1148,
|
848 |
+
"odina|": 1199,
|
849 |
+
"of|": 301,
|
850 |
+
"oir|": 468,
|
851 |
+
"ok|": 380,
|
852 |
+
"ol": 603,
|
853 |
+
"olben|": 930,
|
854 |
+
"olymp": 682,
|
855 |
+
"olympic|": 685,
|
856 |
+
"on": 53,
|
857 |
+
"one|": 59,
|
858 |
+
"ongi": 939,
|
859 |
+
"ons|": 1255,
|
860 |
+
"ont|": 727,
|
861 |
+
"onur|": 755,
|
862 |
+
"on|": 140,
|
863 |
+
"oo": 94,
|
864 |
+
"ook|": 895,
|
865 |
+
"oon|": 204,
|
866 |
+
"op": 921,
|
867 |
+
"opa|": 498,
|
868 |
+
"opposite|": 948,
|
869 |
+
"op|": 659,
|
870 |
+
"or": 106,
|
871 |
+
"orgia|": 747,
|
872 |
+
"orno|": 940,
|
873 |
+
"ors|": 913,
|
874 |
+
"or|": 195,
|
875 |
+
"osc": 366,
|
876 |
+
"oscar|": 370,
|
877 |
+
"os|": 720,
|
878 |
+
"other|": 1149,
|
879 |
+
"ot|": 998,
|
880 |
+
"ou": 61,
|
881 |
+
"ould|": 846,
|
882 |
+
"our": 302,
|
883 |
+
"our|": 65,
|
884 |
+
"ous": 386,
|
885 |
+
"ously|": 1314,
|
886 |
+
"ous|": 1263,
|
887 |
+
"outh|": 1094,
|
888 |
+
"out|": 1264,
|
889 |
+
"ou|": 193,
|
890 |
+
"ov": 1147,
|
891 |
+
"over|": 1198,
|
892 |
+
"ovi": 521,
|
893 |
+
"ow": 259,
|
894 |
+
"own|": 264,
|
895 |
+
"ow|": 1089,
|
896 |
+
"o|": 38,
|
897 |
+
"p": 17,
|
898 |
+
"pa": 192,
|
899 |
+
"pace|": 1300,
|
900 |
+
"pan": 823,
|
901 |
+
"papa|": 408,
|
902 |
+
"paration|": 749,
|
903 |
+
"paris|": 927,
|
904 |
+
"pass": 414,
|
905 |
+
"passeiry|": 502,
|
906 |
+
"passing|": 656,
|
907 |
+
"pa|": 322,
|
908 |
+
"pe": 476,
|
909 |
+
"per": 953,
|
910 |
+
"peration|": 1188,
|
911 |
+
"permit|": 1069,
|
912 |
+
"per|": 619,
|
913 |
+
"pi": 973,
|
914 |
+
"pick|": 1338,
|
915 |
+
"pied|": 1034,
|
916 |
+
"pin|": 635,
|
917 |
+
"pl": 337,
|
918 |
+
"planned|": 696,
|
919 |
+
"plea": 449,
|
920 |
+
"please|": 462,
|
921 |
+
"ple|": 376,
|
922 |
+
"po": 491,
|
923 |
+
"point|": 794,
|
924 |
+
"pon|": 1239,
|
925 |
+
"por": 281,
|
926 |
+
"portu": 641,
|
927 |
+
"portugali": 796,
|
928 |
+
"portugalia|": 797,
|
929 |
+
"portugal|": 817,
|
930 |
+
"posi": 614,
|
931 |
+
"posite|": 945,
|
932 |
+
"position|": 675,
|
933 |
+
"possi": 1113,
|
934 |
+
"possible|": 1194,
|
935 |
+
"pre": 231,
|
936 |
+
"present|": 518,
|
937 |
+
"prex|": 258,
|
938 |
+
"pro": 999,
|
939 |
+
"proble": 1189,
|
940 |
+
"problem|": 1348,
|
941 |
+
"proc": 229,
|
942 |
+
"proceed|": 230,
|
943 |
+
"psa|": 709,
|
944 |
+
"pt|": 721,
|
945 |
+
"p|": 45,
|
946 |
+
"q": 18,
|
947 |
+
"qu": 216,
|
948 |
+
"quen": 509,
|
949 |
+
"qui": 1302,
|
950 |
+
"q|": 32,
|
951 |
+
"r": 19,
|
952 |
+
"ra": 84,
|
953 |
+
"rad": 124,
|
954 |
+
"radar|": 125,
|
955 |
+
"radi": 1025,
|
956 |
+
"radio|": 1071,
|
957 |
+
"raeli|": 674,
|
958 |
+
"rals|": 911,
|
959 |
+
"ran": 222,
|
960 |
+
"rance|": 780,
|
961 |
+
"rates|": 778,
|
962 |
+
"rate|": 362,
|
963 |
+
"ration|": 745,
|
964 |
+
"ra|": 313,
|
965 |
+
"rd|": 333,
|
966 |
+
"re": 54,
|
967 |
+
"rea": 463,
|
968 |
+
"reaching|": 918,
|
969 |
+
"reach|": 876,
|
970 |
+
"read": 1055,
|
971 |
+
"reading|": 1256,
|
972 |
+
"ready|": 1075,
|
973 |
+
"read|": 826,
|
974 |
+
"really|": 1163,
|
975 |
+
"reclearance|": 1259,
|
976 |
+
"recleared|": 858,
|
977 |
+
"rection|": 437,
|
978 |
+
"rect|": 168,
|
979 |
+
"redu": 1021,
|
980 |
+
"reduce|": 1039,
|
981 |
+
"red|": 210,
|
982 |
+
"ree|": 56,
|
983 |
+
"reim": 327,
|
984 |
+
"reims|": 328,
|
985 |
+
"rent|": 845,
|
986 |
+
"ren|": 1092,
|
987 |
+
"repor": 320,
|
988 |
+
"report|": 323,
|
989 |
+
"requ": 737,
|
990 |
+
"reque": 741,
|
991 |
+
"request": 849,
|
992 |
+
"requested|": 902,
|
993 |
+
"requesting|": 1120,
|
994 |
+
"request|": 946,
|
995 |
+
"resi": 1002,
|
996 |
+
"resia|": 1014,
|
997 |
+
"ress|": 1257,
|
998 |
+
"rest": 1258,
|
999 |
+
"rested|": 1361,
|
1000 |
+
"restri": 1164,
|
1001 |
+
"restricti": 1346,
|
1002 |
+
"restrictions|": 1372,
|
1003 |
+
"resu": 569,
|
1004 |
+
"resume|": 579,
|
1005 |
+
"rev": 464,
|
1006 |
+
"revoir|": 470,
|
1007 |
+
"re|": 936,
|
1008 |
+
"rhe": 1241,
|
1009 |
+
"rhei": 122,
|
1010 |
+
"rhein|": 123,
|
1011 |
+
"rhei|": 1358,
|
1012 |
+
"ri": 156,
|
1013 |
+
"ria|": 596,
|
1014 |
+
"right|": 234,
|
1015 |
+
"ris|": 926,
|
1016 |
+
"rli": 375,
|
1017 |
+
"rlie|": 401,
|
1018 |
+
"ro": 130,
|
1019 |
+
"roc": 221,
|
1020 |
+
"roger|": 218,
|
1021 |
+
"rola": 729,
|
1022 |
+
"rolampont|": 734,
|
1023 |
+
"rol|": 452,
|
1024 |
+
"rome": 413,
|
1025 |
+
"romeo|": 416,
|
1026 |
+
"rom|": 406,
|
1027 |
+
"ron": 458,
|
1028 |
+
"rou": 393,
|
1029 |
+
"route|": 417,
|
1030 |
+
"routing|": 944,
|
1031 |
+
"roystar|": 1283,
|
1032 |
+
"rs": 565,
|
1033 |
+
"ru": 1240,
|
1034 |
+
"ruh": 499,
|
1035 |
+
"ruhe|": 505,
|
1036 |
+
"rvsm|": 680,
|
1037 |
+
"ry|": 382,
|
1038 |
+
"r|": 37,
|
1039 |
+
"s": 20,
|
1040 |
+
"sa": 163,
|
1041 |
+
"sabena|": 215,
|
1042 |
+
"sadin": 178,
|
1043 |
+
"sai": 1151,
|
1044 |
+
"said|": 1200,
|
1045 |
+
"same|": 1101,
|
1046 |
+
"saron": 484,
|
1047 |
+
"saronno|": 486,
|
1048 |
+
"sata|": 874,
|
1049 |
+
"sau": 534,
|
1050 |
+
"saudia|": 539,
|
1051 |
+
"sau|": 551,
|
1052 |
+
"say|": 606,
|
1053 |
+
"sa|": 110,
|
1054 |
+
"sbuh": 620,
|
1055 |
+
"sbuhl|": 625,
|
1056 |
+
"sc": 137,
|
1057 |
+
"scandin": 574,
|
1058 |
+
"scandinavian|": 583,
|
1059 |
+
"schon": 1285,
|
1060 |
+
"schonen|": 1366,
|
1061 |
+
"scini": 1284,
|
1062 |
+
"se": 532,
|
1063 |
+
"second|": 1183,
|
1064 |
+
"section|": 1030,
|
1065 |
+
"sector|": 795,
|
1066 |
+
"sed|": 689,
|
1067 |
+
"seems|": 1322,
|
1068 |
+
"see|": 1321,
|
1069 |
+
"sent|": 492,
|
1070 |
+
"separation|": 750,
|
1071 |
+
"ser": 1150,
|
1072 |
+
"servus|": 1345,
|
1073 |
+
"set|": 261,
|
1074 |
+
"seven|": 82,
|
1075 |
+
"se|": 212,
|
1076 |
+
"sh": 566,
|
1077 |
+
"sha": 710,
|
1078 |
+
"shamrock|": 712,
|
1079 |
+
"shed|": 1116,
|
1080 |
+
"shor": 631,
|
1081 |
+
"short": 654,
|
1082 |
+
"shortcut|": 819,
|
1083 |
+
"shortly|": 818,
|
1084 |
+
"short|": 1118,
|
1085 |
+
"should|": 1011,
|
1086 |
+
"sh|": 593,
|
1087 |
+
"si": 78,
|
1088 |
+
"sierra|": 318,
|
1089 |
+
"sign|": 860,
|
1090 |
+
"sin": 833,
|
1091 |
+
"since|": 1332,
|
1092 |
+
"singa|": 864,
|
1093 |
+
"sing|": 1000,
|
1094 |
+
"sir|": 1274,
|
1095 |
+
"six|": 80,
|
1096 |
+
"ske": 628,
|
1097 |
+
"sky|": 1090,
|
1098 |
+
"sli": 1242,
|
1099 |
+
"slightly|": 1359,
|
1100 |
+
"sm|": 671,
|
1101 |
+
"so": 584,
|
1102 |
+
"sobelair|": 587,
|
1103 |
+
"soon|": 1243,
|
1104 |
+
"sor": 562,
|
1105 |
+
"sorry|": 563,
|
1106 |
+
"south|": 1153,
|
1107 |
+
"so|": 743,
|
1108 |
+
"sp": 260,
|
1109 |
+
"spar|": 837,
|
1110 |
+
"speed|": 266,
|
1111 |
+
"squ": 247,
|
1112 |
+
"squaw": 248,
|
1113 |
+
"squawking|": 1103,
|
1114 |
+
"squawk|": 249,
|
1115 |
+
"sre": 604,
|
1116 |
+
"ss": 277,
|
1117 |
+
"ssi": 892,
|
1118 |
+
"ss|": 167,
|
1119 |
+
"st": 469,
|
1120 |
+
"sta": 441,
|
1121 |
+
"stan": 594,
|
1122 |
+
"stand": 624,
|
1123 |
+
"standard|": 1329,
|
1124 |
+
"standby|": 638,
|
1125 |
+
"stand|": 1327,
|
1126 |
+
"star|": 662,
|
1127 |
+
"state|": 1010,
|
1128 |
+
"station|": 668,
|
1129 |
+
"stay|": 1112,
|
1130 |
+
"sta|": 717,
|
1131 |
+
"ste": 672,
|
1132 |
+
"steel|": 1067,
|
1133 |
+
"still|": 843,
|
1134 |
+
"stop|": 767,
|
1135 |
+
"stri": 1152,
|
1136 |
+
"st|": 198,
|
1137 |
+
"su": 560,
|
1138 |
+
"sugge": 1324,
|
1139 |
+
"suggest|": 1370,
|
1140 |
+
"sunw": 477,
|
1141 |
+
"sunwing|": 482,
|
1142 |
+
"sure|": 753,
|
1143 |
+
"swi": 239,
|
1144 |
+
"swiss|": 240,
|
1145 |
+
"switch|": 1175,
|
1146 |
+
"s|": 34,
|
1147 |
+
"t": 21,
|
1148 |
+
"ta": 74,
|
1149 |
+
"tag|": 227,
|
1150 |
+
"tai": 1270,
|
1151 |
+
"talia|": 144,
|
1152 |
+
"tam|": 792,
|
1153 |
+
"tan": 226,
|
1154 |
+
"tango|": 303,
|
1155 |
+
"tannia|": 395,
|
1156 |
+
"tan|": 1271,
|
1157 |
+
"tarom|": 428,
|
1158 |
+
"ta|": 834,
|
1159 |
+
"tch|": 1154,
|
1160 |
+
"te": 166,
|
1161 |
+
"ted|": 609,
|
1162 |
+
"teen|": 898,
|
1163 |
+
"tely|": 1062,
|
1164 |
+
"tel|": 298,
|
1165 |
+
"ten": 1245,
|
1166 |
+
"ten|": 267,
|
1167 |
+
"ter": 199,
|
1168 |
+
"ter|": 430,
|
1169 |
+
"testar|": 1295,
|
1170 |
+
"tes|": 567,
|
1171 |
+
"te|": 237,
|
1172 |
+
"th": 55,
|
1173 |
+
"than": 111,
|
1174 |
+
"thanks|": 976,
|
1175 |
+
"thank|": 508,
|
1176 |
+
"thansa|": 116,
|
1177 |
+
"than|": 1260,
|
1178 |
+
"that|": 494,
|
1179 |
+
"tha|": 1165,
|
1180 |
+
"then|": 714,
|
1181 |
+
"ther": 422,
|
1182 |
+
"there": 909,
|
1183 |
+
"thereafter|": 919,
|
1184 |
+
"there|": 1110,
|
1185 |
+
"ther|": 361,
|
1186 |
+
"the|": 394,
|
1187 |
+
"thin": 1022,
|
1188 |
+
"think|": 1040,
|
1189 |
+
"thin|": 1261,
|
1190 |
+
"thir": 1167,
|
1191 |
+
"thirty|": 1347,
|
1192 |
+
"this|": 894,
|
1193 |
+
"thous": 387,
|
1194 |
+
"thousand|": 389,
|
1195 |
+
"three|": 57,
|
1196 |
+
"throu": 1262,
|
1197 |
+
"through|": 1362,
|
1198 |
+
"thr|": 1166,
|
1199 |
+
"th|": 405,
|
1200 |
+
"ti": 95,
|
1201 |
+
"till|": 824,
|
1202 |
+
"til|": 660,
|
1203 |
+
"time|": 756,
|
1204 |
+
"ting|": 937,
|
1205 |
+
"tion|": 183,
|
1206 |
+
"tish|": 1098,
|
1207 |
+
"tive|": 764,
|
1208 |
+
"tly|": 1155,
|
1209 |
+
"to": 954,
|
1210 |
+
"today|": 1070,
|
1211 |
+
"too|": 1122,
|
1212 |
+
"top|": 883,
|
1213 |
+
"tor": 664,
|
1214 |
+
"torino|": 669,
|
1215 |
+
"tour": 974,
|
1216 |
+
"tour|": 636,
|
1217 |
+
"to|": 99,
|
1218 |
+
"tra": 148,
|
1219 |
+
"traffi": 446,
|
1220 |
+
"traffic|": 448,
|
1221 |
+
"tran": 325,
|
1222 |
+
"trans": 355,
|
1223 |
+
"transwed": 359,
|
1224 |
+
"transwede|": 360,
|
1225 |
+
"trans|": 695,
|
1226 |
+
"trasadin": 179,
|
1227 |
+
"trasadingen|": 180,
|
1228 |
+
"trasa|": 914,
|
1229 |
+
"tri": 340,
|
1230 |
+
"trian|": 759,
|
1231 |
+
"triple|": 377,
|
1232 |
+
"tro": 425,
|
1233 |
+
"try|": 1246,
|
1234 |
+
"tsc": 246,
|
1235 |
+
"tschuss|": 253,
|
1236 |
+
"tschu|": 848,
|
1237 |
+
"ts|": 1244,
|
1238 |
+
"tt": 513,
|
1239 |
+
"tu": 459,
|
1240 |
+
"tun": 857,
|
1241 |
+
"tunis|": 866,
|
1242 |
+
"tun|": 623,
|
1243 |
+
"tur": 161,
|
1244 |
+
"tura|": 978,
|
1245 |
+
"turkair|": 779,
|
1246 |
+
"turki": 640,
|
1247 |
+
"turkish|": 643,
|
1248 |
+
"turning|": 1293,
|
1249 |
+
"turn|": 172,
|
1250 |
+
"tw": 62,
|
1251 |
+
"twa|": 811,
|
1252 |
+
"twen": 925,
|
1253 |
+
"twenty|": 932,
|
1254 |
+
"two|": 63,
|
1255 |
+
"ty|": 744,
|
1256 |
+
"t|": 35,
|
1257 |
+
"u": 22,
|
1258 |
+
"uda|": 650,
|
1259 |
+
"uh": 404,
|
1260 |
+
"ui": 629,
|
1261 |
+
"ukay|": 1157,
|
1262 |
+
"ulu|": 1052,
|
1263 |
+
"um|": 1247,
|
1264 |
+
"un": 352,
|
1265 |
+
"uni": 607,
|
1266 |
+
"uniform|": 1117,
|
1267 |
+
"united|": 637,
|
1268 |
+
"unti": 525,
|
1269 |
+
"until|": 528,
|
1270 |
+
"unw": 475,
|
1271 |
+
"upied|": 1053,
|
1272 |
+
"upon|": 1248,
|
1273 |
+
"up|": 938,
|
1274 |
+
"ur": 101,
|
1275 |
+
"ure|": 746,
|
1276 |
+
"urg|": 543,
|
1277 |
+
"ur|": 754,
|
1278 |
+
"us": 339,
|
1279 |
+
"us|": 922,
|
1280 |
+
"uter|": 1156,
|
1281 |
+
"ut|": 736,
|
1282 |
+
"u|": 47,
|
1283 |
+
"v": 23,
|
1284 |
+
"val": 1158,
|
1285 |
+
"valda|": 1201,
|
1286 |
+
"va|": 507,
|
1287 |
+
"ve": 344,
|
1288 |
+
"vect": 917,
|
1289 |
+
"vectors|": 920,
|
1290 |
+
"ved|": 1249,
|
1291 |
+
"ven": 1001,
|
1292 |
+
"ver": 802,
|
1293 |
+
"very|": 807,
|
1294 |
+
"ve|": 72,
|
1295 |
+
"vi": 171,
|
1296 |
+
"via|": 612,
|
1297 |
+
"victor|": 692,
|
1298 |
+
"viscini": 1296,
|
1299 |
+
"viscinity|": 1367,
|
1300 |
+
"vised|": 693,
|
1301 |
+
"viva|": 597,
|
1302 |
+
"vi|": 1091,
|
1303 |
+
"vo|": 330,
|
1304 |
+
"vsm|": 673,
|
1305 |
+
"vus|": 1250,
|
1306 |
+
"v|": 52,
|
1307 |
+
"w": 24,
|
1308 |
+
"wal": 483,
|
1309 |
+
"wald|": 488,
|
1310 |
+
"warb": 1252,
|
1311 |
+
"warburg|": 1360,
|
1312 |
+
"wards|": 893,
|
1313 |
+
"was|": 908,
|
1314 |
+
"way|": 500,
|
1315 |
+
"wed": 358,
|
1316 |
+
"wel": 835,
|
1317 |
+
"well|": 850,
|
1318 |
+
"were|": 1160,
|
1319 |
+
"weve": 1159,
|
1320 |
+
"we|": 923,
|
1321 |
+
"wh": 810,
|
1322 |
+
"wha": 595,
|
1323 |
+
"what|": 600,
|
1324 |
+
"whe": 844,
|
1325 |
+
"when|": 888,
|
1326 |
+
"where|": 1331,
|
1327 |
+
"whether|": 1334,
|
1328 |
+
"whi": 610,
|
1329 |
+
"which|": 1119,
|
1330 |
+
"whiske": 632,
|
1331 |
+
"whiskey|": 633,
|
1332 |
+
"whitestar|": 1328,
|
1333 |
+
"who|": 887,
|
1334 |
+
"wi": 184,
|
1335 |
+
"wied": 1102,
|
1336 |
+
"wiederhoren|": 1128,
|
1337 |
+
"willi": 552,
|
1338 |
+
"willisau|": 557,
|
1339 |
+
"will|": 875,
|
1340 |
+
"wind|": 1161,
|
1341 |
+
"wise|": 863,
|
1342 |
+
"within|": 1297,
|
1343 |
+
"with|": 423,
|
1344 |
+
"wor": 1251,
|
1345 |
+
"would|": 1253,
|
1346 |
+
"wron": 955,
|
1347 |
+
"wrong|": 962,
|
1348 |
+
"w|": 51,
|
1349 |
+
"x": 25,
|
1350 |
+
"xeui": 722,
|
1351 |
+
"xra": 956,
|
1352 |
+
"xray|": 963,
|
1353 |
+
"x|": 31,
|
1354 |
+
"y": 26,
|
1355 |
+
"yan": 924,
|
1356 |
+
"yankee|": 931,
|
1357 |
+
"yd|": 187,
|
1358 |
+
"yea": 588,
|
1359 |
+
"yeah|": 589,
|
1360 |
+
"yes|": 777,
|
1361 |
+
"yhow|": 1162,
|
1362 |
+
"ymp": 681,
|
1363 |
+
"your|": 255,
|
1364 |
+
"you|": 194,
|
1365 |
+
"ypt|": 803,
|
1366 |
+
"ysi": 568,
|
1367 |
+
"ysian|": 578,
|
1368 |
+
"ystar|": 1254,
|
1369 |
+
"y|": 42,
|
1370 |
+
"z": 27,
|
1371 |
+
"zero|": 70,
|
1372 |
+
"zulu|": 1054,
|
1373 |
+
"zur": 150,
|
1374 |
+
"zurich|": 151,
|
1375 |
+
"z|": 48,
|
1376 |
+
"|": 1374
|
1377 |
+
}
|