G2PDecoder.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbf1767747fdc188222d467a45b04608b396c76c71db3abb18a5fb3680ef9827
3
+ size 243
G2PDecoder.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:607e960f19b4d9a30317a5a11869fcce84b300a909fcab2cc756c0d98e2dacd9
3
+ size 545
G2PDecoder.mlmodelc/metadata.json ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "metadataOutputVersion" : "3.0",
4
+ "storagePrecision" : "Float16",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float16",
10
+ "formattedType" : "MultiArray (Float16)",
11
+ "shortDescription" : "",
12
+ "shape" : "[]",
13
+ "name" : "logits",
14
+ "type" : "MultiArray"
15
+ }
16
+ ],
17
+ "modelParameters" : [
18
+
19
+ ],
20
+ "specificationVersion" : 7,
21
+ "mlProgramOperationTypeHistogram" : {
22
+ "Ios16.gelu" : 1,
23
+ "Ios16.add" : 5,
24
+ "Ios16.mul" : 2,
25
+ "Ios16.gather" : 2,
26
+ "Ios16.linear" : 11,
27
+ "Ios16.softmax" : 2,
28
+ "Ios16.matmul" : 4,
29
+ "Ios16.layerNorm" : 4,
30
+ "Ios16.cast" : 2
31
+ },
32
+ "computePrecision" : "Mixed (Float16, Int32)",
33
+ "isUpdatable" : "0",
34
+ "stateSchema" : [
35
+
36
+ ],
37
+ "availability" : {
38
+ "macOS" : "13.0",
39
+ "tvOS" : "16.0",
40
+ "visionOS" : "1.0",
41
+ "watchOS" : "9.0",
42
+ "iOS" : "16.0",
43
+ "macCatalyst" : "16.0"
44
+ },
45
+ "modelType" : {
46
+ "name" : "MLModelType_mlProgram"
47
+ },
48
+ "userDefinedMetadata" : {
49
+ "com.github.apple.coremltools.conversion_date" : "2026-03-06",
50
+ "com.github.apple.coremltools.source" : "torch==2.7.1",
51
+ "com.github.apple.coremltools.version" : "9.0",
52
+ "com.github.apple.coremltools.source_dialect" : "TorchScript"
53
+ },
54
+ "inputSchema" : [
55
+ {
56
+ "dataType" : "Int32",
57
+ "hasShapeFlexibility" : "1",
58
+ "isOptional" : "0",
59
+ "shapeFlexibility" : "1 × 1...64",
60
+ "shapeRange" : "[[1, 1], [1, 64]]",
61
+ "formattedType" : "MultiArray (Int32 1 × 1)",
62
+ "type" : "MultiArray",
63
+ "shape" : "[1, 1]",
64
+ "name" : "decoder_input_ids",
65
+ "shortDescription" : ""
66
+ },
67
+ {
68
+ "dataType" : "Float32",
69
+ "hasShapeFlexibility" : "1",
70
+ "isOptional" : "0",
71
+ "shapeFlexibility" : "1 × 1...64 × 128",
72
+ "shapeRange" : "[[1, 1], [1, 64], [128, 128]]",
73
+ "formattedType" : "MultiArray (Float32 1 × 1 × 128)",
74
+ "type" : "MultiArray",
75
+ "shape" : "[1, 1, 128]",
76
+ "name" : "encoder_hidden_states",
77
+ "shortDescription" : ""
78
+ },
79
+ {
80
+ "dataType" : "Int32",
81
+ "hasShapeFlexibility" : "1",
82
+ "isOptional" : "0",
83
+ "shapeFlexibility" : "1 × 1...64",
84
+ "shapeRange" : "[[1, 1], [1, 64]]",
85
+ "formattedType" : "MultiArray (Int32 1 × 1)",
86
+ "type" : "MultiArray",
87
+ "shape" : "[1, 1]",
88
+ "name" : "position_ids",
89
+ "shortDescription" : ""
90
+ },
91
+ {
92
+ "dataType" : "Float32",
93
+ "hasShapeFlexibility" : "1",
94
+ "isOptional" : "0",
95
+ "shapeFlexibility" : "1 × 1...64 × 1...64",
96
+ "shapeRange" : "[[1, 1], [1, 64], [1, 64]]",
97
+ "formattedType" : "MultiArray (Float32 1 × 1 × 1)",
98
+ "type" : "MultiArray",
99
+ "shape" : "[1, 1, 1]",
100
+ "name" : "causal_mask",
101
+ "shortDescription" : ""
102
+ }
103
+ ],
104
+ "generatedClassName" : "G2PDecoder",
105
+ "method" : "predict"
106
+ }
107
+ ]
G2PDecoder.mlmodelc/model.mil ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ program(1.0)
2
+ [buildInfo = dict<tensor<string, []>, tensor<string, []>>({{"coremlc-component-MIL", "3510.2.1"}, {"coremlc-version", "3500.32.1"}, {"coremltools-component-torch", "2.7.1"}, {"coremltools-source-dialect", "TorchScript"}, {"coremltools-version", "9.0"}})]
3
+ {
4
+ func main<ios16>(tensor<fp32, [1, ?, ?]> causal_mask, tensor<int32, [1, ?]> decoder_input_ids, tensor<fp32, [1, ?, 128]> encoder_hidden_states, tensor<int32, [1, ?]> position_ids) [FlexibleShapeInformation = tuple<tuple<tensor<string, []>, dict<tensor<string, []>, tensor<int32, [?]>>>, tuple<tensor<string, []>, dict<tensor<string, []>, list<tensor<int32, [2]>, ?>>>>((("DefaultShapes", {{"causal_mask", [1, 1, 1]}, {"decoder_input_ids", [1, 1]}, {"encoder_hidden_states", [1, 1, 128]}, {"position_ids", [1, 1]}}), ("RangeDims", {{"causal_mask", [[1, 1], [1, 64], [1, 64]]}, {"decoder_input_ids", [[1, 1], [1, 64]]}, {"encoder_hidden_states", [[1, 1], [1, 64], [128, 128]]}, {"position_ids", [[1, 1], [1, 64]]}})))] {
5
+ tensor<int32, []> var_27_axis_0 = const()[name = tensor<string, []>("op_27_axis_0"), val = tensor<int32, []>(0)];
6
+ tensor<int32, []> var_27_batch_dims_0 = const()[name = tensor<string, []>("op_27_batch_dims_0"), val = tensor<int32, []>(0)];
7
+ tensor<fp16, [63, 128]> embed_tokens_weight_to_fp16 = const()[name = tensor<string, []>("embed_tokens_weight_to_fp16"), val = tensor<fp16, [63, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(64)))];
8
+ tensor<fp16, [1, ?, 128]> var_27_cast_fp16 = gather(axis = var_27_axis_0, batch_dims = var_27_batch_dims_0, indices = decoder_input_ids, x = embed_tokens_weight_to_fp16)[name = tensor<string, []>("op_27_cast_fp16")];
9
+ tensor<int32, []> var_33_axis_0 = const()[name = tensor<string, []>("op_33_axis_0"), val = tensor<int32, []>(0)];
10
+ tensor<int32, []> var_33_batch_dims_0 = const()[name = tensor<string, []>("op_33_batch_dims_0"), val = tensor<int32, []>(0)];
11
+ tensor<fp16, [66, 128]> embed_positions_weight_to_fp16 = const()[name = tensor<string, []>("embed_positions_weight_to_fp16"), val = tensor<fp16, [66, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(16256)))];
12
+ tensor<fp16, [1, ?, 128]> var_33_cast_fp16 = gather(axis = var_33_axis_0, batch_dims = var_33_batch_dims_0, indices = position_ids, x = embed_positions_weight_to_fp16)[name = tensor<string, []>("op_33_cast_fp16")];
13
+ tensor<fp16, [1, ?, 128]> input_1_cast_fp16 = add(x = var_27_cast_fp16, y = var_33_cast_fp16)[name = tensor<string, []>("input_1_cast_fp16")];
14
+ tensor<int32, [1]> input_3_axes_0 = const()[name = tensor<string, []>("input_3_axes_0"), val = tensor<int32, [1]>([-1])];
15
+ tensor<fp16, [128]> layernorm_embedding_weight_to_fp16 = const()[name = tensor<string, []>("layernorm_embedding_weight_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(33216)))];
16
+ tensor<fp16, [128]> layernorm_embedding_bias_to_fp16 = const()[name = tensor<string, []>("layernorm_embedding_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(33536)))];
17
+ tensor<fp16, []> var_37_to_fp16 = const()[name = tensor<string, []>("op_37_to_fp16"), val = tensor<fp16, []>(0x1.5p-17)];
18
+ tensor<fp16, [1, ?, 128]> input_3_cast_fp16 = layer_norm(axes = input_3_axes_0, beta = layernorm_embedding_bias_to_fp16, epsilon = var_37_to_fp16, gamma = layernorm_embedding_weight_to_fp16, x = input_1_cast_fp16)[name = tensor<string, []>("input_3_cast_fp16")];
19
+ tensor<fp16, [128, 128]> self_attn_q_weight_to_fp16 = const()[name = tensor<string, []>("self_attn_q_weight_to_fp16"), val = tensor<fp16, [128, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(33856)))];
20
+ tensor<fp16, [128]> self_attn_q_bias_to_fp16 = const()[name = tensor<string, []>("self_attn_q_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(66688)))];
21
+ tensor<fp16, [1, ?, 128]> linear_0_cast_fp16 = linear(bias = self_attn_q_bias_to_fp16, weight = self_attn_q_weight_to_fp16, x = input_3_cast_fp16)[name = tensor<string, []>("linear_0_cast_fp16")];
22
+ tensor<fp16, [128, 128]> self_attn_k_weight_to_fp16 = const()[name = tensor<string, []>("self_attn_k_weight_to_fp16"), val = tensor<fp16, [128, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(67008)))];
23
+ tensor<fp16, [128]> self_attn_k_bias_to_fp16 = const()[name = tensor<string, []>("self_attn_k_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(99840)))];
24
+ tensor<fp16, [1, ?, 128]> linear_1_cast_fp16 = linear(bias = self_attn_k_bias_to_fp16, weight = self_attn_k_weight_to_fp16, x = input_3_cast_fp16)[name = tensor<string, []>("linear_1_cast_fp16")];
25
+ tensor<fp16, [128, 128]> self_attn_v_weight_to_fp16 = const()[name = tensor<string, []>("self_attn_v_weight_to_fp16"), val = tensor<fp16, [128, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(100160)))];
26
+ tensor<fp16, [128]> self_attn_v_bias_to_fp16 = const()[name = tensor<string, []>("self_attn_v_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(132992)))];
27
+ tensor<fp16, [1, ?, 128]> linear_2_cast_fp16 = linear(bias = self_attn_v_bias_to_fp16, weight = self_attn_v_weight_to_fp16, x = input_3_cast_fp16)[name = tensor<string, []>("linear_2_cast_fp16")];
28
+ tensor<bool, []> var_55_transpose_x_1 = const()[name = tensor<string, []>("op_55_transpose_x_1"), val = tensor<bool, []>(false)];
29
+ tensor<bool, []> var_55_transpose_y_1 = const()[name = tensor<string, []>("op_55_transpose_y_1"), val = tensor<bool, []>(true)];
30
+ tensor<fp16, [1, ?, ?]> var_55_cast_fp16 = matmul(transpose_x = var_55_transpose_x_1, transpose_y = var_55_transpose_y_1, x = linear_0_cast_fp16, y = linear_1_cast_fp16)[name = tensor<string, []>("op_55_cast_fp16")];
31
+ tensor<fp16, []> var_56_to_fp16 = const()[name = tensor<string, []>("op_56_to_fp16"), val = tensor<fp16, []>(0x1.6ap-4)];
32
+ tensor<fp16, [1, ?, ?]> attn_weights_1_cast_fp16 = mul(x = var_55_cast_fp16, y = var_56_to_fp16)[name = tensor<string, []>("attn_weights_1_cast_fp16")];
33
+ tensor<string, []> causal_mask_to_fp16_dtype_0 = const()[name = tensor<string, []>("causal_mask_to_fp16_dtype_0"), val = tensor<string, []>("fp16")];
34
+ tensor<fp16, [1, ?, ?]> causal_mask_to_fp16 = cast(dtype = causal_mask_to_fp16_dtype_0, x = causal_mask)[name = tensor<string, []>("cast_4")];
35
+ tensor<fp16, [1, ?, ?]> attn_weights_3_cast_fp16 = add(x = attn_weights_1_cast_fp16, y = causal_mask_to_fp16)[name = tensor<string, []>("attn_weights_3_cast_fp16")];
36
+ tensor<int32, []> var_60 = const()[name = tensor<string, []>("op_60"), val = tensor<int32, []>(-1)];
37
+ tensor<fp16, [1, ?, ?]> attn_weights_5_cast_fp16 = softmax(axis = var_60, x = attn_weights_3_cast_fp16)[name = tensor<string, []>("attn_weights_5_cast_fp16")];
38
+ tensor<bool, []> input_5_transpose_x_0 = const()[name = tensor<string, []>("input_5_transpose_x_0"), val = tensor<bool, []>(false)];
39
+ tensor<bool, []> input_5_transpose_y_0 = const()[name = tensor<string, []>("input_5_transpose_y_0"), val = tensor<bool, []>(false)];
40
+ tensor<fp16, [1, ?, 128]> input_5_cast_fp16 = matmul(transpose_x = input_5_transpose_x_0, transpose_y = input_5_transpose_y_0, x = attn_weights_5_cast_fp16, y = linear_2_cast_fp16)[name = tensor<string, []>("input_5_cast_fp16")];
41
+ tensor<fp16, [128, 128]> self_attn_out_weight_to_fp16 = const()[name = tensor<string, []>("self_attn_out_weight_to_fp16"), val = tensor<fp16, [128, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(133312)))];
42
+ tensor<fp16, [128]> self_attn_out_bias_to_fp16 = const()[name = tensor<string, []>("self_attn_out_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(166144)))];
43
+ tensor<fp16, [1, ?, 128]> linear_3_cast_fp16 = linear(bias = self_attn_out_bias_to_fp16, weight = self_attn_out_weight_to_fp16, x = input_5_cast_fp16)[name = tensor<string, []>("linear_3_cast_fp16")];
44
+ tensor<fp16, [1, ?, 128]> input_7_cast_fp16 = add(x = input_3_cast_fp16, y = linear_3_cast_fp16)[name = tensor<string, []>("input_7_cast_fp16")];
45
+ tensor<int32, [1]> input_9_axes_0 = const()[name = tensor<string, []>("input_9_axes_0"), val = tensor<int32, [1]>([-1])];
46
+ tensor<fp16, [128]> self_attn_norm_weight_to_fp16 = const()[name = tensor<string, []>("self_attn_norm_weight_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(166464)))];
47
+ tensor<fp16, [128]> self_attn_norm_bias_to_fp16 = const()[name = tensor<string, []>("self_attn_norm_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(166784)))];
48
+ tensor<fp16, []> var_70_to_fp16 = const()[name = tensor<string, []>("op_70_to_fp16"), val = tensor<fp16, []>(0x1.5p-17)];
49
+ tensor<fp16, [1, ?, 128]> input_9_cast_fp16 = layer_norm(axes = input_9_axes_0, beta = self_attn_norm_bias_to_fp16, epsilon = var_70_to_fp16, gamma = self_attn_norm_weight_to_fp16, x = input_7_cast_fp16)[name = tensor<string, []>("input_9_cast_fp16")];
50
+ tensor<fp16, [128, 128]> cross_attn_q_weight_to_fp16 = const()[name = tensor<string, []>("cross_attn_q_weight_to_fp16"), val = tensor<fp16, [128, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(167104)))];
51
+ tensor<fp16, [128]> cross_attn_q_bias_to_fp16 = const()[name = tensor<string, []>("cross_attn_q_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(199936)))];
52
+ tensor<fp16, [1, ?, 128]> linear_4_cast_fp16 = linear(bias = cross_attn_q_bias_to_fp16, weight = cross_attn_q_weight_to_fp16, x = input_9_cast_fp16)[name = tensor<string, []>("linear_4_cast_fp16")];
53
+ tensor<string, []> encoder_hidden_states_to_fp16_dtype_0 = const()[name = tensor<string, []>("encoder_hidden_states_to_fp16_dtype_0"), val = tensor<string, []>("fp16")];
54
+ tensor<fp16, [128, 128]> cross_attn_k_weight_to_fp16 = const()[name = tensor<string, []>("cross_attn_k_weight_to_fp16"), val = tensor<fp16, [128, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(200256)))];
55
+ tensor<fp16, [128]> cross_attn_k_bias_to_fp16 = const()[name = tensor<string, []>("cross_attn_k_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(233088)))];
56
+ tensor<fp16, [1, ?, 128]> encoder_hidden_states_to_fp16 = cast(dtype = encoder_hidden_states_to_fp16_dtype_0, x = encoder_hidden_states)[name = tensor<string, []>("cast_3")];
57
+ tensor<fp16, [1, ?, 128]> linear_5_cast_fp16 = linear(bias = cross_attn_k_bias_to_fp16, weight = cross_attn_k_weight_to_fp16, x = encoder_hidden_states_to_fp16)[name = tensor<string, []>("linear_5_cast_fp16")];
58
+ tensor<fp16, [128, 128]> cross_attn_v_weight_to_fp16 = const()[name = tensor<string, []>("cross_attn_v_weight_to_fp16"), val = tensor<fp16, [128, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(233408)))];
59
+ tensor<fp16, [128]> cross_attn_v_bias_to_fp16 = const()[name = tensor<string, []>("cross_attn_v_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(266240)))];
60
+ tensor<fp16, [1, ?, 128]> linear_6_cast_fp16 = linear(bias = cross_attn_v_bias_to_fp16, weight = cross_attn_v_weight_to_fp16, x = encoder_hidden_states_to_fp16)[name = tensor<string, []>("linear_6_cast_fp16")];
61
+ tensor<bool, []> var_88_transpose_x_1 = const()[name = tensor<string, []>("op_88_transpose_x_1"), val = tensor<bool, []>(false)];
62
+ tensor<bool, []> var_88_transpose_y_1 = const()[name = tensor<string, []>("op_88_transpose_y_1"), val = tensor<bool, []>(true)];
63
+ tensor<fp16, [1, ?, ?]> var_88_cast_fp16 = matmul(transpose_x = var_88_transpose_x_1, transpose_y = var_88_transpose_y_1, x = linear_4_cast_fp16, y = linear_5_cast_fp16)[name = tensor<string, []>("op_88_cast_fp16")];
64
+ tensor<fp16, []> var_89_to_fp16 = const()[name = tensor<string, []>("op_89_to_fp16"), val = tensor<fp16, []>(0x1.6ap-4)];
65
+ tensor<fp16, [1, ?, ?]> attn_weights_7_cast_fp16 = mul(x = var_88_cast_fp16, y = var_89_to_fp16)[name = tensor<string, []>("attn_weights_7_cast_fp16")];
66
+ tensor<int32, []> var_91 = const()[name = tensor<string, []>("op_91"), val = tensor<int32, []>(-1)];
67
+ tensor<fp16, [1, ?, ?]> attn_weights_cast_fp16 = softmax(axis = var_91, x = attn_weights_7_cast_fp16)[name = tensor<string, []>("attn_weights_cast_fp16")];
68
+ tensor<bool, []> input_11_transpose_x_0 = const()[name = tensor<string, []>("input_11_transpose_x_0"), val = tensor<bool, []>(false)];
69
+ tensor<bool, []> input_11_transpose_y_0 = const()[name = tensor<string, []>("input_11_transpose_y_0"), val = tensor<bool, []>(false)];
70
+ tensor<fp16, [1, ?, 128]> input_11_cast_fp16 = matmul(transpose_x = input_11_transpose_x_0, transpose_y = input_11_transpose_y_0, x = attn_weights_cast_fp16, y = linear_6_cast_fp16)[name = tensor<string, []>("input_11_cast_fp16")];
71
+ tensor<fp16, [128, 128]> cross_attn_out_weight_to_fp16 = const()[name = tensor<string, []>("cross_attn_out_weight_to_fp16"), val = tensor<fp16, [128, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(266560)))];
72
+ tensor<fp16, [128]> cross_attn_out_bias_to_fp16 = const()[name = tensor<string, []>("cross_attn_out_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(299392)))];
73
+ tensor<fp16, [1, ?, 128]> linear_7_cast_fp16 = linear(bias = cross_attn_out_bias_to_fp16, weight = cross_attn_out_weight_to_fp16, x = input_11_cast_fp16)[name = tensor<string, []>("linear_7_cast_fp16")];
74
+ tensor<fp16, [1, ?, 128]> input_13_cast_fp16 = add(x = input_9_cast_fp16, y = linear_7_cast_fp16)[name = tensor<string, []>("input_13_cast_fp16")];
75
+ tensor<int32, [1]> input_15_axes_0 = const()[name = tensor<string, []>("input_15_axes_0"), val = tensor<int32, [1]>([-1])];
76
+ tensor<fp16, [128]> cross_attn_norm_weight_to_fp16 = const()[name = tensor<string, []>("cross_attn_norm_weight_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(299712)))];
77
+ tensor<fp16, [128]> cross_attn_norm_bias_to_fp16 = const()[name = tensor<string, []>("cross_attn_norm_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(300032)))];
78
+ tensor<fp16, []> var_101_to_fp16 = const()[name = tensor<string, []>("op_101_to_fp16"), val = tensor<fp16, []>(0x1.5p-17)];
79
+ tensor<fp16, [1, ?, 128]> input_15_cast_fp16 = layer_norm(axes = input_15_axes_0, beta = cross_attn_norm_bias_to_fp16, epsilon = var_101_to_fp16, gamma = cross_attn_norm_weight_to_fp16, x = input_13_cast_fp16)[name = tensor<string, []>("input_15_cast_fp16")];
80
+ tensor<fp16, [1024, 128]> fc1_weight_to_fp16 = const()[name = tensor<string, []>("fc1_weight_to_fp16"), val = tensor<fp16, [1024, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(300352)))];
81
+ tensor<fp16, [1024]> fc1_bias_to_fp16 = const()[name = tensor<string, []>("fc1_bias_to_fp16"), val = tensor<fp16, [1024]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(562560)))];
82
+ tensor<fp16, [1, ?, 1024]> linear_8_cast_fp16 = linear(bias = fc1_bias_to_fp16, weight = fc1_weight_to_fp16, x = input_15_cast_fp16)[name = tensor<string, []>("linear_8_cast_fp16")];
83
+ tensor<string, []> input_17_mode_0 = const()[name = tensor<string, []>("input_17_mode_0"), val = tensor<string, []>("EXACT")];
84
+ tensor<fp16, [1, ?, 1024]> input_17_cast_fp16 = gelu(mode = input_17_mode_0, x = linear_8_cast_fp16)[name = tensor<string, []>("input_17_cast_fp16")];
85
+ tensor<fp16, [128, 1024]> fc2_weight_to_fp16 = const()[name = tensor<string, []>("fc2_weight_to_fp16"), val = tensor<fp16, [128, 1024]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(564672)))];
86
+ tensor<fp16, [128]> fc2_bias_to_fp16 = const()[name = tensor<string, []>("fc2_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(826880)))];
87
+ tensor<fp16, [1, ?, 128]> linear_9_cast_fp16 = linear(bias = fc2_bias_to_fp16, weight = fc2_weight_to_fp16, x = input_17_cast_fp16)[name = tensor<string, []>("linear_9_cast_fp16")];
88
+ tensor<fp16, [1, ?, 128]> input_19_cast_fp16 = add(x = input_15_cast_fp16, y = linear_9_cast_fp16)[name = tensor<string, []>("input_19_cast_fp16")];
89
+ tensor<int32, [1]> input_axes_0 = const()[name = tensor<string, []>("input_axes_0"), val = tensor<int32, [1]>([-1])];
90
+ tensor<fp16, [128]> final_layer_norm_weight_to_fp16 = const()[name = tensor<string, []>("final_layer_norm_weight_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(827200)))];
91
+ tensor<fp16, [128]> final_layer_norm_bias_to_fp16 = const()[name = tensor<string, []>("final_layer_norm_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(827520)))];
92
+ tensor<fp16, []> var_118_to_fp16 = const()[name = tensor<string, []>("op_118_to_fp16"), val = tensor<fp16, []>(0x1.5p-17)];
93
+ tensor<fp16, [1, ?, 128]> input_cast_fp16 = layer_norm(axes = input_axes_0, beta = final_layer_norm_bias_to_fp16, epsilon = var_118_to_fp16, gamma = final_layer_norm_weight_to_fp16, x = input_19_cast_fp16)[name = tensor<string, []>("input_cast_fp16")];
94
+ tensor<fp16, [63]> linear_10_bias_0_to_fp16 = const()[name = tensor<string, []>("linear_10_bias_0_to_fp16"), val = tensor<fp16, [63]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(827840)))];
95
+ tensor<fp16, [1, ?, 63]> logits = linear(bias = linear_10_bias_0_to_fp16, weight = embed_tokens_weight_to_fp16, x = input_cast_fp16)[name = tensor<string, []>("linear_10_cast_fp16")];
96
+ } -> (logits);
97
+ }
G2PDecoder.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbaeb4e743359f607ab161af0c6d8a817462fdaec622ee788ef8ef952c5f8214
3
+ size 828030
G2PDecoder.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:153360a0a799c3e48b56456324f057557b69dedf183ae3d137b45c95df5b15b2
3
+ size 17997
G2PDecoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbaeb4e743359f607ab161af0c6d8a817462fdaec622ee788ef8ef952c5f8214
3
+ size 828030
G2PDecoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "4AA5D221-1355-4F3F-B188-7F8EF536155C": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Specification",
7
+ "name": "model.mlmodel",
8
+ "path": "com.apple.CoreML/model.mlmodel"
9
+ },
10
+ "5D000863-3BC2-4F18-AC66-6F1DE5E29001": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Weights",
13
+ "name": "weights",
14
+ "path": "com.apple.CoreML/weights"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "4AA5D221-1355-4F3F-B188-7F8EF536155C"
18
+ }
G2PEncoder.mlmodelc/analytics/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf7fbd7e7a65529b2d2bf3941e458a0ab6dff7a298bf48e205a1727c81c26a99
3
+ size 243
G2PEncoder.mlmodelc/coremldata.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f14d46ca9fd06c68b4717294575b2b99449e67d40b7a2c56f926bf05cd90b11
3
+ size 398
G2PEncoder.mlmodelc/metadata.json ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "metadataOutputVersion" : "3.0",
4
+ "storagePrecision" : "Float16",
5
+ "outputSchema" : [
6
+ {
7
+ "hasShapeFlexibility" : "0",
8
+ "isOptional" : "0",
9
+ "dataType" : "Float16",
10
+ "formattedType" : "MultiArray (Float16)",
11
+ "shortDescription" : "",
12
+ "shape" : "[]",
13
+ "name" : "encoder_hidden_states",
14
+ "type" : "MultiArray"
15
+ }
16
+ ],
17
+ "modelParameters" : [
18
+
19
+ ],
20
+ "specificationVersion" : 7,
21
+ "mlProgramOperationTypeHistogram" : {
22
+ "Concat" : 3,
23
+ "Ios16.mul" : 1,
24
+ "Select" : 1,
25
+ "Ios16.layerNorm" : 3,
26
+ "Range1d" : 1,
27
+ "Transpose" : 4,
28
+ "Shape" : 3,
29
+ "Ios16.linear" : 6,
30
+ "Ios16.add" : 4,
31
+ "Ios16.realDiv" : 1,
32
+ "Tile" : 1,
33
+ "Ios16.matmul" : 2,
34
+ "Ios16.softmax" : 1,
35
+ "ExpandDims" : 1,
36
+ "Ios16.gather" : 5,
37
+ "Ios16.gelu" : 1,
38
+ "Ios16.reshape" : 4
39
+ },
40
+ "computePrecision" : "Mixed (Float16, Int32)",
41
+ "isUpdatable" : "0",
42
+ "stateSchema" : [
43
+
44
+ ],
45
+ "availability" : {
46
+ "macOS" : "13.0",
47
+ "tvOS" : "16.0",
48
+ "visionOS" : "1.0",
49
+ "watchOS" : "9.0",
50
+ "iOS" : "16.0",
51
+ "macCatalyst" : "16.0"
52
+ },
53
+ "modelType" : {
54
+ "name" : "MLModelType_mlProgram"
55
+ },
56
+ "userDefinedMetadata" : {
57
+ "com.github.apple.coremltools.conversion_date" : "2026-03-06",
58
+ "com.github.apple.coremltools.source" : "torch==2.7.1",
59
+ "com.github.apple.coremltools.version" : "9.0",
60
+ "com.github.apple.coremltools.source_dialect" : "TorchScript"
61
+ },
62
+ "inputSchema" : [
63
+ {
64
+ "dataType" : "Int32",
65
+ "hasShapeFlexibility" : "1",
66
+ "isOptional" : "0",
67
+ "shapeFlexibility" : "1 × 1...64",
68
+ "shapeRange" : "[[1, 1], [1, 64]]",
69
+ "formattedType" : "MultiArray (Int32 1 × 1)",
70
+ "type" : "MultiArray",
71
+ "shape" : "[1, 1]",
72
+ "name" : "input_ids",
73
+ "shortDescription" : ""
74
+ }
75
+ ],
76
+ "generatedClassName" : "G2PEncoder",
77
+ "method" : "predict"
78
+ }
79
+ ]
G2PEncoder.mlmodelc/model.mil ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ program(1.0)
2
+ [buildInfo = dict<tensor<string, []>, tensor<string, []>>({{"coremlc-component-MIL", "3510.2.1"}, {"coremlc-version", "3500.32.1"}, {"coremltools-component-torch", "2.7.1"}, {"coremltools-source-dialect", "TorchScript"}, {"coremltools-version", "9.0"}})]
3
+ {
4
+ func main<ios16>(tensor<int32, [1, ?]> input_ids) [FlexibleShapeInformation = tuple<tuple<tensor<string, []>, dict<tensor<string, []>, tensor<int32, [?]>>>, tuple<tensor<string, []>, dict<tensor<string, []>, list<tensor<int32, [2]>, ?>>>>((("DefaultShapes", {{"input_ids", [1, 1]}}), ("RangeDims", {{"input_ids", [[1, 1], [1, 64]]}})))] {
5
+ tensor<int32, []> var_7 = const()[name = tensor<string, []>("op_7"), val = tensor<int32, []>(128)];
6
+ tensor<int32, []> var_14 = const()[name = tensor<string, []>("op_14"), val = tensor<int32, []>(0)];
7
+ tensor<int32, []> var_16 = const()[name = tensor<string, []>("op_16"), val = tensor<int32, []>(-1)];
8
+ tensor<int32, []> var_17 = const()[name = tensor<string, []>("op_17"), val = tensor<int32, []>(1)];
9
+ tensor<int32, [2]> var_23_shape = shape(x = input_ids)[name = tensor<string, []>("op_23_shape")];
10
+ tensor<int32, []> gather_0_indices_0 = const()[name = tensor<string, []>("gather_0_indices_0"), val = tensor<int32, []>(1)];
11
+ tensor<int32, []> gather_0_axis_0 = const()[name = tensor<string, []>("gather_0_axis_0"), val = tensor<int32, []>(0)];
12
+ tensor<int32, []> gather_0_batch_dims_0 = const()[name = tensor<string, []>("gather_0_batch_dims_0"), val = tensor<int32, []>(0)];
13
+ tensor<int32, []> gather_0 = gather(axis = gather_0_axis_0, batch_dims = gather_0_batch_dims_0, indices = gather_0_indices_0, x = var_23_shape)[name = tensor<string, []>("gather_0")];
14
+ tensor<int32, []> var_27_axis_0 = const()[name = tensor<string, []>("op_27_axis_0"), val = tensor<int32, []>(0)];
15
+ tensor<int32, []> var_27_batch_dims_0 = const()[name = tensor<string, []>("op_27_batch_dims_0"), val = tensor<int32, []>(0)];
16
+ tensor<fp16, [63, 128]> encoder_embed_tokens_weight_to_fp16 = const()[name = tensor<string, []>("encoder_embed_tokens_weight_to_fp16"), val = tensor<fp16, [63, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(64)))];
17
+ tensor<fp16, [1, ?, 128]> var_27_cast_fp16 = gather(axis = var_27_axis_0, batch_dims = var_27_batch_dims_0, indices = input_ids, x = encoder_embed_tokens_weight_to_fp16)[name = tensor<string, []>("op_27_cast_fp16")];
18
+ tensor<int32, []> const_0 = const()[name = tensor<string, []>("const_0"), val = tensor<int32, []>(1)];
19
+ tensor<int32, [?]> var_37 = range_1d(end = gather_0, start = var_14, step = const_0)[name = tensor<string, []>("op_37")];
20
+ tensor<int32, [2]> concat_1 = const()[name = tensor<string, []>("concat_1"), val = tensor<int32, [2]>([1, -1])];
21
+ tensor<int32, [1]> expand_dims_0_axes_0 = const()[name = tensor<string, []>("expand_dims_0_axes_0"), val = tensor<int32, [1]>([0])];
22
+ tensor<int32, [1, ?]> expand_dims_0 = expand_dims(axes = expand_dims_0_axes_0, x = var_37)[name = tensor<string, []>("expand_dims_0")];
23
+ tensor<int32, [2]> shape_0 = shape(x = expand_dims_0)[name = tensor<string, []>("shape_0")];
24
+ tensor<bool, [2]> equal_0 = const()[name = tensor<string, []>("equal_0"), val = tensor<bool, [2]>([false, true])];
25
+ tensor<int32, [2]> select_0 = select(a = shape_0, b = concat_1, cond = equal_0)[name = tensor<string, []>("select_0")];
26
+ tensor<int32, [2]> real_div_0 = real_div(x = select_0, y = shape_0)[name = tensor<string, []>("real_div_0")];
27
+ tensor<int32, [?, ?]> positions = tile(reps = real_div_0, x = expand_dims_0)[name = tensor<string, []>("positions")];
28
+ tensor<int32, []> var_40 = const()[name = tensor<string, []>("op_40"), val = tensor<int32, []>(2)];
29
+ tensor<int32, [?, ?]> input_3 = add(x = positions, y = var_40)[name = tensor<string, []>("input_3")];
30
+ tensor<int32, []> embed_pos_1_axis_0 = const()[name = tensor<string, []>("embed_pos_1_axis_0"), val = tensor<int32, []>(0)];
31
+ tensor<int32, []> embed_pos_1_batch_dims_0 = const()[name = tensor<string, []>("embed_pos_1_batch_dims_0"), val = tensor<int32, []>(0)];
32
+ tensor<fp16, [66, 128]> encoder_embed_positions_weight_to_fp16 = const()[name = tensor<string, []>("encoder_embed_positions_weight_to_fp16"), val = tensor<fp16, [66, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(16256)))];
33
+ tensor<fp16, [?, ?, 128]> embed_pos_1_cast_fp16 = gather(axis = embed_pos_1_axis_0, batch_dims = embed_pos_1_batch_dims_0, indices = input_3, x = encoder_embed_positions_weight_to_fp16)[name = tensor<string, []>("embed_pos_1_cast_fp16")];
34
+ tensor<fp16, [?, ?, 128]> input_5_cast_fp16 = add(x = var_27_cast_fp16, y = embed_pos_1_cast_fp16)[name = tensor<string, []>("input_5_cast_fp16")];
35
+ tensor<int32, [1]> input_7_axes_0 = const()[name = tensor<string, []>("input_7_axes_0"), val = tensor<int32, [1]>([-1])];
36
+ tensor<fp16, [128]> encoder_layernorm_embedding_weight_to_fp16 = const()[name = tensor<string, []>("encoder_layernorm_embedding_weight_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(33216)))];
37
+ tensor<fp16, [128]> encoder_layernorm_embedding_bias_to_fp16 = const()[name = tensor<string, []>("encoder_layernorm_embedding_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(33536)))];
38
+ tensor<fp16, []> var_8_to_fp16 = const()[name = tensor<string, []>("op_8_to_fp16"), val = tensor<fp16, []>(0x1.5p-17)];
39
+ tensor<fp16, [?, ?, 128]> input_7_cast_fp16 = layer_norm(axes = input_7_axes_0, beta = encoder_layernorm_embedding_bias_to_fp16, epsilon = var_8_to_fp16, gamma = encoder_layernorm_embedding_weight_to_fp16, x = input_5_cast_fp16)[name = tensor<string, []>("input_7_cast_fp16")];
40
+ tensor<int32, [3]> var_59_shape_cast_fp16 = shape(x = input_7_cast_fp16)[name = tensor<string, []>("op_59_shape_cast_fp16")];
41
+ tensor<int32, []> gather_3_indices_0 = const()[name = tensor<string, []>("gather_3_indices_0"), val = tensor<int32, []>(0)];
42
+ tensor<int32, []> gather_3_axis_0 = const()[name = tensor<string, []>("gather_3_axis_0"), val = tensor<int32, []>(0)];
43
+ tensor<int32, []> gather_3_batch_dims_0 = const()[name = tensor<string, []>("gather_3_batch_dims_0"), val = tensor<int32, []>(0)];
44
+ tensor<int32, []> gather_3 = gather(axis = gather_3_axis_0, batch_dims = gather_3_batch_dims_0, indices = gather_3_indices_0, x = var_59_shape_cast_fp16)[name = tensor<string, []>("gather_3")];
45
+ tensor<int32, []> gather_4_indices_0 = const()[name = tensor<string, []>("gather_4_indices_0"), val = tensor<int32, []>(1)];
46
+ tensor<int32, []> gather_4_axis_0 = const()[name = tensor<string, []>("gather_4_axis_0"), val = tensor<int32, []>(0)];
47
+ tensor<int32, []> gather_4_batch_dims_0 = const()[name = tensor<string, []>("gather_4_batch_dims_0"), val = tensor<int32, []>(0)];
48
+ tensor<int32, []> gather_4 = gather(axis = gather_4_axis_0, batch_dims = gather_4_batch_dims_0, indices = gather_4_indices_0, x = var_59_shape_cast_fp16)[name = tensor<string, []>("gather_4")];
49
+ tensor<fp16, [128, 128]> encoder_layers_0_self_attn_q_proj_weight_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_self_attn_q_proj_weight_to_fp16"), val = tensor<fp16, [128, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(33856)))];
50
+ tensor<fp16, [128]> encoder_layers_0_self_attn_q_proj_bias_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_self_attn_q_proj_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(66688)))];
51
+ tensor<fp16, [?, ?, 128]> linear_0_cast_fp16 = linear(bias = encoder_layers_0_self_attn_q_proj_bias_to_fp16, weight = encoder_layers_0_self_attn_q_proj_weight_to_fp16, x = input_7_cast_fp16)[name = tensor<string, []>("linear_0_cast_fp16")];
52
+ tensor<fp16, [128, 128]> encoder_layers_0_self_attn_k_proj_weight_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_self_attn_k_proj_weight_to_fp16"), val = tensor<fp16, [128, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(67008)))];
53
+ tensor<fp16, [128]> encoder_layers_0_self_attn_k_proj_bias_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_self_attn_k_proj_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(99840)))];
54
+ tensor<fp16, [?, ?, 128]> linear_1_cast_fp16 = linear(bias = encoder_layers_0_self_attn_k_proj_bias_to_fp16, weight = encoder_layers_0_self_attn_k_proj_weight_to_fp16, x = input_7_cast_fp16)[name = tensor<string, []>("linear_1_cast_fp16")];
55
+ tensor<int32, []> concat_2_axis_0 = const()[name = tensor<string, []>("concat_2_axis_0"), val = tensor<int32, []>(0)];
56
+ tensor<bool, []> concat_2_interleave_0 = const()[name = tensor<string, []>("concat_2_interleave_0"), val = tensor<bool, []>(false)];
57
+ tensor<int32, [4]> concat_2 = concat(axis = concat_2_axis_0, interleave = concat_2_interleave_0, values = (gather_3, var_16, var_17, var_7))[name = tensor<string, []>("concat_2")];
58
+ tensor<fp16, [?, ?, 1, 128]> var_68_cast_fp16 = reshape(shape = concat_2, x = linear_1_cast_fp16)[name = tensor<string, []>("op_68_cast_fp16")];
59
+ tensor<fp16, [128, 128]> encoder_layers_0_self_attn_v_proj_weight_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_self_attn_v_proj_weight_to_fp16"), val = tensor<fp16, [128, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(100160)))];
60
+ tensor<fp16, [128]> encoder_layers_0_self_attn_v_proj_bias_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_self_attn_v_proj_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(132992)))];
61
+ tensor<fp16, [?, ?, 128]> linear_2_cast_fp16 = linear(bias = encoder_layers_0_self_attn_v_proj_bias_to_fp16, weight = encoder_layers_0_self_attn_v_proj_weight_to_fp16, x = input_7_cast_fp16)[name = tensor<string, []>("linear_2_cast_fp16")];
62
+ tensor<fp16, [?, ?, 1, 128]> var_75_cast_fp16 = reshape(shape = concat_2, x = linear_2_cast_fp16)[name = tensor<string, []>("op_75_cast_fp16")];
63
+ tensor<int32, [4]> var_76_perm_0 = const()[name = tensor<string, []>("op_76_perm_0"), val = tensor<int32, [4]>([0, 2, 1, 3])];
64
+ tensor<int32, []> concat_4_axis_0 = const()[name = tensor<string, []>("concat_4_axis_0"), val = tensor<int32, []>(0)];
65
+ tensor<bool, []> concat_4_interleave_0 = const()[name = tensor<string, []>("concat_4_interleave_0"), val = tensor<bool, []>(false)];
66
+ tensor<int32, [4]> concat_4 = concat(axis = concat_4_axis_0, interleave = concat_4_interleave_0, values = (gather_3, gather_4, var_17, var_7))[name = tensor<string, []>("concat_4")];
67
+ tensor<fp16, [?, ?, 1, 128]> var_79_cast_fp16 = reshape(shape = concat_4, x = linear_0_cast_fp16)[name = tensor<string, []>("op_79_cast_fp16")];
68
+ tensor<fp16, []> mul_0_y_0_to_fp16 = const()[name = tensor<string, []>("mul_0_y_0_to_fp16"), val = tensor<fp16, []>(0x1.6ap-4)];
69
+ tensor<fp16, [?, ?, 1, 128]> mul_0_cast_fp16 = mul(x = var_79_cast_fp16, y = mul_0_y_0_to_fp16)[name = tensor<string, []>("mul_0_cast_fp16")];
70
+ tensor<bool, []> matmul_0_transpose_y_0 = const()[name = tensor<string, []>("matmul_0_transpose_y_0"), val = tensor<bool, []>(true)];
71
+ tensor<bool, []> matmul_0_transpose_x_0 = const()[name = tensor<string, []>("matmul_0_transpose_x_0"), val = tensor<bool, []>(false)];
72
+ tensor<int32, [4]> transpose_4_perm_0 = const()[name = tensor<string, []>("transpose_4_perm_0"), val = tensor<int32, [4]>([0, 2, -3, -1])];
73
+ tensor<int32, [4]> transpose_5_perm_0 = const()[name = tensor<string, []>("transpose_5_perm_0"), val = tensor<int32, [4]>([0, 2, -3, -1])];
74
+ tensor<fp16, [?, 1, ?, 128]> transpose_5 = transpose(perm = transpose_5_perm_0, x = var_68_cast_fp16)[name = tensor<string, []>("transpose_7")];
75
+ tensor<fp16, [?, 1, ?, 128]> transpose_4 = transpose(perm = transpose_4_perm_0, x = mul_0_cast_fp16)[name = tensor<string, []>("transpose_8")];
76
+ tensor<fp16, [?, 1, ?, ?]> matmul_0_cast_fp16 = matmul(transpose_x = matmul_0_transpose_x_0, transpose_y = matmul_0_transpose_y_0, x = transpose_4, y = transpose_5)[name = tensor<string, []>("matmul_0_cast_fp16")];
77
+ tensor<int32, []> softmax_0_axis_0 = const()[name = tensor<string, []>("softmax_0_axis_0"), val = tensor<int32, []>(-1)];
78
+ tensor<fp16, [?, 1, ?, ?]> softmax_0_cast_fp16 = softmax(axis = softmax_0_axis_0, x = matmul_0_cast_fp16)[name = tensor<string, []>("softmax_0_cast_fp16")];
79
+ tensor<bool, []> attn_output_1_transpose_x_0 = const()[name = tensor<string, []>("attn_output_1_transpose_x_0"), val = tensor<bool, []>(false)];
80
+ tensor<bool, []> attn_output_1_transpose_y_0 = const()[name = tensor<string, []>("attn_output_1_transpose_y_0"), val = tensor<bool, []>(false)];
81
+ tensor<fp16, [?, 1, ?, 128]> var_76_cast_fp16 = transpose(perm = var_76_perm_0, x = var_75_cast_fp16)[name = tensor<string, []>("transpose_9")];
82
+ tensor<fp16, [?, 1, ?, 128]> attn_output_1_cast_fp16 = matmul(transpose_x = attn_output_1_transpose_x_0, transpose_y = attn_output_1_transpose_y_0, x = softmax_0_cast_fp16, y = var_76_cast_fp16)[name = tensor<string, []>("attn_output_1_cast_fp16")];
83
+ tensor<int32, [4]> attn_output_perm_0 = const()[name = tensor<string, []>("attn_output_perm_0"), val = tensor<int32, [4]>([0, 2, 1, 3])];
84
+ tensor<int32, []> concat_5_axis_0 = const()[name = tensor<string, []>("concat_5_axis_0"), val = tensor<int32, []>(0)];
85
+ tensor<bool, []> concat_5_interleave_0 = const()[name = tensor<string, []>("concat_5_interleave_0"), val = tensor<bool, []>(false)];
86
+ tensor<int32, [3]> concat_5 = concat(axis = concat_5_axis_0, interleave = concat_5_interleave_0, values = (gather_3, gather_4, var_7))[name = tensor<string, []>("concat_5")];
87
+ tensor<fp16, [?, ?, 1, 128]> attn_output_cast_fp16 = transpose(perm = attn_output_perm_0, x = attn_output_1_cast_fp16)[name = tensor<string, []>("transpose_6")];
88
+ tensor<fp16, [?, ?, 128]> input_9_cast_fp16 = reshape(shape = concat_5, x = attn_output_cast_fp16)[name = tensor<string, []>("input_9_cast_fp16")];
89
+ tensor<fp16, [128, 128]> encoder_layers_0_self_attn_out_proj_weight_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_self_attn_out_proj_weight_to_fp16"), val = tensor<fp16, [128, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(133312)))];
90
+ tensor<fp16, [128]> encoder_layers_0_self_attn_out_proj_bias_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_self_attn_out_proj_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(166144)))];
91
+ tensor<fp16, [?, ?, 128]> linear_3_cast_fp16 = linear(bias = encoder_layers_0_self_attn_out_proj_bias_to_fp16, weight = encoder_layers_0_self_attn_out_proj_weight_to_fp16, x = input_9_cast_fp16)[name = tensor<string, []>("linear_3_cast_fp16")];
92
+ tensor<fp16, [?, ?, 128]> input_13_cast_fp16 = add(x = input_7_cast_fp16, y = linear_3_cast_fp16)[name = tensor<string, []>("input_13_cast_fp16")];
93
+ tensor<int32, [1]> input_15_axes_0 = const()[name = tensor<string, []>("input_15_axes_0"), val = tensor<int32, [1]>([-1])];
94
+ tensor<fp16, [128]> encoder_layers_0_self_attn_layer_norm_weight_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_self_attn_layer_norm_weight_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(166464)))];
95
+ tensor<fp16, [128]> encoder_layers_0_self_attn_layer_norm_bias_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_self_attn_layer_norm_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(166784)))];
96
+ tensor<fp16, [?, ?, 128]> input_15_cast_fp16 = layer_norm(axes = input_15_axes_0, beta = encoder_layers_0_self_attn_layer_norm_bias_to_fp16, epsilon = var_8_to_fp16, gamma = encoder_layers_0_self_attn_layer_norm_weight_to_fp16, x = input_13_cast_fp16)[name = tensor<string, []>("input_15_cast_fp16")];
97
+ tensor<fp16, [1024, 128]> encoder_layers_0_fc1_weight_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_fc1_weight_to_fp16"), val = tensor<fp16, [1024, 128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(167104)))];
98
+ tensor<fp16, [1024]> encoder_layers_0_fc1_bias_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_fc1_bias_to_fp16"), val = tensor<fp16, [1024]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(429312)))];
99
+ tensor<fp16, [?, ?, 1024]> linear_4_cast_fp16 = linear(bias = encoder_layers_0_fc1_bias_to_fp16, weight = encoder_layers_0_fc1_weight_to_fp16, x = input_15_cast_fp16)[name = tensor<string, []>("linear_4_cast_fp16")];
100
+ tensor<string, []> input_19_mode_0 = const()[name = tensor<string, []>("input_19_mode_0"), val = tensor<string, []>("EXACT")];
101
+ tensor<fp16, [?, ?, 1024]> input_19_cast_fp16 = gelu(mode = input_19_mode_0, x = linear_4_cast_fp16)[name = tensor<string, []>("input_19_cast_fp16")];
102
+ tensor<fp16, [128, 1024]> encoder_layers_0_fc2_weight_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_fc2_weight_to_fp16"), val = tensor<fp16, [128, 1024]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(431424)))];
103
+ tensor<fp16, [128]> encoder_layers_0_fc2_bias_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_fc2_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(693632)))];
104
+ tensor<fp16, [?, ?, 128]> linear_5_cast_fp16 = linear(bias = encoder_layers_0_fc2_bias_to_fp16, weight = encoder_layers_0_fc2_weight_to_fp16, x = input_19_cast_fp16)[name = tensor<string, []>("linear_5_cast_fp16")];
105
+ tensor<fp16, [?, ?, 128]> input_cast_fp16 = add(x = input_15_cast_fp16, y = linear_5_cast_fp16)[name = tensor<string, []>("input_cast_fp16")];
106
+ tensor<int32, [1]> var_108_axes_0 = const()[name = tensor<string, []>("op_108_axes_0"), val = tensor<int32, [1]>([-1])];
107
+ tensor<fp16, [128]> encoder_layers_0_final_layer_norm_weight_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_final_layer_norm_weight_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(693952)))];
108
+ tensor<fp16, [128]> encoder_layers_0_final_layer_norm_bias_to_fp16 = const()[name = tensor<string, []>("encoder_layers_0_final_layer_norm_bias_to_fp16"), val = tensor<fp16, [128]>(BLOBFILE(path = tensor<string, []>("@model_path/weights/weight.bin"), offset = tensor<uint64, []>(694272)))];
109
+ tensor<fp16, [?, ?, 128]> encoder_hidden_states = layer_norm(axes = var_108_axes_0, beta = encoder_layers_0_final_layer_norm_bias_to_fp16, epsilon = var_8_to_fp16, gamma = encoder_layers_0_final_layer_norm_weight_to_fp16, x = input_cast_fp16)[name = tensor<string, []>("op_108_cast_fp16")];
110
+ } -> (encoder_hidden_states);
111
+ }
G2PEncoder.mlmodelc/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6926bcd2827d21fec82839487b987e06f85fd8a6a5bb896bc4f6062461d014ec
3
+ size 694592
G2PEncoder.mlpackage/Data/com.apple.CoreML/model.mlmodel ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f51555b74730f0446406a50e3ee87dc4e2f0d759d2f095662880ac520a752fec
3
+ size 20323
G2PEncoder.mlpackage/Data/com.apple.CoreML/weights/weight.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6926bcd2827d21fec82839487b987e06f85fd8a6a5bb896bc4f6062461d014ec
3
+ size 694592
G2PEncoder.mlpackage/Manifest.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormatVersion": "1.0.0",
3
+ "itemInfoEntries": {
4
+ "C03F7353-6672-47CD-9842-1F68630789D7": {
5
+ "author": "com.apple.CoreML",
6
+ "description": "CoreML Model Weights",
7
+ "name": "weights",
8
+ "path": "com.apple.CoreML/weights"
9
+ },
10
+ "D40EF921-64C1-4EEC-BF85-D226D10F6B90": {
11
+ "author": "com.apple.CoreML",
12
+ "description": "CoreML Model Specification",
13
+ "name": "model.mlmodel",
14
+ "path": "com.apple.CoreML/model.mlmodel"
15
+ }
16
+ },
17
+ "rootModelIdentifier": "D40EF921-64C1-4EEC-BF85-D226D10F6B90"
18
+ }
us_gold.json CHANGED
@@ -549,8 +549,8 @@
549
  "Apollonian": "ˌæpəlˈOniən",
550
  "Apollonius": "ˌæpəlˈOniəs",
551
  "Apollyon": "əpˈɑliən",
552
- "Appalachia": "ˌæpəlˈAʧiə",
553
- "Appalachian": "ˌæpəlˈAʧiən",
554
  "Appaloosa": "ˌæpəlˈusə",
555
  "Appleton": "ˈæpəltən",
556
  "Appomattox": "ˌæpəmˈæɾəks",
@@ -1888,7 +1888,7 @@
1888
  "Cilicia": "səlˈɪʃə",
1889
  "Cilician": "səlˈɪʃiən",
1890
  "Cimmerian": "səmˈɪɹiən",
1891
- "Cincinnati": "sˌɪntsənˈædi",
1892
  "Cinderella": "sˌɪndəɹˈɛlə",
1893
  "CinemaScope": "sˈɪnəməskˌOp",
1894
  "Cinzano": "ʧɪnzˈɑnO",
@@ -5741,7 +5741,7 @@
5741
  "Mysian": "mˈɪʃiən",
5742
  "Mysore": "mIsˈɔɹ",
5743
  "Mysticeti": "mˌɪstəsˈiɾi",
5744
- "Mzansi": "əmzˈɑntsi",
5745
  "N": "ˈɛn",
5746
  "N'Djamena": "ˌʌnʤɑmˈAnə",
5747
  "N'awlins": "nˈɔlˌɪnz",
@@ -7459,7 +7459,7 @@
7459
  "Saxony": "sˈæksəni",
7460
  "Saxony-Anhalt": "sˌæksəniˈɑnhɑlt",
7461
  "Sayreville": "sˈɛɹvɪl",
7462
- "Scandentia": "skˌændˈɛnʧiə",
7463
  "Scandi": "skˈændi",
7464
  "Scandinavia": "skˌændənˈAviə",
7465
  "Scandinavian": "skˌændənˈAviən",
@@ -8857,7 +8857,7 @@
8857
  "Villafranchian": "vˌɪləfɹˈæŋkiən",
8858
  "Vilnius": "vˈɪlniəs",
8859
  "Vincennes": "vɪnsˈɛnz",
8860
- "Vincentian": "vɪnsˈɛnʧən",
8861
  "Vinci": "vˈɪnʧi",
8862
  "Vineland": "vˈInlənd",
8863
  "Vinland": "vˈɪnlənd",
@@ -9376,7 +9376,7 @@
9376
  "Zumba": "zˈumbə",
9377
  "Zurich": "zˈuɹɪk",
9378
  "Zwickau": "tsvˈɪkˌW",
9379
- "Zwinglian": "tswˈɪŋliən",
9380
  "Zyban": "zˈIbæn",
9381
  "Zyrian": "zˈɪɹiən",
9382
  "a": "A",
@@ -9524,7 +9524,7 @@
9524
  "about-face": "əbˌWtfˈAs",
9525
  "about-turn": "əbˌWttˈɜɹn",
9526
  "above": "əbˈʌv",
9527
- "above-mentioned": "əbˈʌvmˌɛnʧənd",
9528
  "abracadabra": "ˌæbɹəkədˈæbɹə",
9529
  "abrade": "əbɹˈAd",
9530
  "abrader": "əbɹˈAdəɹ",
@@ -9606,8 +9606,8 @@
9606
  "abstemious": "æbstˈimiəs",
9607
  "abstemiously": "æbstˈimiəsli",
9608
  "abstemiousness": "æbstˈimiəsnəs",
9609
- "abstention": "əbstˈɛnʧᵊn",
9610
- "abstentionism": "əbstˈɛnʧənˌɪzəm",
9611
  "abstinence": "ˈæbstənəns",
9612
  "abstinent": "ˈæbstənənt",
9613
  "abstract": {
@@ -10160,7 +10160,7 @@
10160
  "adjuratory": "əʤˈʊɹətˌɔɹi",
10161
  "adjure": "əʤˈʊɹ",
10162
  "adjust": "əʤˈʌst",
10163
- "adjustability": "əʤˌʌstəbˈɪlədi",
10164
  "adjustable": "əʤˈʌstəbᵊl",
10165
  "adjuster": "əʤˈʌstəɹ",
10166
  "adjustment": "əʤˈʌstmᵊnt",
@@ -10490,7 +10490,7 @@
10490
  "afflictive": "əflˈɪktɪv",
10491
  "affluence": "ˈæflˌuəns",
10492
  "affluent": "ˈæflˌuənt",
10493
- "affluential": "ˌæfləwˈɛnʧəl",
10494
  "affluently": "ˈæflˌuəntli",
10495
  "affluenza": "ˌæfluˈɛnzə",
10496
  "afflux": "ˈæflˌʌks",
@@ -10513,7 +10513,7 @@
10513
  "afloat": "əflˈOt",
10514
  "afoot": "əfˈʊt",
10515
  "afore": "əfˈɔɹ",
10516
- "aforementioned": "əfˈɔɹmˌɛnʧənd",
10517
  "aforenamed": "əfˈɔɹnˌAmd",
10518
  "aforesaid": "əfˈɔɹsˌɛd",
10519
  "afoul": "əfˈWl",
@@ -11444,7 +11444,7 @@
11444
  "amenity": "əmˈɛnəɾi",
11445
  "amenorrhea": "Amˌɛnəɹˈiə",
11446
  "ament": "ˈAmˌɛnt",
11447
- "amentia": "Amˈɛnʧiə",
11448
  "amerce": "əmˈɜɹs",
11449
  "amercement": "əmˈɜɹsmᵊnt",
11450
  "americium": "ˌæməɹˈɪsiəm",
@@ -11740,9 +11740,9 @@
11740
  "anchorwoman": "ˈæŋkəɹwˌʊmən",
11741
  "anchovy": "ˈænʧˌOvi",
11742
  "anchusa": "æŋkjˈuzə",
11743
- "ancient": "ˈAnʧənt",
11744
- "anciently": "ˈAnʧəntli",
11745
- "ancientness": "ˈAnʧəntnəs",
11746
  "ancillary": "ˈænsəlˌɛɹi",
11747
  "ancon": "ˈæŋkˌɑn",
11748
  "ancones": "ˌæŋkˈOniz",
@@ -11836,6 +11836,7 @@
11836
  "angiotensin": "ˌænʤiOtˈɛnsən",
11837
  "angle": "ˈæŋɡᵊl",
11838
  "angled": "ˈæŋɡəld",
 
11839
  "angler": "ˈæŋɡləɹ",
11840
  "anglerfish": "ˈæŋɡləɹfˌɪʃ",
11841
  "anglicise": "ˈæŋɡləsˌIz",
@@ -12059,6 +12060,7 @@
12059
  "antennal": "æntˈɛnəl",
12060
  "antennary": "æntˈɛnəɹi",
12061
  "antennule": "æntˈɛnjul",
 
12062
  "antepartum": "ˌæntəpˈɑɹɾəm",
12063
  "antepenultimate": "ˌæntəpənˈʌltəmət",
12064
  "anterior": "æntˈɪɹiəɹ",
@@ -18310,7 +18312,7 @@
18310
  "cadence": "kˈAdᵊns",
18311
  "cadenced": "kˈAdᵊnst",
18312
  "cadency": "kˈAdᵊnsi",
18313
- "cadential": "kˌAdˈɛnʧᵊl",
18314
  "cadenza": "kədˈɛnzə",
18315
  "cadet": "kədˈɛt",
18316
  "cadetship": "kədˈɛtʃˌɪp",
@@ -20899,8 +20901,8 @@
20899
  "circumcise": "sˈɜɹkəmsˌIz",
20900
  "circumcision": "sˌɜɹkəmsˈɪʒən",
20901
  "circumference": "səɹkˈʌmfəɹəns",
20902
- "circumferential": "səɹkˌʌmfəɹˈɛnʧᵊl",
20903
- "circumferentially": "səɹkˌʌmfəɹˈɛnʧᵊli",
20904
  "circumflex": "sˈɜɹkəmflˌɛks",
20905
  "circumfluent": "səɹkˈʌmfləwənt",
20906
  "circumfuse": "sˌɜɹkəmfjˈuz",
@@ -20922,14 +20924,14 @@
20922
  "circumspectly": "sˈɜɹkəmspˌɛktli",
20923
  "circumstance": "sˈɜɹkəmstˌæns",
20924
  "circumstanced": "sˈɜɹkəmztˌænst",
20925
- "circumstantial": "sˌɜɹkəmstˈænʧᵊl",
20926
- "circumstantiality": "sˌɜɹkəmstˌænʧiˈæləɾi",
20927
- "circumstantially": "sˌɜɹkəmztˈænʧəli",
20928
- "circumstantiate": "sˌɜɹkəmstˈænʧiˌAt",
20929
  "circumterrestrial": "sˌɜɹkəmtəɹˈɛstɹiəl",
20930
  "circumvallate": "sˌɜɹkəmvˈælAt",
20931
  "circumvent": "sˌɜɹkəmvˈɛnt",
20932
- "circumvention": "sˌɜɹkəmvˈɛnʧᵊn",
20933
  "circumvolution": "sˌɜɹkəmvəlˈuʃən",
20934
  "circumvolve": "sˌɜɹkəmvˈɔlv",
20935
  "circus": "sˈɜɹkəs",
@@ -21763,7 +21765,7 @@
21763
  "coercively": "kOˈɜɹsɪvli",
21764
  "coerciveness": "kOˈɜɹsəvnəs",
21765
  "coercivity": "kˌOəɹsˈɪvəɾi",
21766
- "coessential": "kˌOəsˈɛnʧᵊl",
21767
  "coetaneous": "kˌOətˈAniəs",
21768
  "coeternal": "kˌOətˈɜɹnᵊl",
21769
  "coeternally": "kˌOətˈɜɹnᵊli",
@@ -22445,9 +22447,9 @@
22445
  "compensatory": "kəmpˈɛnsətˌɔɹi",
22446
  "comper": "kˈɑmpəɹ",
22447
  "compete": "kəmpˈit",
22448
- "competence": "kˈɑmpəɾᵊns",
22449
- "competent": "kˈɑmpəɾᵊnt",
22450
- "competently": "kˈɑmpəɾəntli",
22451
  "competing": "kəmpˈiɾɪŋ",
22452
  "competition": "kˌɑmpətˈɪʃən",
22453
  "competitive": "kəmpˈɛɾəɾɪv",
@@ -22901,9 +22903,9 @@
22901
  "confide": "kənfˈId",
22902
  "confidence": "kˈɑnfədᵊns",
22903
  "confident": "kˈɑnfədᵊnt",
22904
- "confidential": "kˌɑnfədˈɛnʧᵊl",
22905
- "confidentiality": "kˌɑnfədˌɛnʧiˈæləɾi",
22906
- "confidentially": "kˌɑnfədˈɛnʧəli",
22907
  "confidently": "kˈɑnfədəntli",
22908
  "confiding": "kənfˈIdɪŋ",
22909
  "confidingly": "kənfˈIdɪŋli",
@@ -23158,9 +23160,9 @@
23158
  "conscience": "kˈɑnʃəns",
23159
  "conscience-stricken": "kˈɑnʃənsstɹˌɪkən",
23160
  "conscienceless": "kˈɑnʃənsləs",
23161
- "conscientious": "kˌɑnʧiˈɛnʧəs",
23162
- "conscientiously": "kˌɑnʧiˈɛnʧəsli",
23163
- "conscientiousness": "kˌɑnʧiˈɛnʧəsnəs",
23164
  "conscious": "kˈɑnʃəs",
23165
  "consciously": "kˈɑnʃəsli",
23166
  "consciousness": "kˈɑnʃəsnəs",
@@ -23189,13 +23191,13 @@
23189
  "consensually": "kənsˈɛnʃəwəli",
23190
  "consensus": "kənsˈɛnsəs",
23191
  "consent": "kənsˈɛnt",
23192
- "consentient": "kənsˈɛnʧiənt",
23193
  "consenting": "kənsˈɛntɪŋ",
23194
  "consequence": "kˈɑnsəkwəns",
23195
  "consequent": "kˈɑnsəkwənt",
23196
  "consequential": "kˌɑnsəkwˈɛnʃᵊl",
23197
- "consequentialism": "kˌɑnsəkwˈɛnʧəlɪzəm",
23198
- "consequentialist": "kˌɑnsəkwˈɛnʧələst",
23199
  "consequentiality": "kˌɑnsəkwˌɛnʃiˈæləɾi",
23200
  "consequentially": "kˌɑnsəkwˈɛnʃəli",
23201
  "consequently": "kˈɑnsəkwəntli",
@@ -23461,9 +23463,9 @@
23461
  "contentedly": "kəntˈɛntədli",
23462
  "contentedness": "kəntˈɛntədnəs",
23463
  "contenting": "kəntˈɛntɪŋ",
23464
- "contention": "kəntˈɛnʧən",
23465
- "contentious": "kəntˈɛnʧəs",
23466
- "contentiously": "kəntˈɛnʧəsli",
23467
  "contentiousness": "kəntˈɛnʃəsnəs",
23468
  "contentment": "kəntˈɛntmənt",
23469
  "contents": {
@@ -23615,7 +23617,7 @@
23615
  "contrasuggestible": "kˌɑntɹəsəɡʤˈɛstəbᵊl",
23616
  "contravene": "kˌɑntɹəvˈin",
23617
  "contravener": "kˌɑntɹəvˈinəɹ",
23618
- "contravention": "kˌɑntɹəvˈɛnʧᵊn",
23619
  "contre-jour": "kˌɔntɹəʒˈʊɹ",
23620
  "contrecoup": "kˈɑntɹəkˌu",
23621
  "contredanse": "kˈɑntɹədˌæns",
@@ -23642,9 +23644,9 @@
23642
  "controllership": "kəntɹˈOləɹʃip",
23643
  "controlling": "kəntɹˈOlɪŋ",
23644
  "contronym": "kˈɑntɹənˌɪm",
23645
- "controversial": "kˌɑntɹəvˈɜɹsiəl",
23646
- "controversialist": "kˌɑntɹəvˈɜɹsiəlɪst",
23647
- "controversially": "kˌɑntɹəvˈɜɹsiəli",
23648
  "controversy": "kˈɑntɹəvˌɜɹsi",
23649
  "controvert": "kˌɑntɹəvˈɜɹt",
23650
  "controvertible": "kˌɑntɹəvˈɜɹɾəbᵊl",
@@ -23680,14 +23682,14 @@
23680
  "conveniently": "kənvˈinjəntli",
23681
  "convent": "kˈɑnvˌɛnt",
23682
  "conventicle": "kənvˈɛntəkᵊl",
23683
- "convention": "kənvˈɛnʧən",
23684
- "conventional": "kənvˈɛnʧᵊnəl",
23685
- "conventionalism": "kənvˈɛnʧᵊnəlˌɪzəm",
23686
- "conventionalist": "kənvˈɛnʧᵊnᵊlɪst",
23687
- "conventionality": "kənvˌɛnʧənˈæləɾi",
23688
- "conventionalize": "kənvˈɛnʧᵊnəlˌIz",
23689
- "conventionally": "kənvˈɛnʧᵊnəli",
23690
- "conventioneer": "kənvˌɛnʧənˈɪɹ",
23691
  "conventual": "kənvˈɛnʧəwəl",
23692
  "converge": "kənvˈɜɹʤ",
23693
  "convergence": "kənvˈɜɹʤᵊns",
@@ -24796,9 +24798,9 @@
24796
  "cred": "kɹˈɛd",
24797
  "credal": "kɹˈidəl",
24798
  "credence": "kɹˈidᵊns",
24799
- "credential": "kɹədˈɛnʧᵊl",
24800
- "credentialed": "kɹədˈɛnʧəld",
24801
- "credentialism": "kɹədˈɛnʧəlˌɪzəm",
24802
  "credenza": "kɹədˈɛnzə",
24803
  "credibility": "kɹˌɛdəbˈɪləɾi",
24804
  "credible": "kɹˈɛdəbəl",
@@ -25022,7 +25024,7 @@
25022
  "crocuses": "kɹˈOkəsᵻz",
25023
  "croft": "kɹˈɔft",
25024
  "crofter": "kɹˈɔftəɹ",
25025
- "croissant": "kɹwˌɑsˈɑnt",
25026
  "crokinole": "kɹˈOkənˌOl",
25027
  "crombec": "kɹˈɑmbˌɛk",
25028
  "cromlech": "kɹˈɑmlˌɛk",
@@ -26665,7 +26667,7 @@
26665
  "dedication": "dˌɛdəkˈAʃən",
26666
  "dedicator": "dˈɛdəkˌAɾəɹ",
26667
  "dedicatory": "dˈɛdəkətˌɔɹi",
26668
- "dedifferentiate": "didˌɪfəɹˈɛnʧiˌAt",
26669
  "deduce": "dᵻdˈus",
26670
  "deducible": "dᵻdˈusəbᵊl",
26671
  "deduct": "dᵻdˈʌkt",
@@ -26774,8 +26776,8 @@
26774
  "defer": "dəfˈɜɹ",
26775
  "deference": "dˈɛfəɹəns",
26776
  "deferent": "dˈɛfəɹənt",
26777
- "deferential": "dˌɛfəɹˈɛnʧᵊl",
26778
- "deferentially": "dˌɛfəɹˈɛnʧəli",
26779
  "deferment": "dəfˈɜɹmᵊnt",
26780
  "deferrable": "dəfˈɜɹəbəl",
26781
  "deferral": "dəfˈɜɹəl",
@@ -27123,7 +27125,7 @@
27123
  "demented": "dəmˈɛntᵻd",
27124
  "dementedly": "dəmˈɛntədli",
27125
  "dementedness": "dəmˈɛntədnəs",
27126
- "dementia": "dəmˈɛnʧiə",
27127
  "demerara": "dˌɛməɹˈɛɹə",
27128
  "demerit": "dəmˈɛɹət",
27129
  "demeritorious": "dimˌɛɹətˈɔɹiəs",
@@ -27342,7 +27344,7 @@
27342
  "dentin": "dˈɛntˌɪn",
27343
  "dentinal": "dɛntˈinᵊl",
27344
  "dentist": "dˈɛntɪst",
27345
- "dentistry": "dˈɛntəstɹi",
27346
  "dentition": "dɛntˈɪʃən",
27347
  "denture": "dˈɛnʧəɹ",
27348
  "denturist": "dˈɛnʧəɹɪst",
@@ -27824,7 +27826,7 @@
27824
  "detector": "dətˈɛktəɹ",
27825
  "detent": "dətˈɛnt",
27826
  "detente": "dAtˈɑnt",
27827
- "detention": "dətˈɛnʧən",
27828
  "deter": "dətˈɜɹ",
27829
  "deterge": "dətˈɜɹʤ",
27830
  "detergent": "dətˈɜɹʤənt",
@@ -28310,14 +28312,14 @@
28310
  "differ": "dˈɪfəɹ",
28311
  "difference": "dˈɪfəɹəns",
28312
  "different": "dˈɪfəɹənt",
28313
- "differentia": "dˌɪfəɹˈɛnʧiə",
28314
- "differentiable": "dˌɪfəɹˈɛnʧəbᵊl",
28315
  "differentiae": "dˌɪfəɹˈɛnʃiˌi",
28316
- "differential": "dˌɪfəɹˈɛnʧᵊl",
28317
- "differentially": "dˌɪfəɹˈɛnʧəli",
28318
- "differentiate": "dˌɪfəɹˈɛnʧiˌAt",
28319
- "differentiation": "dˌɪfəɹˌɛnʧiˈAʃən",
28320
- "differentiator": "dˌɪfəɹˈɛnʧiˌAdəɹ",
28321
  "differently": "dˈɪfəɹəntli",
28322
  "differentness": "dˈɪfəɹəntnəs",
28323
  "differing": "dˈɪfəɹɪŋ",
@@ -31332,8 +31334,8 @@
31332
  "eigenvector": "ˈIɡənvˌɛktəɹ",
31333
  "eight": "ˈAt",
31334
  "eighteen": "ˌAtˈin",
31335
- "eighteenmo": "ˌAttˈinmˌO",
31336
- "eighteenth": "ˌAttˈinθ",
31337
  "eightfold": "ˈAtfˌOld",
31338
  "eighth": "ˈAθ",
31339
  "eighthly": "ˈAθli",
@@ -32795,7 +32797,7 @@
32795
  "equipollency": "ˌɛkwəpˈɑlənsi",
32796
  "equipollent": "ˌikwəpˈɑlənt",
32797
  "equipotent": "ˌikwəpˈOtᵊnt",
32798
- "equipotential": "ˌɛkwəpətˈɛnʧᵊl",
32799
  "equipped": "əkwˈɪpt",
32800
  "equipper": "əkwˈɪpəɹ",
32801
  "equipping": "əkwˈɪpɪŋ",
@@ -33044,13 +33046,13 @@
33044
  },
33045
  "esse": "ˈɛsi",
33046
  "essence": "ˈɛsᵊns",
33047
- "essential": "əsˈɛnʧᵊl",
33048
- "essentialism": "əsˈɛnʧəl��ɪzəm",
33049
- "essentialist": "əsˈɛnʧəlɪst",
33050
- "essentiality": "əsˌɛnʧiˈæləɾi",
33051
- "essentialize": "əsˈɛnʧəlˌIz",
33052
- "essentially": "əsˈɛnʧəli",
33053
- "essentialness": "əsˈɛnʧəlnəs",
33054
  "est": "ˈɛst",
33055
  "establish": "əstˈæblɪʃ",
33056
  "established": "əstˈæblɪʃt",
@@ -33403,8 +33405,8 @@
33403
  "evictor": "əvˈɪktəɹ",
33404
  "evidence": "ˈɛvədᵊns",
33405
  "evident": "ˈɛvədᵊnt",
33406
- "evidential": "ˌɛvədˈɛnʧəl",
33407
- "evidentially": "ˌɛvədˈɛnʧᵊli",
33408
  "evidentiary": "ˌɛvədˈɛnʧəɹi",
33409
  "evidently": "ˈɛvədᵊntli",
33410
  "evil": "ˈivᵊl",
@@ -33741,10 +33743,10 @@
33741
  "exist": "ɪɡzˈɪst",
33742
  "existence": "ɪɡzˈɪstᵊns",
33743
  "existent": "ɪɡzˈɪstənt",
33744
- "existential": "ˌɛɡzəstˈɛnʧəl",
33745
- "existentialism": "ˌɛɡzəstˈɛnʧəlˌɪzəm",
33746
- "existentialist": "ˌɛɡzəstˈɛnʧəlɪst",
33747
- "existentially": "ˌɛɡzəstˈɛnʧəli",
33748
  "existing": "ɪɡzˈɪstɪŋ",
33749
  "exit": "ˈɛɡzət",
33750
  "exited": "ˈɛɡzəɾᵻd",
@@ -33782,7 +33784,7 @@
33782
  "exopodite": "ɛksˈɑpədˌIt",
33783
  "exorbitance": "ɪɡzˈɔɹbəɾəns",
33784
  "exorbitant": "ɪɡzˈɔɹbətᵊnt",
33785
- "exorbitantly": "ɪɡzˈɔɹbəɾəntli",
33786
  "exorcise": "ˈɛksˌɔɹsˌIz",
33787
  "exorcism": "ˈɛksˌɔɹsˌɪzəm",
33788
  "exorcist": "ˈɛksˌɔɹsˌɪst",
@@ -33880,8 +33882,8 @@
33880
  "experience": "ɪkspˈɪɹiəns",
33881
  "experienceable": "ɪkspˈɪɹiənsəbəl",
33882
  "experienced": "ɪkspˈɪɹiənst",
33883
- "experiential": "ɪkspˌɪɹiˈɛnʧᵊl",
33884
- "experientially": "ɛkspˌɪɹiˈɛnʧəli",
33885
  "experiment": "ɪkspˈɛɹəmənt",
33886
  "experimental": "ɪkspˌɛɹəmˈɛntᵊl",
33887
  "experimentalism": "ɪkspˌɛɹəmˈɛntᵊlˌɪzəm",
@@ -33968,10 +33970,10 @@
33968
  "explosiveness": "ɪksplˈOsəvnəs",
33969
  "expo": "ˈɛkspˌO",
33970
  "exponent": "ˈɛkspOnənt",
33971
- "exponential": "ˌɛkspənˈɛnʧᵊl",
33972
- "exponentially": "ˌɛkspənˈɛnʧəli",
33973
  "exponentiate": "ˌɛkspənˈɛnʃiˌAt",
33974
- "exponentiation": "ˌɛkspənˌɛnʧiˈAʃən",
33975
  "export": "ˈɛkspˌɔɹt",
33976
  "exportability": "ɪkspˌɔɹɾəbˈɪləɾi",
33977
  "exportable": "ɪkspˈɔɹɾəbəl",
@@ -35358,7 +35360,7 @@
35358
  "finally": "fˈInᵊli",
35359
  "finance": "fˈInˌæns",
35360
  "financial": "fənˈænʃᵊl",
35361
- "financialization": "fənˌænʧələzˈAʃən",
35362
  "financially": "fənˈænʃəli",
35363
  "financier": "fˌɪnənsˈɪɹ",
35364
  "finback": "fˈɪnbæk",
@@ -38215,7 +38217,7 @@
38215
  "genteelly": "ʤɛntˈilli",
38216
  "genteelness": "ʤɛntˈilnɪs",
38217
  "gentes": "ʤˈɛntˌiz",
38218
- "gentian": "ʤˈɛnʧən",
38219
  "gentile": "ʤˈɛntˌIl",
38220
  "gentility": "ʤɛntˈɪləɾi",
38221
  "gentle": "ʤˈɛntəl",
@@ -43841,8 +43843,8 @@
43841
  "immunoassay": "ˌɪmjənOˈæsˌA",
43842
  "immunoblotting": "ˈɪmjənOblˌɑɾɪŋ",
43843
  "immunochemistry": "ˌɪmjənOkˈɛməstɹi",
43844
- "immunocompetence": "ˌɪmjənOkˈɑmpəɾəns",
43845
- "immunocompetent": "ˌɪmjənOkˈɑmpəɾənt",
43846
  "immunocompromised": "ˌɪmjənOkˈɑmpɹəmˌIzd",
43847
  "immunocytochemical": "ˌɪmjənOsˌIɾəkˈɛməkᵊl",
43848
  "immunocytochemistry": "ˌɪmjənOsˌIɾəkˈɛməstɹi",
@@ -44520,9 +44522,9 @@
44520
  "incompatible": "ˌɪnkəmpˈæɾəbᵊl",
44521
  "incompatibly": "ˌɪnkəmpˈæɾəbli",
44522
  "incompetence": "ɪnkˈɑmpətᵊns",
44523
- "incompetency": "ɪnkˈɑmpəɾənsi",
44524
  "incompetent": "ɪnkˈɑmpətᵊnt",
44525
- "incompetently": "ɪnkˈɑmpəɾəntli",
44526
  "incompletable": "ˌɪnkəmplˈiɾəbᵊl",
44527
  "incomplete": "ˌɪnkəmplˈit",
44528
  "incompletely": "ˌɪnkəmplˈitli",
@@ -44551,10 +44553,10 @@
44551
  "inconnu": "ˌɪnkənˈu",
44552
  "inconsequence": "ɪnkˈɑnsəkwˌɛns",
44553
  "inconsequent": "ɪnkˈɑnsəkwˌɛnt",
44554
- "inconsequential": "ˌɪnkˌɑnsəkwˈɛnʧᵊl",
44555
- "inconsequentiality": "ˌɪnkˌɑnsəkwˌɛnʧiˈæləɾi",
44556
- "inconsequentially": "ˌɪnkˌɑnsəkwˈɛnʧəli",
44557
- "inconsequentialness": "ˌɪnkˌɑnsəkwˈɛnʧəlnəs",
44558
  "inconsequently": "ɪnkˈɑnsəkwˌɛntli",
44559
  "inconsiderable": "ˌɪnkənsˈɪdəɹəbəl",
44560
  "inconsiderate": "ˌɪnkənsˈɪdəɹət",
@@ -44745,7 +44747,7 @@
44745
  "indented": "ˌɪndˈɛntᵻd",
44746
  "indenter": "ɪndˈɛntəɹ",
44747
  "indenting": "ˌɪndˈɛntɪŋ",
44748
- "indention": "ˌɪndˈɛnʧᵊn",
44749
  "indentor": "ɪndˈɛntəɹ",
44750
  "indents": {
44751
  "DEFAULT": "ɪndˈɛnts",
@@ -45022,7 +45024,7 @@
45022
  "inescapable": "ˌɪnəskˈApəbᵊl",
45023
  "inescapably": "ˌɪnəskˈApəbli",
45024
  "inescutcheon": "ˌɪnəskˈʌʧᵊn",
45025
- "inessential": "ˌɪnəsˈɛnʧᵊl",
45026
  "inestimable": "ɪnˈɛstəməbᵊl",
45027
  "inestimably": "ɪnˈɛstəməbli",
45028
  "inevitability": "ɪnˌɛvəɾəbˈɪləɾi",
@@ -45112,8 +45114,8 @@
45112
  "infer": "ɪnfˈɜɹ",
45113
  "inferable": "ɪnfˈɜɹəbᵊl",
45114
  "inference": "ˈɪnfəɹəns",
45115
- "inferential": "ˌɪnfəɹˈɛnʧᵊl",
45116
- "inferentially": "ˌɪnfəɹˈɛnʧəli",
45117
  "inferior": "ɪnfˈɪɹiəɹ",
45118
  "inferiority": "ɪnfˌɪɹiˈɔɹəɾi",
45119
  "inferiorly": "ɪnfˈɪɹiəɹli",
@@ -45219,8 +45221,8 @@
45219
  "influenceable": "ˈɪnflʊənsəbəl",
45220
  "influencer": "ˈɪnflʊənsəɹ",
45221
  "influent": "ˈɪnflʊənt",
45222
- "influential": "ˌɪnflˌuˈɛnʧᵊl",
45223
- "influentially": "ˌɪnflˌuˈɛnʧəli",
45224
  "influenza": "ˌɪnflˌuˈɛnzə",
45225
  "influenzal": "ˌɪnflˌuˈɛnzᵊl",
45226
  "influx": "ˈɪnflˌʌks",
@@ -45622,7 +45624,7 @@
45622
  "insensitiveness": "ɪnsˈɛnsəɾɪvnəs",
45623
  "insensitivity": "ˌɪnsˌɛnsətˈɪvəɾi",
45624
  "insentience": "ɪnsˈɛnʃiəns",
45625
- "insentient": "ɪnsˈɛnʃiənt",
45626
  "inseparability": "ˌɪnsˌɛpəɹəbˈɪləɾi",
45627
  "inseparable": "ɪnsˈɛpəɹəbᵊl",
45628
  "inseparably": "ɪnsˈɛpəɹəbli",
@@ -45740,8 +45742,8 @@
45740
  "instantaneously": "ˌɪnstəntˈAniəsli",
45741
  "instantaneousness": "ˌɪnstəntˈAniəsnəs",
45742
  "instanter": "ɪnstˈæntəɹ",
45743
- "instantiate": "ɪnstˈænʧiˌAt",
45744
- "instantiation": "ɪnztˌænʧiˈAʃən",
45745
  "instantly": "ˈɪnstəntli",
45746
  "instar": "ˈɪnstˌɑɹ",
45747
  "instate": "ɪnstˈAt",
@@ -45790,9 +45792,9 @@
45790
  "insubordinate": "ˌɪnsəbˈɔɹdənət",
45791
  "insubordinately": "ˌɪnsəbˈɔɹdnətli",
45792
  "insubordination": "ˌɪnsəbˌɔɹdənˈAʃən",
45793
- "insubstantial": "ˌɪnsəbstˈænʧᵊl",
45794
- "insubstantiality": "ˌɪnsəbstˌænʧiˈæləɾi",
45795
- "insubstantially": "ˌɪnsəbstˈænʧəli",
45796
  "insufferable": "ɪnsˈʌfəɹəbᵊl",
45797
  "insufferableness": "ɪnsˈʌfəɹəbəlnəs",
45798
  "insufferably": "ɪnsˈʌfəɹəbli",
@@ -45924,12 +45926,12 @@
45924
  "intensively": "ɪntˈɛnsəvli",
45925
  "intensiveness": "ɪntˈɛnsɪvnɪs",
45926
  "intent": "ɪntˈɛnt",
45927
- "intention": "ɪntˈɛnʧən",
45928
- "intentional": "ɪntˈɛnʧᵊnəl",
45929
- "intentionalism": "ɪntˈɛnʧənᵊlˌɪzəm",
45930
- "intentionality": "ɪntˌɛnʧənˈæləɾi",
45931
- "intentionally": "ɪntˈɛnʧᵊnəli",
45932
- "intentioned": "ɪntˈɛnʧənd",
45933
  "intently": "ɪntˈɛntli",
45934
  "intentness": "ɪntˈɛntnəs",
45935
  "inter": "ɪntˈɜɹ",
@@ -46064,7 +46066,7 @@
46064
  "interfaith": "ˌɪntəɹfˈAθ",
46065
  "interfere": "ˌɪntəɹfˈɪɹ",
46066
  "interference": "ˌɪntəɹfˈɪɹəns",
46067
- "interferential": "ˌɪntəɹfəɹˈɛnʧəl",
46068
  "interferer": "ˌɪntəɹfˈɪɹəɹ",
46069
  "interfering": "ˌɪntəɹfˈɪɹɪŋ",
46070
  "interferingly": "ˌɪntəɹfˈɪɹɪŋli",
@@ -46266,7 +46268,7 @@
46266
  "interpreted": "ɪntˈɜɹpɹəɾᵻd",
46267
  "interpreter": "ɪntˈɜɹpɹəɾəɹ",
46268
  "interpreting": "ɪntˈɜɹpɹəɾɪŋ",
46269
- "interprovincial": "ˌɪntəɹpɹəvˈɪnʃᵊl",
46270
  "interquartile": "ˌɪntəɹkwˈɔɹtIl",
46271
  "interracial": "ˌɪntəɹɹˈAʃᵊl",
46272
  "interracially": "ˌɪntəɹɹˈAʃəli",
@@ -46349,10 +46351,10 @@
46349
  "intervenient": "ˌɪntəɹvˈiniənt",
46350
  "intervening": "ˌɪntəɹvˈinɪŋ",
46351
  "intervenor": "ˌɪntəɹvˈinəɹ",
46352
- "intervention": "ˌɪntəɹvˈɛnʧᵊn",
46353
- "interventional": "ˌɪntəɹvˈɛnʧənᵊl",
46354
- "interventionism": "ˌɪntəɹvˈɛnʧənˌɪzəm",
46355
- "interventionist": "ˌɪntəɹvˈɛnʧənɪst",
46356
  "intervertebral": "ˌɪntəɹvˈɜɹɾəbɹəl",
46357
  "interview": "ˈɪntəɹvjˌu",
46358
  "interviewee": "ˌɪntəɹvjˌuˈi",
@@ -46849,7 +46851,7 @@
46849
  "irretrievably": "ˌɪɹɹətɹˈivəbli",
46850
  "irreverence": "ˌɪɹɹˈɛvəɹəns",
46851
  "irreverent": "ˌɪɹɹˈɛvəɹənt",
46852
- "irreverential": "ɪɹɹˌɛvəɹˈɛnʧəl",
46853
  "irreverently": "ˌɪɹɹˈɛvəɹəntli",
46854
  "irreversibility": "ˌɪɹɹəvˌɜɹsəbˈɪləɾi",
46855
  "irreversible": "ˌɪɹɹəvˈɜɹsəbᵊl",
@@ -47616,7 +47618,7 @@
47616
  "jurisdictional": "ʤˌʊɹəsdˈɪkʃᵊnəl",
47617
  "jurisprudence": "ʤˌʊɹəspɹˈudᵊns",
47618
  "jurisprudent": "ʤˌʊɹəspɹˈudᵊnt",
47619
- "jurisprudential": "ʤˌʊɹəspɹˌudˈɛnʧəl",
47620
  "jurist": "ʤˈʊɹɪst",
47621
  "juristic": "ʤʊɹˈɪstɪk",
47622
  "juror": "ʤˈʊɹəɹ",
@@ -50940,7 +50942,7 @@
50940
  "maceration": "mˌæsəɹˈAʃən",
50941
  "macerator": "mˈæsəɹˌAɾəɹ",
50942
  "mache": "mˈɑʃ",
50943
- "machete": "məʧˈɛɾi",
50944
  "machicolated": "məʧˈɪkəlˌAɾᵻd",
50945
  "machicolation": "məʧˌɪkəlˈAʃən",
50946
  "machinability": "məʃˌinəbˈɪləɾi",
@@ -52534,8 +52536,8 @@
52534
  "mentee": "mɛntˈi",
52535
  "menthol": "mˈɛnθˌɔl",
52536
  "mentholated": "mˈɛnθəlˌAɾᵻd",
52537
- "mention": "mˈɛnʧᵊn",
52538
- "mentionable": "mˈɛnʧənəbᵊl",
52539
  "mento": "mˈɛntˌO",
52540
  "mentor": "mˈɛntˌɔɹ",
52541
  "mentorship": "mˈɛntəɹʃˌɪp",
@@ -53198,7 +53200,7 @@
53198
  "midpoint": "mˈɪdpˌYnt",
53199
  "midrange": "mˈɪdɹˌAnʤ",
53200
  "midrib": "mˈɪdɹˌɪb",
53201
- "midriff": "mˈɪdɹˌɪft",
53202
  "midseason": "mˈɪdsizən",
53203
  "midsection": "mˈɪdsˌɛkʃən",
53204
  "midsession": "mˈɪdsˌɛʃən",
@@ -54405,7 +54407,7 @@
54405
  "monumentality": "mˌɑnjəmˌɛntˈæləɾi",
54406
  "monumentalize": "mˌɑnjəmˈɛntᵊlˌIz",
54407
  "monumentally": "mˌɑnjəmˈɛntəli",
54408
- "monzonite": "mɑntzˈOnˌIt",
54409
  "moo": "mˈu",
54410
  "moo-cow": "mˈukˌW",
54411
  "mooc": "mˈuk",
@@ -56623,16 +56625,25 @@
56623
  "non-European": "nˌɑnjˌʊɹəpˈiən",
56624
  "non-Newtonian": "nˌɑnnutˈOniən",
56625
  "non-U": "nˌɑnjˈu",
 
 
 
 
56626
  "non-fattening": "nˌɑnfˈæʔnɪŋ",
56627
  "non-fungible": "nˌɑnfˈʌnʤəbᵊl",
56628
  "non-insulin-dependent": "nˌɑnˌɪnsələndəpˈɛndᵊnt",
 
 
 
56629
  "non-job": "nˌɑnʤˈɑb",
56630
  "non-net": "nˌɑnnˈɛt",
56631
  "non-pros": "nɑnpɹˈɑs",
 
56632
  "non-refoulement": "nˌɑnɹəfˌulmˈɑn",
 
56633
  "non-return": "nˌɑnɹətˈɜɹn",
56634
  "non-scene": "nˌɑnsˈin",
56635
- "non-status": "nɑnstˈAɾəs",
56636
  "non-violent": "nɑnvˈIəlᵊnt",
56637
  "nonabrasive": "nˌɑnəbɹˈAsɪv",
56638
  "nonabusive": "nˌɑnəbjˈusɪv",
@@ -56703,13 +56714,13 @@
56703
  "nonconducting": "nˌɑnkəndˈʌktɪŋ",
56704
  "nonconductor": "nˌɑnkəndˈʌktəɹ",
56705
  "nonconference": "nˌɑnkˈɑnfəɹəns",
56706
- "nonconfidential": "nˌɑnkɑnfədˈɛnʧəl",
56707
  "nonconformism": "nˌɑnkənfˈɔɹmˌɪzəm",
56708
  "nonconformist": "nˌɑnkənfˈɔɹmɪst",
56709
  "nonconformity": "nˌɑnkənfˈɔɹməɾi",
56710
  "nonconfrontational": "nˌɑnkɑnfɹəntˈAʃənᵊl",
56711
  "nonconsecutive": "nˌɑnkənsˈɛkjəɾɪv",
56712
- "noncontentious": "nˌɑnkəntˈɛnʧəs",
56713
  "noncontradiction": "nˌɑnkˌɑntɹədˈɪkʃən",
56714
  "noncontributory": "nˌɑnkəntɹˈɪbjətˌɔɹi",
56715
  "noncontroversial": "nˌɑnkˌɑntɹəvˈɜɹʃəl",
@@ -56744,7 +56755,7 @@
56744
  "nonempty": "nɑnˈɛmpti",
56745
  "nonentity": "nɑnˈɛntəɾi",
56746
  "nones": "nˈOnz",
56747
- "nonessential": "nˌɑnəsˈɛnʧᵊl",
56748
  "nonesuch": "nˈʌnsˌʌʧ",
56749
  "nonet": "nOnˈɛt",
56750
  "nonetheless": "nˌʌnðəlˈɛs",
@@ -56786,9 +56797,9 @@
56786
  "noninherent": "nˌɑnənhˈɪɹənt",
56787
  "noninterference": "nˌɑnˌɪntəɹfˈɪɹᵊns",
56788
  "noninterlaced": "nɑnˈɪntəɹlˌAst",
56789
- "nonintervention": "nˌɑnˌɪntəɹvˈɛnʧᵊn",
56790
- "noninterventionism": "nˌɑnˌɪntəɹvˈɛnʧənˌɪzəm",
56791
- "noninterventionist": "nˌɑnˌɪntəɹvˈɛnʧᵊnɪst",
56792
  "noninvasive": "nˌɑnənvˈAsɪv",
56793
  "nonionic": "nˌɑnIˈɑnɪk",
56794
  "nonirritating": "nɑnˈɪɹətˌAɾɪŋ",
@@ -56874,7 +56885,7 @@
56874
  "nonrenewable": "nˌɑnɹɪnˈuəbᵊl",
56875
  "nonrepresentational": "nˌɑnɹˌɛpɹəzˌɛntˈAʃənᵊl",
56876
  "nonresident": "nɑnɹˈɛzədᵊnt",
56877
- "nonresidential": "nˌɑnɹˌɛzədˈɛnʧᵊl",
56878
  "nonresistance": "nˌɑnɹəzˈɪstᵊns",
56879
  "nonresistant": "nˌɑnɹɪzˈɪstənt",
56880
  "nonresponder": "nˌɑnɹəspˈɑndəɹ",
@@ -57273,7 +57284,7 @@
57273
  "nunnery": "nˈʌnəɹi",
57274
  "nunnish": "nˈʌnɪʃ",
57275
  "nup": "nˈʌp",
57276
- "nuptial": "nˈʌpʧᵊl",
57277
  "nurdle": "nˈɜɹdᵊl",
57278
  "nurse": "nˈɜɹs",
57279
  "nurseling": "nˈɜɹslɪŋ",
@@ -57569,7 +57580,7 @@
57569
  "obtainment": "əbtˈAnmənt",
57570
  "obtect": "ɑbtˈɛkt",
57571
  "obtected": "əbtˈɛktᵻd",
57572
- "obtention": "əbtˈɛnʧᵊn",
57573
  "obtrude": "əbtɹˈud",
57574
  "obtruder": "əbtɹˈudəɹ",
57575
  "obtrusion": "əbtɹˈuʒᵊn",
@@ -61446,8 +61457,8 @@
61446
  "penistone": "pˈɛnəstᵊn",
61447
  "penitence": "pˈɛnəɾəns",
61448
  "penitent": "pˈɛnətᵊnt",
61449
- "penitential": "pˌɛnətˈɛnʧᵊl",
61450
- "penitentially": "pˌɛnətˈɛnʧəli",
61451
  "penitentiary": "pˌɛnətˈɛnʧəɹi",
61452
  "penitently": "pˈɛnəɾəntli",
61453
  "penknife": "pˈɛnnˌIf",
@@ -62066,8 +62077,8 @@
62066
  "pestiferous": "pɛstˈɪfəɹəs",
62067
  "pestilence": "pˈɛstələns",
62068
  "pestilent": "pˈɛstələnt",
62069
- "pestilential": "pˌɛstəlˈɛnʧəl",
62070
- "pestilentially": "pˌɛstəlˈɛnʧəli",
62071
  "pestilently": "pˈɛstələntli",
62072
  "pestle": "pˈɛstəl",
62073
  "pesto": "pˈɛstO",
@@ -64434,16 +64445,16 @@
64434
  "potency": "pˈOtᵊnsi",
64435
  "potent": "pˈOtᵊnt",
64436
  "potentate": "pˈOtᵊntˌAt",
64437
- "potential": "pətˈɛnʧᵊl",
64438
- "potentiality": "pətˌɛnʧiˈæləɾi",
64439
- "potentialize": "pətˈɛnʧəlˌIz",
64440
- "potentially": "pətˈɛnʧəli",
64441
- "potentiate": "pətˈɛnʧiˌAt",
64442
- "potentiation": "pətˌɛnʧiˈAʃən",
64443
  "potentilla": "pˌOtᵊntˈɪlə",
64444
- "potentiometer": "pətˌɛnʧiˈɑməɾəɹ",
64445
- "potentiometric": "pətˌɛnʧiəmˈɛtɹɪk",
64446
- "potentiometry": "pətˌɛnʧiˈɑmətɹi",
64447
  "potently": "pˈOtᵊntli",
64448
  "potful": "pˈɑtfˌʊl",
64449
  "pothead": "pˈɑthˌɛd",
@@ -64859,8 +64870,8 @@
64859
  "preferableness": "pɹˈɛfəɹəbᵊlnəs",
64860
  "preferably": "pɹˈɛfəɹəbli",
64861
  "preference": "pɹˈɛfəɹəns",
64862
- "preferential": "pɹˌɛfəɹˈɛnʧᵊl",
64863
- "preferentially": "pɹˌɛfəɹˈɛnʧəli",
64864
  "preferment": "pɹifˈɜɹmᵊnt",
64865
  "preferred": "pɹifˈɜɹd",
64866
  "preferring": "pɹifˈɜɹɪŋ",
@@ -65139,7 +65150,7 @@
65139
  "presentee": "pɹˌɛzᵊntˈi",
65140
  "presenteeism": "pɹˌɛzᵊntˈiɪzəm",
65141
  "presenter": "pɹəzˈɛntəɹ",
65142
- "presentient": "pɹisˈɛnʧᵊnt",
65143
  "presentiment": "pɹəsˈɛntəmᵊnt",
65144
  "presenting": "pɹizˈɛntɪŋ",
65145
  "presentism": "pɹˈɛzᵊntˌɪzəm",
@@ -65163,9 +65174,9 @@
65163
  "preside": "pɹəzˈId",
65164
  "presidency": "pɹˈɛzədᵊnsi",
65165
  "president": "pɹˈɛzədˌɛnt",
65166
- "presidentiable": "pɹˌɛzədˈɛnʧəbᵊl",
65167
- "presidential": "pɹˌɛzədˈɛnʧᵊl",
65168
- "presidentially": "pɹˌɛzədˈɛnʧəli",
65169
  "presidentship": "pɹˈɛzədəntʃˌɪp",
65170
  "presiding": "pɹəzˈIdɪŋ",
65171
  "presidio": "pɹəsˈɪdiO",
@@ -65224,9 +65235,9 @@
65224
  "pretense": "pɹitˈɛns",
65225
  "pretension": "pɹitˈɛnʃᵊn",
65226
  "pretensioner": "pɹˌitˈɛnʃənəɹ",
65227
- "pretentious": "pɹitˈɛnʧəs",
65228
- "pretentiously": "pɹitˈɛnʧəsli",
65229
- "pretentiousness": "pɹitˈɛnʧəsnəs",
65230
  "preterite": "pɹˈɛɾəɹət",
65231
  "preterition": "pɹˌɛɾəɹˈɪʃən",
65232
  "preterm": "pɹitˈɜɹm",
@@ -65267,7 +65278,7 @@
65267
  "preventative": "pɹivˈɛntəɾɪv",
65268
  "preventatively": "pɹivˈɛntəɾɪvli",
65269
  "preventer": "pɹivˈɛntəɹ",
65270
- "prevention": "pɹivˈɛnʧᵊn",
65271
  "preventive": "pɹivˈɛntɪv",
65272
  "preventively": "pɹivˈɛntəvli",
65273
  "preverbal": "pɹˌivˈɜɹbᵊl",
@@ -66173,8 +66184,8 @@
66173
  "provided": "pɹəvˈIdᵻd",
66174
  "providence": "pɹˈɑvədᵊns",
66175
  "provident": "pɹˈɑvədᵊnt",
66176
- "providential": "pɹˌɑvədˈɛnʧᵊl",
66177
- "providentially": "pɹˌɑvədˈɛnʧəli",
66178
  "providently": "pɹ��ɑvədˌɛntli",
66179
  "provider": "pɹəvˈIdəɹ",
66180
  "providing": "pɹəvˈIdɪŋ",
@@ -66224,8 +66235,8 @@
66224
  "prude": "pɹˈud",
66225
  "prudence": "pɹˈudᵊns",
66226
  "prudent": "pɹˈudᵊnt",
66227
- "prudential": "pɹudˈɛnʧᵊl",
66228
- "prudentially": "pɹudˈɛnʧəli",
66229
  "prudently": "pɹˈudᵊntli",
66230
  "prudery": "pɹˈudəɹi",
66231
  "prudish": "pɹˈudɪʃ",
@@ -67337,8 +67348,8 @@
67337
  "quintal": "kwˈɪntᵊl",
67338
  "quinte": "kwˈɪnt",
67339
  "quintessence": "kwɪntˈɛsᵊns",
67340
- "quintessential": "kwˌɪntəsˈɛnʧᵊl",
67341
- "quintessentially": "kwˌɪntəsˈɛnʧəli",
67342
  "quintet": "kwɪntˈɛt",
67343
  "quintile": "kwˈɪntˌIl",
67344
  "quintillion": "kwɪntˈɪljən",
@@ -68857,9 +68868,9 @@
68857
  "referendum": "ɹˌɛfəɹˈɛndəm",
68858
  "referendums": "ɹˌɛfəɹˈɛndəmz",
68859
  "referent": "ɹˈɛfəɹənt",
68860
- "referential": "ɹˌɛfəɹˈɛnʧᵊl",
68861
- "referentiality": "ɹˌɛfəɹˌɛnʧiˈæləɾi",
68862
- "referentially": "ɹˌɛfəɹˈɛnʧəli",
68863
  "referral": "ɹəfˈɜɹəl",
68864
  "referred": "ɹəfˈɜɹd",
68865
  "referrer": "ɹəfˈɜɹəɹ",
@@ -69519,7 +69530,7 @@
69519
  "reminisce": "ɹˌɛmənˈɪs",
69520
  "reminiscence": "ɹˌɛmənˈɪsᵊns",
69521
  "reminiscent": "ɹˌɛmənˈɪsᵊnt",
69522
- "reminiscential": "ɹˌɛmənəsˈɛnʧᵊl",
69523
  "reminiscently": "ɹˌɛmənˈɪsntli",
69524
  "reminiscer": "ɹˌɛmənˈɪsəɹ",
69525
  "remiss": "ɹəmˈɪs",
@@ -70107,8 +70118,8 @@
70107
  "residence": "ɹˈɛzədᵊns",
70108
  "residency": "ɹˈɛzədᵊnsi",
70109
  "resident": "ɹˈɛzədᵊnt",
70110
- "residential": "ɹˌɛzədˈɛnʧᵊl",
70111
- "residentially": "ɹˌɛzədˈɛnʧəli",
70112
  "residentiary": "ɹɛzədˈɛnʧiˌɛɹi",
70113
  "residentship": "ɹˈɛzədəntʃˌɪp",
70114
  "residua": "ɹəsˈɪʤəwə",
@@ -70650,8 +70661,8 @@
70650
  "reverence": "ɹˈɛvəɹəns",
70651
  "reverend": "ɹˈɛvəɹənd",
70652
  "reverent": "ɹˈɛvəɹənt",
70653
- "reverential": "ɹˌɛvəɹˈɛnʧᵊl",
70654
- "reverentially": "ɹˌɛvəɹˈɛnʧəli",
70655
  "reverently": "ɹˈɛvəɹntli",
70656
  "reverie": "ɹˈɛvəɹi",
70657
  "revers": "ɹəvˈɪɹ",
@@ -72343,7 +72354,7 @@
72343
  "sapidity": "səpˈɪdəɾi",
72344
  "sapience": "sˈApiəns",
72345
  "sapient": "sˈApiənt",
72346
- "sapiential": "sˌApiˈɛnʧᵊl",
72347
  "sapiently": "sˈApiəntli",
72348
  "sapiosexual": "sˌApiOsˈɛkʃəwəl",
72349
  "sapless": "sˈæpləs",
@@ -72928,7 +72939,7 @@
72928
  "sciatica": "sIˈæɾəkə",
72929
  "sciatically": "sIˈæɾəkᵊli",
72930
  "science": "sˈIəns",
72931
- "sciential": "sIˈɛnʧᵊl",
72932
  "scientific": "sˌIəntˈɪfɪk",
72933
  "scientifically": "sˌIəntˈɪfəkᵊli",
72934
  "scientism": "sˈIəntˌɪzəm",
@@ -73874,7 +73885,7 @@
73874
  "self-protective": "sˌɛlfpɹətˈɛktɪv",
73875
  "self-publicist": "sˌɛlfpˈʌbləsɪst",
73876
  "self-quarantine": "sˌɛlfkwˈɔɹəntˌin",
73877
- "self-referential": "sˌɛlfɹˌɛfəɹˈɛnʧᵊl",
73878
  "self-reflection": "sˌɛlfɹəflˈɛkʃən",
73879
  "self-reflexive": "sˌɛlfɹəflˈɛksɪv",
73880
  "self-regard": "sˌɛlfɹəɡˈɑɹd",
@@ -73988,6 +73999,7 @@
73988
  "semi": "sˈɛmˌI",
73989
  "semi-independent": "sˌɛmiˌɪndəpˈɛndənt",
73990
  "semi-invalid": "sˌɛmˌIˈɪnvəlɪd",
 
73991
  "semi-opera": "sˈɛmˌIˌɑpəɹə",
73992
  "semiannual": "sˌɛmiˈænjəwəl",
73993
  "semiannually": "sˌɛmiˈænjəwəli",
@@ -74175,13 +74187,13 @@
74175
  "sent": "sˈɛnt",
74176
  "sente": "sˈɛntˌi",
74177
  "sentence": "sˈɛntᵊns",
74178
- "sentential": "sɛntˈɛnʧᵊl",
74179
- "sententious": "sɛntˈɛnʧəs",
74180
- "sententiously": "sɛntˈɛnʧəsli",
74181
- "sententiousness": "sɛntˈɛnʧəsnəs",
74182
- "sentience": "sˈɛnʧiəns",
74183
- "sentient": "sˈɛnʧiənt",
74184
- "sentiently": "sˈɛnʧiəntli",
74185
  "sentiment": "sˈɛntəmᵊnt",
74186
  "sentimental": "sˌɛntəmˈɛntᵊl",
74187
  "sentimentalise": "sˌɛntəmˈɛntᵊlˌIz",
@@ -74269,9 +74281,9 @@
74269
  "sequence": "sˈikwəns",
74270
  "sequencer": "sˈikwənsəɹ",
74271
  "sequent": "sˈikwənt",
74272
- "sequential": "səkwˈɛnʧᵊl",
74273
- "sequentiality": "səkwˌɛnʧiˈæləɾi",
74274
- "sequentially": "səkwˈɛnʧəli",
74275
  "sequently": "sˈikwəntli",
74276
  "sequester": "səkwˈɛstəɹ",
74277
  "sequestered": "səkwˈɛstəɹd",
@@ -74989,7 +75001,7 @@
74989
  "shitness": "ʃˈɪtnəs",
74990
  "shitpost": "ʃˈɪtpˌOst",
74991
  "shitposting": "ʃˈɪtpˌOstɪŋ",
74992
- "shitshow": "ʃˈɪʧO",
74993
  "shitstorm": "ʃˈɪtstˌɔɹm",
74994
  "shitted": "ʃˈɪɾᵻd",
74995
  "shittier": "ʃˈɪɾiəɹ",
@@ -76545,7 +76557,10 @@
76545
  "snagged": "snˈæɡd",
76546
  "snagging": "snˈæɡɪŋ",
76547
  "snaggle": "snˈæɡəl",
 
 
76548
  "snaggletooth": "snˈæɡᵊltˌuθ",
 
76549
  "snaggy": "snˈæɡi",
76550
  "snail": "snˈAl",
76551
  "snailfish": "snˈAlfˌɪʃ",
@@ -78638,7 +78653,7 @@
78638
  "statuette": "stˌæʧʊˈɛt",
78639
  "stature": "stˈæʧəɹ",
78640
  "statured": "stˈæʧəɹd",
78641
- "status": "stˈAɾəs",
78642
  "statute": "stˈæʧut",
78643
  "statutorily": "stˌæʧətˈɔɹəli",
78644
  "statutory": "stˈæʧətˌɔɹi",
@@ -79521,7 +79536,7 @@
79521
  "strongyloidiasis": "stɹˌɑnʤəlYdˈIəsɪs",
79522
  "strontia": "stɹˈɑnʃiə",
79523
  "strontianite": "stɹˈɑnʃiənˌIt",
79524
- "strontium": "stɹˈɑnʧiəm",
79525
  "strop": "stɹˈɑp",
79526
  "strophanthin": "stɹˌOfˈænθᵊn",
79527
  "strophe": "stɹˈOfi",
@@ -80008,14 +80023,14 @@
80008
  "substage": "sˈʌbstˌAʤ",
80009
  "substance": "sˈʌbstəns",
80010
  "substandard": "sˌʌbstˈændəɹd",
80011
- "substantial": "sˌʌbstˈænʧəl",
80012
- "substantialism": "sˌʌbstˈænʧəlˌɪzəm",
80013
- "substantialist": "sˌʌbstˈænʧəlɪst",
80014
- "substantiality": "səbstˌænʧiˈæləɾi",
80015
- "substantialize": "sˌʌbstˈænʧəlˌIz",
80016
- "substantially": "sˌʌbstˈænʧəli",
80017
- "substantiate": "səbstˈænʧiˌAt",
80018
- "substantiation": "səbstˌænʧiˈAʃən",
80019
  "substantival": "sˌʌbstəntˈIvəl",
80020
  "substantive": "sˈʌbstəntɪv",
80021
  "substantively": "sˈʌbstəntəvli",
@@ -80085,7 +80100,7 @@
80085
  "suburbia": "səbˈɜɹbiə",
80086
  "subvariant": "sˈʌbvˌɛɹiənt",
80087
  "subvent": "səbvˈɛnt",
80088
- "subvention": "səbvˈɛnʧən",
80089
  "subversion": "səbvˈɜɹʒən",
80090
  "subversive": "səbvˈɜɹsɪv",
80091
  "subversively": "səbvˈɜɹsəvli",
@@ -80605,7 +80620,7 @@
80605
  "supervene": "sˌupəɹvˈin",
80606
  "supervenient": "sˌupəɹvˈiniənt",
80607
  "supervening": "sˌupəɹvˈinɪŋ",
80608
- "supervention": "sˌupəɹvˈɛnʧən",
80609
  "supervillain": "sˈupəɹvˌɪlən",
80610
  "supervise": "sˈupəɹvˌIz",
80611
  "supervision": "sˌupəɹvˈɪʒən",
@@ -81682,8 +81697,8 @@
81682
  "tangelo": "tˈænʤəlˌO",
81683
  "tangency": "tˈænʤənsi",
81684
  "tangent": "tˈænʤənt",
81685
- "tangential": "tænʤˈɛnʧᵊl",
81686
- "tangentially": "tænʤˈɛnʧəli",
81687
  "tangerine": "tˌænʤəɹˈin",
81688
  "tangibility": "tˌænʤəbˈɪləɾi",
81689
  "tangible": "tˈænʤəbᵊl",
@@ -83773,7 +83788,7 @@
83773
  "tonsillectomy": "tˌɑnsəlˈɛktəmi",
83774
  "tonsillitis": "tˌɑnsəlˈIɾəs",
83775
  "tonsorial": "tɑnsˈɔɹiəl",
83776
- "tonsure": "tˈɑnʧəɹ",
83777
  "tontine": "tˈɑntˌin",
83778
  "tonus": "tˈOnəs",
83779
  "tony": "tˈOni",
@@ -83931,8 +83946,8 @@
83931
  "torque": "tˈɔɹk",
83932
  "torr": "tˈɔɹ",
83933
  "torrent": "tˈɔɹənt",
83934
- "torrential": "tɔɹˈɛnʧᵊl",
83935
- "torrentially": "tɔɹˈɛnʧəli",
83936
  "torrid": "tˈɔɹəd",
83937
  "torridity": "təɹˈɪdəɾi",
83938
  "torridly": "tˈɔɹədli",
@@ -84201,7 +84216,7 @@
84201
  "trademarked": "tɹˈAdmˌɑɹkt",
84202
  "tradeoff": "tɹˈAdˌɔf",
84203
  "trader": "tɹˈAdəɹ",
84204
- "tradescantia": "tɹˌædəskˈænʧiə",
84205
  "tradesman": "tɹˈAdzmən",
84206
  "tradespeople": "tɹˈAdzpˌipəl",
84207
  "tradesperson": "tɹˈAdzpˌɜɹsən",
@@ -84415,9 +84430,9 @@
84415
  "transhistorical": "tɹˌænzhɪstˈɔɹɪkəl",
84416
  "transhumance": "tɹænzhjˈuməns",
84417
  "transhumanism": "tɹænzhjˈumənˌɪzəm",
84418
- "transience": "tɹˈænʧəns",
84419
- "transient": "tɹˈænʧənt",
84420
- "transiently": "tɹˈænʧəntli",
84421
  "transilluminate": "tɹˌænzəlˈumənˌAt",
84422
  "transillumination": "tɹˌænzəlˌumənˈAʃən",
84423
  "transistor": "tɹænzˈɪstəɹ",
@@ -86353,9 +86368,9 @@
86353
  "uncontrolledly": "ˌʌnkəntɹˈOlədli",
86354
  "uncontroversial": "ˌʌnkˌɑntɹəvˈɜɹʃəl",
86355
  "uncontroverted": "ˌʌnkˌɑntɹəvˈɜɹɾᵻd",
86356
- "unconventional": "ˌʌnkənvˈɛnʧᵊnəl",
86357
- "unconventionality": "ˌʌnkənvˌɛnʧənˈæləɾi",
86358
- "unconventionally": "ˌʌnkənvˈɛnʧᵊnəli",
86359
  "unconverted": "ˌʌnkənvˈɜɹɾᵻd",
86360
  "unconvinced": "ˌʌnkənvˈɪnst",
86361
  "unconvincing": "ˌʌnkənvˈɪnsɪŋ",
@@ -86609,7 +86624,7 @@
86609
  "underlip": "ˈʌndəɹlˌɪp",
86610
  "underlying": "ˌʌndəɹlˈIɪŋ",
86611
  "underman": "ˌʌndəɹmˈæn",
86612
- "undermentioned": "ˌʌndəɹmˈɛnʧənd",
86613
  "undermine": "ˌʌndəɹmˈIn",
86614
  "underminer": "ˈʌndəɹmˌInəɹ",
86615
  "undermining": "ˌʌndəɹmˈInɪŋ",
@@ -86941,7 +86956,7 @@
86941
  "unescapable": "ˌʌnəskˈApəbᵊl",
86942
  "unesco": "junˈɛskO",
86943
  "unescorted": "ˌʌnəskˈɔɹɾᵻd",
86944
- "unessential": "ˌʌnəsˈɛnʧəl",
86945
  "unethical": "ˌʌnˈɛθəkᵊl",
86946
  "unethically": "ˌʌnˈɛθəkᵊli",
86947
  "uneven": "ˌʌnˈivən",
@@ -87282,6 +87297,7 @@
87282
  "uninfected": "ˌʌnənfˈɛktᵻd",
87283
  "uninflected": "ˌʌnənflˈɛktᵻd",
87284
  "uninfluenced": "ˌʌnˈɪnflʊənst",
 
87285
  "uninformative": "ˌʌnənfˈɔɹməɾɪv",
87286
  "uninformed": "ˌʌnənfˈɔɹmd",
87287
  "uninhabitable": "ˌʌnənhˈæbəɾəbᵊl",
@@ -87305,8 +87321,8 @@
87305
  "unintelligible": "ˌʌnəntˈɛləʤəbᵊl",
87306
  "unintelligibly": "ˌʌnəntˈɛləʤəbli",
87307
  "unintended": "ˌʌnəntˈɛndᵻd",
87308
- "unintentional": "ˌʌnəntˈɛnʧᵊnᵊl",
87309
- "unintentionally": "ˌʌnəntˈɛnʧᵊnəli",
87310
  "uninterested": "ˌʌnˈɪntɹəstᵻd",
87311
  "uninterestedly": "ˌʌnˈɪntɹəstᵻdli",
87312
  "uninterestedness": "ˌʌnˈɪntɹəstᵻdnəs",
@@ -87509,11 +87525,11 @@
87509
  "unmediated": "ˌʌnmˈidiˌAɾᵻd",
87510
  "unmelted": "ˌʌnmˈɛltᵻd",
87511
  "unmemorable": "ˌʌnmˈɛməɹəbᵊl",
87512
- "unmentionability": "ˌʌnmˌɛnʧənəbˈɪləɾi",
87513
- "unmentionable": "ˌʌnmˈɛnʧᵊnəbəl",
87514
- "unmentionableness": "ˌʌnmˈɛnʧᵊnəbəlnəs",
87515
- "unmentionably": "ˌʌnmˈɛnʧᵊnəbli",
87516
- "unmentioned": "ˌʌnmˈɛnʧənd",
87517
  "unmerciful": "ˌʌnmˈɜɹsəfᵊl",
87518
  "unmercifully": "ˌʌnmˈɜɹsəfᵊli",
87519
  "unmercifulness": "ˌʌnmˈɜɹsəfəlnəs",
@@ -87729,9 +87745,9 @@
87729
  "unpressurized": "ˌʌnpɹˈɛʃəɹˌIzd",
87730
  "unpresuming": "ˌʌnpɹəzˈumɪŋ",
87731
  "unpretending": "ˌʌnpɹətˈɛndɪŋ",
87732
- "unpretentious": "ˌʌnpɹətˈɛnʧəs",
87733
- "unpretentiously": "ˌʌnpɹətˈɛnʧəsli",
87734
- "unpretentiousness": "ˌʌnpɹətˈɛnʧəsnəs",
87735
  "unpreventable": "ˌʌnpɹəvˈɛntəbᵊl",
87736
  "unpriced": "ˌʌnpɹˈIst",
87737
  "unprimed": "ˌʌnpɹˈImd",
@@ -88214,10 +88230,10 @@
88214
  "unstylish": "ˌʌnstˈIlɪʃ",
88215
  "unsub": "ˈʌnsˌʌb",
88216
  "unsubscribe": "ˌʌnsəbskɹˈIb",
88217
- "unsubstantial": "ˌʌnsəbstˈænʧəl",
88218
- "unsubstantiality": "ˌʌnsəbstˌænʧiˈæləɾi",
88219
- "unsubstantially": "ˌʌnsəbstˈænʧəli",
88220
- "unsubstantiated": "ˌʌnsəbstˈænʧiˌAɾᵻd",
88221
  "unsubtle": "ˌʌnsˈʌɾᵊl",
88222
  "unsubtly": "ˌʌnsˈʌɾᵊli",
88223
  "unsuccessful": "ˌʌnsəksˈɛsfəl",
@@ -89618,7 +89634,7 @@
89618
  "vicariousness": "vəkˈɛɹiəsnəs",
89619
  "vicarship": "vˈɪkəɹʃˌɪp",
89620
  "vice": "vˈIs",
89621
- "vice-presidential": "vˌIspɹˈɛzədˌɛnʧᵊl",
89622
  "vice-ridden": "vˈIsɹˌɪdᵊn",
89623
  "vicegerency": "vˌIsʤˈɪɹənsi",
89624
  "vicegerent": "vˌIsʤˈɪɹənt",
@@ -89709,7 +89725,7 @@
89709
  "vigilance": "vˈɪʤələns",
89710
  "vigilant": "vˈɪʤələnt",
89711
  "vigilante": "vˌɪʤəlˈænti",
89712
- "vigilantism": "vˌɪʤəlˈæntiˌɪzəm",
89713
  "vigilantly": "vˈɪʤələntli",
89714
  "vigneron": "vˌɪnjəɹˈɑn",
89715
  "vignette": "vɪnjˈɛt",
 
549
  "Apollonian": "ˌæpəlˈOniən",
550
  "Apollonius": "ˌæpəlˈOniəs",
551
  "Apollyon": "əpˈɑliən",
552
+ "Appalachia": "ˌæpəlˈAʧə",
553
+ "Appalachian": "ˌæpəlˈAʧən",
554
  "Appaloosa": "ˌæpəlˈusə",
555
  "Appleton": "ˈæpəltən",
556
  "Appomattox": "ˌæpəmˈæɾəks",
 
1888
  "Cilicia": "səlˈɪʃə",
1889
  "Cilician": "səlˈɪʃiən",
1890
  "Cimmerian": "səmˈɪɹiən",
1891
+ "Cincinnati": "sˌɪnsənˈæɾi",
1892
  "Cinderella": "sˌɪndəɹˈɛlə",
1893
  "CinemaScope": "sˈɪnəməskˌOp",
1894
  "Cinzano": "ʧɪnzˈɑnO",
 
5741
  "Mysian": "mˈɪʃiən",
5742
  "Mysore": "mIsˈɔɹ",
5743
  "Mysticeti": "mˌɪstəsˈiɾi",
5744
+ "Mzansi": "əmzˈɑnsi",
5745
  "N": "ˈɛn",
5746
  "N'Djamena": "ˌʌnʤɑmˈAnə",
5747
  "N'awlins": "nˈɔlˌɪnz",
 
7459
  "Saxony": "sˈæksəni",
7460
  "Saxony-Anhalt": "sˌæksəniˈɑnhɑlt",
7461
  "Sayreville": "sˈɛɹvɪl",
7462
+ "Scandentia": "skˌændˈɛnʃə",
7463
  "Scandi": "skˈændi",
7464
  "Scandinavia": "skˌændənˈAviə",
7465
  "Scandinavian": "skˌændənˈAviən",
 
8857
  "Villafranchian": "vˌɪləfɹˈæŋkiən",
8858
  "Vilnius": "vˈɪlniəs",
8859
  "Vincennes": "vɪnsˈɛnz",
8860
+ "Vincentian": "vɪnsˈɛnʃən",
8861
  "Vinci": "vˈɪnʧi",
8862
  "Vineland": "vˈInlənd",
8863
  "Vinland": "vˈɪnlənd",
 
9376
  "Zumba": "zˈumbə",
9377
  "Zurich": "zˈuɹɪk",
9378
  "Zwickau": "tsvˈɪkˌW",
9379
+ "Zwinglian": "zwˈɪŋliən",
9380
  "Zyban": "zˈIbæn",
9381
  "Zyrian": "zˈɪɹiən",
9382
  "a": "A",
 
9524
  "about-face": "əbˌWtfˈAs",
9525
  "about-turn": "əbˌWttˈɜɹn",
9526
  "above": "əbˈʌv",
9527
+ "above-mentioned": "əbˈʌvmˌɛnʃənd",
9528
  "abracadabra": "ˌæbɹəkədˈæbɹə",
9529
  "abrade": "əbɹˈAd",
9530
  "abrader": "əbɹˈAdəɹ",
 
9606
  "abstemious": "æbstˈimiəs",
9607
  "abstemiously": "æbstˈimiəsli",
9608
  "abstemiousness": "æbstˈimiəsnəs",
9609
+ "abstention": "əbstˈɛnʃᵊn",
9610
+ "abstentionism": "əbstˈɛnʃənˌɪzəm",
9611
  "abstinence": "ˈæbstənəns",
9612
  "abstinent": "ˈæbstənənt",
9613
  "abstract": {
 
10160
  "adjuratory": "əʤˈʊɹətˌɔɹi",
10161
  "adjure": "əʤˈʊɹ",
10162
  "adjust": "əʤˈʌst",
10163
+ "adjustability": "əʤˌʌstəbˈɪləɾi",
10164
  "adjustable": "əʤˈʌstəbᵊl",
10165
  "adjuster": "əʤˈʌstəɹ",
10166
  "adjustment": "əʤˈʌstmᵊnt",
 
10490
  "afflictive": "əflˈɪktɪv",
10491
  "affluence": "ˈæflˌuəns",
10492
  "affluent": "ˈæflˌuənt",
10493
+ "affluential": "ˌæfləwˈɛnʃəl",
10494
  "affluently": "ˈæflˌuəntli",
10495
  "affluenza": "ˌæfluˈɛnzə",
10496
  "afflux": "ˈæflˌʌks",
 
10513
  "afloat": "əflˈOt",
10514
  "afoot": "əfˈʊt",
10515
  "afore": "əfˈɔɹ",
10516
+ "aforementioned": "əfˈɔɹmˌɛnʃənd",
10517
  "aforenamed": "əfˈɔɹnˌAmd",
10518
  "aforesaid": "əfˈɔɹsˌɛd",
10519
  "afoul": "əfˈWl",
 
11444
  "amenity": "əmˈɛnəɾi",
11445
  "amenorrhea": "Amˌɛnəɹˈiə",
11446
  "ament": "ˈAmˌɛnt",
11447
+ "amentia": "Amˈɛnʃə",
11448
  "amerce": "əmˈɜɹs",
11449
  "amercement": "əmˈɜɹsmᵊnt",
11450
  "americium": "ˌæməɹˈɪsiəm",
 
11740
  "anchorwoman": "ˈæŋkəɹwˌʊmən",
11741
  "anchovy": "ˈænʧˌOvi",
11742
  "anchusa": "æŋkjˈuzə",
11743
+ "ancient": "ˈAnʃənt",
11744
+ "anciently": "ˈAnʃəntli",
11745
+ "ancientness": "ˈAnʃəntnəs",
11746
  "ancillary": "ˈænsəlˌɛɹi",
11747
  "ancon": "ˈæŋkˌɑn",
11748
  "ancones": "ˌæŋkˈOniz",
 
11836
  "angiotensin": "ˌænʤiOtˈɛnsən",
11837
  "angle": "ˈæŋɡᵊl",
11838
  "angled": "ˈæŋɡəld",
11839
+ "anglepoise": "ˈæŋɡᵊlpˌYz",
11840
  "angler": "ˈæŋɡləɹ",
11841
  "anglerfish": "ˈæŋɡləɹfˌɪʃ",
11842
  "anglicise": "ˈæŋɡləsˌIz",
 
12060
  "antennal": "æntˈɛnəl",
12061
  "antennary": "æntˈɛnəɹi",
12062
  "antennule": "æntˈɛnjul",
12063
+ "antenuptial": "ˌæntənˈʌpʃᵊl",
12064
  "antepartum": "ˌæntəpˈɑɹɾəm",
12065
  "antepenultimate": "ˌæntəpənˈʌltəmət",
12066
  "anterior": "æntˈɪɹiəɹ",
 
18312
  "cadence": "kˈAdᵊns",
18313
  "cadenced": "kˈAdᵊnst",
18314
  "cadency": "kˈAdᵊnsi",
18315
+ "cadential": "kˌAdˈɛnʃᵊl",
18316
  "cadenza": "kədˈɛnzə",
18317
  "cadet": "kədˈɛt",
18318
  "cadetship": "kədˈɛtʃˌɪp",
 
20901
  "circumcise": "sˈɜɹkəmsˌIz",
20902
  "circumcision": "sˌɜɹkəmsˈɪʒən",
20903
  "circumference": "səɹkˈʌmfəɹəns",
20904
+ "circumferential": "səɹkˌʌmfəɹˈɛnʃᵊl",
20905
+ "circumferentially": "səɹkˌʌmfəɹˈɛnʃᵊli",
20906
  "circumflex": "sˈɜɹkəmflˌɛks",
20907
  "circumfluent": "səɹkˈʌmfləwənt",
20908
  "circumfuse": "sˌɜɹkəmfjˈuz",
 
20924
  "circumspectly": "sˈɜɹkəmspˌɛktli",
20925
  "circumstance": "sˈɜɹkəmstˌæns",
20926
  "circumstanced": "sˈɜɹkəmztˌænst",
20927
+ "circumstantial": "sˌɜɹkəmstˈænʃᵊl",
20928
+ "circumstantiality": "sˌɜɹkəmstˌænʃiˈæləɾi",
20929
+ "circumstantially": "sˌɜɹkəmztˈænʃəli",
20930
+ "circumstantiate": "sˌɜɹkəmstˈænʃiˌAt",
20931
  "circumterrestrial": "sˌɜɹkəmtəɹˈɛstɹiəl",
20932
  "circumvallate": "sˌɜɹkəmvˈælAt",
20933
  "circumvent": "sˌɜɹkəmvˈɛnt",
20934
+ "circumvention": "sˌɜɹkəmvˈɛnʃᵊn",
20935
  "circumvolution": "sˌɜɹkəmvəlˈuʃən",
20936
  "circumvolve": "sˌɜɹkəmvˈɔlv",
20937
  "circus": "sˈɜɹkəs",
 
21765
  "coercively": "kOˈɜɹsɪvli",
21766
  "coerciveness": "kOˈɜɹsəvnəs",
21767
  "coercivity": "kˌOəɹsˈɪvəɾi",
21768
+ "coessential": "kˌOəsˈɛnʃᵊl",
21769
  "coetaneous": "kˌOətˈAniəs",
21770
  "coeternal": "kˌOətˈɜɹnᵊl",
21771
  "coeternally": "kˌOətˈɜɹnᵊli",
 
22447
  "compensatory": "kəmpˈɛnsətˌɔɹi",
22448
  "comper": "kˈɑmpəɹ",
22449
  "compete": "kəmpˈit",
22450
+ "competence": "kˈɑmpətᵊns",
22451
+ "competent": "kˈɑmpətᵊnt",
22452
+ "competently": "kˈɑmpətəntli",
22453
  "competing": "kəmpˈiɾɪŋ",
22454
  "competition": "kˌɑmpətˈɪʃən",
22455
  "competitive": "kəmpˈɛɾəɾɪv",
 
22903
  "confide": "kənfˈId",
22904
  "confidence": "kˈɑnfədᵊns",
22905
  "confident": "kˈɑnfədᵊnt",
22906
+ "confidential": "kˌɑnfədˈɛnʃᵊl",
22907
+ "confidentiality": "kˌɑnfədˌɛnʃiˈæləɾi",
22908
+ "confidentially": "kˌɑnfədˈɛnʃəli",
22909
  "confidently": "kˈɑnfədəntli",
22910
  "confiding": "kənfˈIdɪŋ",
22911
  "confidingly": "kənfˈIdɪŋli",
 
23160
  "conscience": "kˈɑnʃəns",
23161
  "conscience-stricken": "kˈɑnʃənsstɹˌɪkən",
23162
  "conscienceless": "kˈɑnʃənsləs",
23163
+ "conscientious": "kˌɑnʧiˈɛnʃəs",
23164
+ "conscientiously": "kˌɑnʧiˈɛnʃəsli",
23165
+ "conscientiousness": "kˌɑnʧiˈɛnʃəsnəs",
23166
  "conscious": "kˈɑnʃəs",
23167
  "consciously": "kˈɑnʃəsli",
23168
  "consciousness": "kˈɑnʃəsnəs",
 
23191
  "consensually": "kənsˈɛnʃəwəli",
23192
  "consensus": "kənsˈɛnsəs",
23193
  "consent": "kənsˈɛnt",
23194
+ "consentient": "kənsˈɛnʃənt",
23195
  "consenting": "kənsˈɛntɪŋ",
23196
  "consequence": "kˈɑnsəkwəns",
23197
  "consequent": "kˈɑnsəkwənt",
23198
  "consequential": "kˌɑnsəkwˈɛnʃᵊl",
23199
+ "consequentialism": "kˌɑnsəkwˈɛnʃəlɪzəm",
23200
+ "consequentialist": "kˌɑnsəkwˈɛnʃəlɪst",
23201
  "consequentiality": "kˌɑnsəkwˌɛnʃiˈæləɾi",
23202
  "consequentially": "kˌɑnsəkwˈɛnʃəli",
23203
  "consequently": "kˈɑnsəkwəntli",
 
23463
  "contentedly": "kəntˈɛntədli",
23464
  "contentedness": "kəntˈɛntədnəs",
23465
  "contenting": "kəntˈɛntɪŋ",
23466
+ "contention": "kəntˈɛnʃən",
23467
+ "contentious": "kəntˈɛnʃəs",
23468
+ "contentiously": "kəntˈɛnʃəsli",
23469
  "contentiousness": "kəntˈɛnʃəsnəs",
23470
  "contentment": "kəntˈɛntmənt",
23471
  "contents": {
 
23617
  "contrasuggestible": "kˌɑntɹəsəɡʤˈɛstəbᵊl",
23618
  "contravene": "kˌɑntɹəvˈin",
23619
  "contravener": "kˌɑntɹəvˈinəɹ",
23620
+ "contravention": "kˌɑntɹəvˈɛnʃᵊn",
23621
  "contre-jour": "kˌɔntɹəʒˈʊɹ",
23622
  "contrecoup": "kˈɑntɹəkˌu",
23623
  "contredanse": "kˈɑntɹədˌæns",
 
23644
  "controllership": "kəntɹˈOləɹʃip",
23645
  "controlling": "kəntɹˈOlɪŋ",
23646
  "contronym": "kˈɑntɹənˌɪm",
23647
+ "controversial": "kˌɑntɹəvˈɜɹʃᵊl",
23648
+ "controversialist": "kˌɑntɹəvˈɜɹʃəlɪst",
23649
+ "controversially": "kˌɑntɹəvˈɜɹʃəli",
23650
  "controversy": "kˈɑntɹəvˌɜɹsi",
23651
  "controvert": "kˌɑntɹəvˈɜɹt",
23652
  "controvertible": "kˌɑntɹəvˈɜɹɾəbᵊl",
 
23682
  "conveniently": "kənvˈinjəntli",
23683
  "convent": "kˈɑnvˌɛnt",
23684
  "conventicle": "kənvˈɛntəkᵊl",
23685
+ "convention": "kənvˈɛnʃən",
23686
+ "conventional": "kənvˈɛnʃᵊnəl",
23687
+ "conventionalism": "kənvˈɛnʃᵊnəlˌɪzəm",
23688
+ "conventionalist": "kənvˈɛnʃᵊnᵊlɪst",
23689
+ "conventionality": "kənvˌɛnʃənˈæləɾi",
23690
+ "conventionalize": "kənvˈɛnʃᵊnəlˌIz",
23691
+ "conventionally": "kənvˈɛnʃᵊnəli",
23692
+ "conventioneer": "kənvˌɛnʃənˈɪɹ",
23693
  "conventual": "kənvˈɛnʧəwəl",
23694
  "converge": "kənvˈɜɹʤ",
23695
  "convergence": "kənvˈɜɹʤᵊns",
 
24798
  "cred": "kɹˈɛd",
24799
  "credal": "kɹˈidəl",
24800
  "credence": "kɹˈidᵊns",
24801
+ "credential": "kɹədˈɛnʃᵊl",
24802
+ "credentialed": "kɹədˈɛnʃᵊld",
24803
+ "credentialism": "kɹədˈɛnʃəlˌɪzəm",
24804
  "credenza": "kɹədˈɛnzə",
24805
  "credibility": "kɹˌɛdəbˈɪləɾi",
24806
  "credible": "kɹˈɛdəbəl",
 
25024
  "crocuses": "kɹˈOkəsᵻz",
25025
  "croft": "kɹˈɔft",
25026
  "crofter": "kɹˈɔftəɹ",
25027
+ "croissant": "kɹəsˈɑnt",
25028
  "crokinole": "kɹˈOkənˌOl",
25029
  "crombec": "kɹˈɑmbˌɛk",
25030
  "cromlech": "kɹˈɑmlˌɛk",
 
26667
  "dedication": "dˌɛdəkˈAʃən",
26668
  "dedicator": "dˈɛdəkˌAɾəɹ",
26669
  "dedicatory": "dˈɛdəkətˌɔɹi",
26670
+ "dedifferentiate": "didˌɪfəɹˈɛnʃiˌAt",
26671
  "deduce": "dᵻdˈus",
26672
  "deducible": "dᵻdˈusəbᵊl",
26673
  "deduct": "dᵻdˈʌkt",
 
26776
  "defer": "dəfˈɜɹ",
26777
  "deference": "dˈɛfəɹəns",
26778
  "deferent": "dˈɛfəɹənt",
26779
+ "deferential": "dˌɛfəɹˈɛnʃᵊl",
26780
+ "deferentially": "dˌɛfəɹˈɛnʃəli",
26781
  "deferment": "dəfˈɜɹmᵊnt",
26782
  "deferrable": "dəfˈɜɹəbəl",
26783
  "deferral": "dəfˈɜɹəl",
 
27125
  "demented": "dəmˈɛntᵻd",
27126
  "dementedly": "dəmˈɛntədli",
27127
  "dementedness": "dəmˈɛntədnəs",
27128
+ "dementia": "dəmˈɛnʃə",
27129
  "demerara": "dˌɛməɹˈɛɹə",
27130
  "demerit": "dəmˈɛɹət",
27131
  "demeritorious": "dimˌɛɹətˈɔɹiəs",
 
27344
  "dentin": "dˈɛntˌɪn",
27345
  "dentinal": "dɛntˈinᵊl",
27346
  "dentist": "dˈɛntɪst",
27347
+ "dentistry": "dˈɛntɪstɹi",
27348
  "dentition": "dɛntˈɪʃən",
27349
  "denture": "dˈɛnʧəɹ",
27350
  "denturist": "dˈɛnʧəɹɪst",
 
27826
  "detector": "dətˈɛktəɹ",
27827
  "detent": "dətˈɛnt",
27828
  "detente": "dAtˈɑnt",
27829
+ "detention": "dətˈɛnʃən",
27830
  "deter": "dətˈɜɹ",
27831
  "deterge": "dətˈɜɹʤ",
27832
  "detergent": "dətˈɜɹʤənt",
 
28312
  "differ": "dˈɪfəɹ",
28313
  "difference": "dˈɪfəɹəns",
28314
  "different": "dˈɪfəɹənt",
28315
+ "differentia": "dˌɪfəɹˈɛnʃə",
28316
+ "differentiable": "dˌɪfəɹˈɛnʃəbᵊl",
28317
  "differentiae": "dˌɪfəɹˈɛnʃiˌi",
28318
+ "differential": "dˌɪfəɹˈɛnʃᵊl",
28319
+ "differentially": "dˌɪfəɹˈɛnʃəli",
28320
+ "differentiate": "dˌɪfəɹˈɛnʃiˌAt",
28321
+ "differentiation": "dˌɪfəɹˌɛnʃiˈAʃən",
28322
+ "differentiator": "dˌɪfəɹˈɛnʃiˌAdəɹ",
28323
  "differently": "dˈɪfəɹəntli",
28324
  "differentness": "dˈɪfəɹəntnəs",
28325
  "differing": "dˈɪfəɹɪŋ",
 
31334
  "eigenvector": "ˈIɡənvˌɛktəɹ",
31335
  "eight": "ˈAt",
31336
  "eighteen": "ˌAtˈin",
31337
+ "eighteenmo": "ˌAtˈinmˌO",
31338
+ "eighteenth": "ˌAtˈinθ",
31339
  "eightfold": "ˈAtfˌOld",
31340
  "eighth": "ˈAθ",
31341
  "eighthly": "ˈAθli",
 
32797
  "equipollency": "ˌɛkwəpˈɑlənsi",
32798
  "equipollent": "ˌikwəpˈɑlənt",
32799
  "equipotent": "ˌikwəpˈOtᵊnt",
32800
+ "equipotential": "ˌɛkwəpətˈɛnʃᵊl",
32801
  "equipped": "əkwˈɪpt",
32802
  "equipper": "əkwˈɪpəɹ",
32803
  "equipping": "əkwˈɪpɪŋ",
 
33046
  },
33047
  "esse": "ˈɛsi",
33048
  "essence": "ˈɛsᵊns",
33049
+ "essential": "əsˈɛnʃᵊl",
33050
+ "essentialism": "əsˈɛnʃəlˌɪzəm",
33051
+ "essentialist": "əsˈɛnʃəlɪst",
33052
+ "essentiality": "əsˌɛnʃiˈæləɾi",
33053
+ "essentialize": "əsˈɛnʃəlˌIz",
33054
+ "essentially": "əsˈɛnʃəli",
33055
+ "essentialness": "əsˈɛnʃəlnəs",
33056
  "est": "ˈɛst",
33057
  "establish": "əstˈæblɪʃ",
33058
  "established": "əstˈæblɪʃt",
 
33405
  "evictor": "əvˈɪktəɹ",
33406
  "evidence": "ˈɛvədᵊns",
33407
  "evident": "ˈɛvədᵊnt",
33408
+ "evidential": "ˌɛvədˈɛnʃᵊl",
33409
+ "evidentially": "ˌɛvədˈɛnʃᵊli",
33410
  "evidentiary": "ˌɛvədˈɛnʧəɹi",
33411
  "evidently": "ˈɛvədᵊntli",
33412
  "evil": "ˈivᵊl",
 
33743
  "exist": "ɪɡzˈɪst",
33744
  "existence": "ɪɡzˈɪstᵊns",
33745
  "existent": "ɪɡzˈɪstənt",
33746
+ "existential": "ˌɛɡzəstˈɛnʃəl",
33747
+ "existentialism": "ˌɛɡzəstˈɛnʃəlˌɪzəm",
33748
+ "existentialist": "ˌɛɡzəstˈɛnʃəlɪst",
33749
+ "existentially": "ˌɛɡzəstˈɛnʃəli",
33750
  "existing": "ɪɡzˈɪstɪŋ",
33751
  "exit": "ˈɛɡzət",
33752
  "exited": "ˈɛɡzəɾᵻd",
 
33784
  "exopodite": "ɛksˈɑpədˌIt",
33785
  "exorbitance": "ɪɡzˈɔɹbəɾəns",
33786
  "exorbitant": "ɪɡzˈɔɹbətᵊnt",
33787
+ "exorbitantly": "ɪɡzˈɔɹbətəntli",
33788
  "exorcise": "ˈɛksˌɔɹsˌIz",
33789
  "exorcism": "ˈɛksˌɔɹsˌɪzəm",
33790
  "exorcist": "ˈɛksˌɔɹsˌɪst",
 
33882
  "experience": "ɪkspˈɪɹiəns",
33883
  "experienceable": "ɪkspˈɪɹiənsəbəl",
33884
  "experienced": "ɪkspˈɪɹiənst",
33885
+ "experiential": "ɪkspˌɪɹiˈɛnʃᵊl",
33886
+ "experientially": "ɪkspˌɪɹiˈɛnʃəli",
33887
  "experiment": "ɪkspˈɛɹəmənt",
33888
  "experimental": "ɪkspˌɛɹəmˈɛntᵊl",
33889
  "experimentalism": "ɪkspˌɛɹəmˈɛntᵊlˌɪzəm",
 
33970
  "explosiveness": "ɪksplˈOsəvnəs",
33971
  "expo": "ˈɛkspˌO",
33972
  "exponent": "ˈɛkspOnənt",
33973
+ "exponential": "ˌɛkspənˈɛnʃᵊl",
33974
+ "exponentially": "ˌɛkspənˈɛnʃəli",
33975
  "exponentiate": "ˌɛkspənˈɛnʃiˌAt",
33976
+ "exponentiation": "ˌɛkspənˌɛnʃiˈAʃən",
33977
  "export": "ˈɛkspˌɔɹt",
33978
  "exportability": "ɪkspˌɔɹɾəbˈɪləɾi",
33979
  "exportable": "ɪkspˈɔɹɾəbəl",
 
35360
  "finally": "fˈInᵊli",
35361
  "finance": "fˈInˌæns",
35362
  "financial": "fənˈænʃᵊl",
35363
+ "financialization": "fənˌænʃələzˈAʃən",
35364
  "financially": "fənˈænʃəli",
35365
  "financier": "fˌɪnənsˈɪɹ",
35366
  "finback": "fˈɪnbæk",
 
38217
  "genteelly": "ʤɛntˈilli",
38218
  "genteelness": "ʤɛntˈilnɪs",
38219
  "gentes": "ʤˈɛntˌiz",
38220
+ "gentian": "ʤˈɛnʃən",
38221
  "gentile": "ʤˈɛntˌIl",
38222
  "gentility": "ʤɛntˈɪləɾi",
38223
  "gentle": "ʤˈɛntəl",
 
43843
  "immunoassay": "ˌɪmjənOˈæsˌA",
43844
  "immunoblotting": "ˈɪmjənOblˌɑɾɪŋ",
43845
  "immunochemistry": "ˌɪmjənOkˈɛməstɹi",
43846
+ "immunocompetence": "ˌɪmjənOkˈɑmpətəns",
43847
+ "immunocompetent": "ˌɪmjənOkˈɑmpətənt",
43848
  "immunocompromised": "ˌɪmjənOkˈɑmpɹəmˌIzd",
43849
  "immunocytochemical": "ˌɪmjənOsˌIɾəkˈɛməkᵊl",
43850
  "immunocytochemistry": "ˌɪmjənOsˌIɾəkˈɛməstɹi",
 
44522
  "incompatible": "ˌɪnkəmpˈæɾəbᵊl",
44523
  "incompatibly": "ˌɪnkəmpˈæɾəbli",
44524
  "incompetence": "ɪnkˈɑmpətᵊns",
44525
+ "incompetency": "ɪnkˈɑmpətənsi",
44526
  "incompetent": "ɪnkˈɑmpətᵊnt",
44527
+ "incompetently": "ɪnkˈɑmpətəntli",
44528
  "incompletable": "ˌɪnkəmplˈiɾəbᵊl",
44529
  "incomplete": "ˌɪnkəmplˈit",
44530
  "incompletely": "ˌɪnkəmplˈitli",
 
44553
  "inconnu": "ˌɪnkənˈu",
44554
  "inconsequence": "ɪnkˈɑnsəkwˌɛns",
44555
  "inconsequent": "ɪnkˈɑnsəkwˌɛnt",
44556
+ "inconsequential": "ˌɪnkˌɑnsəkwˈɛnʃᵊl",
44557
+ "inconsequentiality": "ˌɪnkˌɑnsəkwˌɛnʃiˈæləɾi",
44558
+ "inconsequentially": "ˌɪnkˌɑnsəkwˈɛnʃ��li",
44559
+ "inconsequentialness": "ˌɪnkˌɑnsəkwˈɛnʃəlnəs",
44560
  "inconsequently": "ɪnkˈɑnsəkwˌɛntli",
44561
  "inconsiderable": "ˌɪnkənsˈɪdəɹəbəl",
44562
  "inconsiderate": "ˌɪnkənsˈɪdəɹət",
 
44747
  "indented": "ˌɪndˈɛntᵻd",
44748
  "indenter": "ɪndˈɛntəɹ",
44749
  "indenting": "ˌɪndˈɛntɪŋ",
44750
+ "indention": "ˌɪndˈɛnʃᵊn",
44751
  "indentor": "ɪndˈɛntəɹ",
44752
  "indents": {
44753
  "DEFAULT": "ɪndˈɛnts",
 
45024
  "inescapable": "ˌɪnəskˈApəbᵊl",
45025
  "inescapably": "ˌɪnəskˈApəbli",
45026
  "inescutcheon": "ˌɪnəskˈʌʧᵊn",
45027
+ "inessential": "ˌɪnəsˈɛnʃᵊl",
45028
  "inestimable": "ɪnˈɛstəməbᵊl",
45029
  "inestimably": "ɪnˈɛstəməbli",
45030
  "inevitability": "ɪnˌɛvəɾəbˈɪləɾi",
 
45114
  "infer": "ɪnfˈɜɹ",
45115
  "inferable": "ɪnfˈɜɹəbᵊl",
45116
  "inference": "ˈɪnfəɹəns",
45117
+ "inferential": "ˌɪnfəɹˈɛnʃᵊl",
45118
+ "inferentially": "ˌɪnfəɹˈɛnʃəli",
45119
  "inferior": "ɪnfˈɪɹiəɹ",
45120
  "inferiority": "ɪnfˌɪɹiˈɔɹəɾi",
45121
  "inferiorly": "ɪnfˈɪɹiəɹli",
 
45221
  "influenceable": "ˈɪnflʊənsəbəl",
45222
  "influencer": "ˈɪnflʊənsəɹ",
45223
  "influent": "ˈɪnflʊənt",
45224
+ "influential": "ˌɪnfluˈɛnʃᵊl",
45225
+ "influentially": "ˌɪnfluˈɛnʃəli",
45226
  "influenza": "ˌɪnflˌuˈɛnzə",
45227
  "influenzal": "ˌɪnflˌuˈɛnzᵊl",
45228
  "influx": "ˈɪnflˌʌks",
 
45624
  "insensitiveness": "ɪnsˈɛnsəɾɪvnəs",
45625
  "insensitivity": "ˌɪnsˌɛnsətˈɪvəɾi",
45626
  "insentience": "ɪnsˈɛnʃiəns",
45627
+ "insentient": "ɪnsˈɛnʃənt",
45628
  "inseparability": "ˌɪnsˌɛpəɹəbˈɪləɾi",
45629
  "inseparable": "ɪnsˈɛpəɹəbᵊl",
45630
  "inseparably": "ɪnsˈɛpəɹəbli",
 
45742
  "instantaneously": "ˌɪnstəntˈAniəsli",
45743
  "instantaneousness": "ˌɪnstəntˈAniəsnəs",
45744
  "instanter": "ɪnstˈæntəɹ",
45745
+ "instantiate": "ɪnstˈænʃiˌAt",
45746
+ "instantiation": "ɪnztˌænʃiˈAʃən",
45747
  "instantly": "ˈɪnstəntli",
45748
  "instar": "ˈɪnstˌɑɹ",
45749
  "instate": "ɪnstˈAt",
 
45792
  "insubordinate": "ˌɪnsəbˈɔɹdənət",
45793
  "insubordinately": "ˌɪnsəbˈɔɹdnətli",
45794
  "insubordination": "ˌɪnsəbˌɔɹdənˈAʃən",
45795
+ "insubstantial": "ˌɪnsəbstˈænʃᵊl",
45796
+ "insubstantiality": "ˌɪnsəbstˌænʃiˈæləɾi",
45797
+ "insubstantially": "ˌɪnsəbstˈænʃəli",
45798
  "insufferable": "ɪnsˈʌfəɹəbᵊl",
45799
  "insufferableness": "ɪnsˈʌfəɹəbəlnəs",
45800
  "insufferably": "ɪnsˈʌfəɹəbli",
 
45926
  "intensively": "ɪntˈɛnsəvli",
45927
  "intensiveness": "ɪntˈɛnsɪvnɪs",
45928
  "intent": "ɪntˈɛnt",
45929
+ "intention": "ɪntˈɛnʃən",
45930
+ "intentional": "ɪntˈɛnʃᵊnəl",
45931
+ "intentionalism": "ɪntˈɛnʃənᵊlˌɪzəm",
45932
+ "intentionality": "ɪntˌɛnʃənˈæləɾi",
45933
+ "intentionally": "ɪntˈɛnʃᵊnəli",
45934
+ "intentioned": "ɪntˈɛnʃənd",
45935
  "intently": "ɪntˈɛntli",
45936
  "intentness": "ɪntˈɛntnəs",
45937
  "inter": "ɪntˈɜɹ",
 
46066
  "interfaith": "ˌɪntəɹfˈAθ",
46067
  "interfere": "ˌɪntəɹfˈɪɹ",
46068
  "interference": "ˌɪntəɹfˈɪɹəns",
46069
+ "interferential": "ˌɪntəɹfəɹˈɛnʃəl",
46070
  "interferer": "ˌɪntəɹfˈɪɹəɹ",
46071
  "interfering": "ˌɪntəɹfˈɪɹɪŋ",
46072
  "interferingly": "ˌɪntəɹfˈɪɹɪŋli",
 
46268
  "interpreted": "ɪntˈɜɹpɹəɾᵻd",
46269
  "interpreter": "ɪntˈɜɹpɹəɾəɹ",
46270
  "interpreting": "ɪntˈɜɹpɹəɾɪŋ",
46271
+ "interprovincial": "ˌɪntəɹpɹəvˈɪnʧᵊl",
46272
  "interquartile": "ˌɪntəɹkwˈɔɹtIl",
46273
  "interracial": "ˌɪntəɹɹˈAʃᵊl",
46274
  "interracially": "ˌɪntəɹɹˈAʃəli",
 
46351
  "intervenient": "ˌɪntəɹvˈiniənt",
46352
  "intervening": "ˌɪntəɹvˈinɪŋ",
46353
  "intervenor": "ˌɪntəɹvˈinəɹ",
46354
+ "intervention": "ˌɪntəɹvˈɛnʃᵊn",
46355
+ "interventional": "ˌɪntəɹvˈɛnʃənᵊl",
46356
+ "interventionism": "ˌɪntəɹvˈɛnʃənɪst",
46357
+ "interventionist": "ˌɪntəɹvˈɛnʃənˌɪzəm",
46358
  "intervertebral": "ˌɪntəɹvˈɜɹɾəbɹəl",
46359
  "interview": "ˈɪntəɹvjˌu",
46360
  "interviewee": "ˌɪntəɹvjˌuˈi",
 
46851
  "irretrievably": "ˌɪɹɹətɹˈivəbli",
46852
  "irreverence": "ˌɪɹɹˈɛvəɹəns",
46853
  "irreverent": "ˌɪɹɹˈɛvəɹənt",
46854
+ "irreverential": "ɪɹɹˌɛvəɹˈɛnʃəl",
46855
  "irreverently": "ˌɪɹɹˈɛvəɹəntli",
46856
  "irreversibility": "ˌɪɹɹəvˌɜɹsəbˈɪləɾi",
46857
  "irreversible": "ˌɪɹɹəvˈɜɹsəbᵊl",
 
47618
  "jurisdictional": "ʤˌʊɹəsdˈɪkʃᵊnəl",
47619
  "jurisprudence": "ʤˌʊɹəspɹˈudᵊns",
47620
  "jurisprudent": "ʤˌʊɹəspɹˈudᵊnt",
47621
+ "jurisprudential": "ʤˌʊɹəspɹˌudˈɛnʃəl",
47622
  "jurist": "ʤˈʊɹɪst",
47623
  "juristic": "ʤʊɹˈɪstɪk",
47624
  "juror": "ʤˈʊɹəɹ",
 
50942
  "maceration": "mˌæsəɹˈAʃən",
50943
  "macerator": "mˈæsəɹˌAɾəɹ",
50944
  "mache": "mˈɑʃ",
50945
+ "machete": "məʃˈɛɾi",
50946
  "machicolated": "məʧˈɪkəlˌAɾᵻd",
50947
  "machicolation": "məʧˌɪkəlˈAʃən",
50948
  "machinability": "məʃˌinəbˈɪləɾi",
 
52536
  "mentee": "mɛntˈi",
52537
  "menthol": "mˈɛnθˌɔl",
52538
  "mentholated": "mˈɛnθəlˌAɾᵻd",
52539
+ "mention": "mˈɛnʃᵊn",
52540
+ "mentionable": "mˈɛnʃənəbᵊl",
52541
  "mento": "mˈɛntˌO",
52542
  "mentor": "mˈɛntˌɔɹ",
52543
  "mentorship": "mˈɛntəɹʃˌɪp",
 
53200
  "midpoint": "mˈɪdpˌYnt",
53201
  "midrange": "mˈɪdɹˌAnʤ",
53202
  "midrib": "mˈɪdɹˌɪb",
53203
+ "midriff": "mˈɪdɹˌɪf",
53204
  "midseason": "mˈɪdsizən",
53205
  "midsection": "mˈɪdsˌɛkʃən",
53206
  "midsession": "mˈɪdsˌɛʃən",
 
54407
  "monumentality": "mˌɑnjəmˌɛntˈæləɾi",
54408
  "monumentalize": "mˌɑnjəmˈɛntᵊlˌIz",
54409
  "monumentally": "mˌɑnjəmˈɛntəli",
54410
+ "monzonite": "mɑnzˈOnˌIt",
54411
  "moo": "mˈu",
54412
  "moo-cow": "mˈukˌW",
54413
  "mooc": "mˈuk",
 
56625
  "non-European": "nˌɑnjˌʊɹəpˈiən",
56626
  "non-Newtonian": "nˌɑnnutˈOniən",
56627
  "non-U": "nˌɑnjˈu",
56628
+ "non-confidential": "nˌɑnkɑnfədˈɛnʃəl",
56629
+ "non-contentious": "nˌɑnkəntˈɛnʃəs",
56630
+ "non-controversial": "nˌɑnkˌɑntɹəvˈɜɹʃəl",
56631
+ "non-essential": "nˌɑnəsˈɛnʃᵊl",
56632
  "non-fattening": "nˌɑnfˈæʔnɪŋ",
56633
  "non-fungible": "nˌɑnfˈʌnʤəbᵊl",
56634
  "non-insulin-dependent": "nˌɑnˌɪnsələndəpˈɛndᵊnt",
56635
+ "non-intervention": "nˌɑnˌɪntəɹvˈɛnʃᵊn",
56636
+ "non-interventionism": "nˌɑnˌɪntəɹvˈɛnʃənˌɪzəm",
56637
+ "non-interventionist": "nˌɑnˌɪntəɹvˈɛnʃᵊnɪst",
56638
  "non-job": "nˌɑnʤˈɑb",
56639
  "non-net": "nˌɑnnˈɛt",
56640
  "non-pros": "nɑnpɹˈɑs",
56641
+ "non-racial": "nɑnɹˈAʃᵊl",
56642
  "non-refoulement": "nˌɑnɹəfˌulmˈɑn",
56643
+ "non-residential": "nˌɑnɹˌɛzədˈɛnʃᵊl",
56644
  "non-return": "nˌɑnɹətˈɜɹn",
56645
  "non-scene": "nˌɑnsˈin",
56646
+ "non-status": "nɑnstˈæɾəs",
56647
  "non-violent": "nɑnvˈIəlᵊnt",
56648
  "nonabrasive": "nˌɑnəbɹˈAsɪv",
56649
  "nonabusive": "nˌɑnəbjˈusɪv",
 
56714
  "nonconducting": "nˌɑnkəndˈʌktɪŋ",
56715
  "nonconductor": "nˌɑnkəndˈʌktəɹ",
56716
  "nonconference": "nˌɑnkˈɑnfəɹəns",
56717
+ "nonconfidential": "nˌɑnkɑnfədˈɛnʃəl",
56718
  "nonconformism": "nˌɑnkənfˈɔɹmˌɪzəm",
56719
  "nonconformist": "nˌɑnkənfˈɔɹmɪst",
56720
  "nonconformity": "nˌɑnkənfˈɔɹməɾi",
56721
  "nonconfrontational": "nˌɑnkɑnfɹəntˈAʃənᵊl",
56722
  "nonconsecutive": "nˌɑnkənsˈɛkjəɾɪv",
56723
+ "noncontentious": "nˌɑnkəntˈɛnʃəs",
56724
  "noncontradiction": "nˌɑnkˌɑntɹədˈɪkʃən",
56725
  "noncontributory": "nˌɑnkəntɹˈɪbjətˌɔɹi",
56726
  "noncontroversial": "nˌɑnkˌɑntɹəvˈɜɹʃəl",
 
56755
  "nonempty": "nɑnˈɛmpti",
56756
  "nonentity": "nɑnˈɛntəɾi",
56757
  "nones": "nˈOnz",
56758
+ "nonessential": "nˌɑnəsˈɛnʃᵊl",
56759
  "nonesuch": "nˈʌnsˌʌʧ",
56760
  "nonet": "nOnˈɛt",
56761
  "nonetheless": "nˌʌnðəlˈɛs",
 
56797
  "noninherent": "nˌɑnənhˈɪɹənt",
56798
  "noninterference": "nˌɑnˌɪntəɹfˈɪɹᵊns",
56799
  "noninterlaced": "nɑnˈɪntəɹlˌAst",
56800
+ "nonintervention": "nˌɑnˌɪntəɹvˈɛnʃᵊn",
56801
+ "noninterventionism": "nˌɑnˌɪntəɹvˈɛnʃənˌɪzəm",
56802
+ "noninterventionist": "nˌɑnˌɪntəɹvˈɛnʃᵊnɪst",
56803
  "noninvasive": "nˌɑnənvˈAsɪv",
56804
  "nonionic": "nˌɑnIˈɑnɪk",
56805
  "nonirritating": "nɑnˈɪɹətˌAɾɪŋ",
 
56885
  "nonrenewable": "nˌɑnɹɪnˈuəbᵊl",
56886
  "nonrepresentational": "nˌɑnɹˌɛpɹəzˌɛntˈAʃənᵊl",
56887
  "nonresident": "nɑnɹˈɛzədᵊnt",
56888
+ "nonresidential": "nˌɑnɹˌɛzədˈɛnʃᵊl",
56889
  "nonresistance": "nˌɑnɹəzˈɪstᵊns",
56890
  "nonresistant": "nˌɑnɹɪzˈɪstənt",
56891
  "nonresponder": "nˌɑnɹəspˈɑndəɹ",
 
57284
  "nunnery": "nˈʌnəɹi",
57285
  "nunnish": "nˈʌnɪʃ",
57286
  "nup": "nˈʌp",
57287
+ "nuptial": "nˈʌpʃᵊl",
57288
  "nurdle": "nˈɜɹdᵊl",
57289
  "nurse": "nˈɜɹs",
57290
  "nurseling": "nˈɜɹslɪŋ",
 
57580
  "obtainment": "əbtˈAnmənt",
57581
  "obtect": "ɑbtˈɛkt",
57582
  "obtected": "əbtˈɛktᵻd",
57583
+ "obtention": "əbtˈɛnʃᵊn",
57584
  "obtrude": "əbtɹˈud",
57585
  "obtruder": "əbtɹˈudəɹ",
57586
  "obtrusion": "əbtɹˈuʒᵊn",
 
61457
  "penistone": "pˈɛnəstᵊn",
61458
  "penitence": "pˈɛnəɾəns",
61459
  "penitent": "pˈɛnətᵊnt",
61460
+ "penitential": "pˌɛnətˈɛnʃᵊl",
61461
+ "penitentially": "pˌɛnətˈɛnʃəli",
61462
  "penitentiary": "pˌɛnətˈɛnʧəɹi",
61463
  "penitently": "pˈɛnəɾəntli",
61464
  "penknife": "pˈɛnnˌIf",
 
62077
  "pestiferous": "pɛstˈɪfəɹəs",
62078
  "pestilence": "pˈɛstələns",
62079
  "pestilent": "pˈɛstələnt",
62080
+ "pestilential": "pˌɛstəlˈɛnʃəl",
62081
+ "pestilentially": "pˌɛstəlˈɛnʃəli",
62082
  "pestilently": "pˈɛstələntli",
62083
  "pestle": "pˈɛstəl",
62084
  "pesto": "pˈɛstO",
 
64445
  "potency": "pˈOtᵊnsi",
64446
  "potent": "pˈOtᵊnt",
64447
  "potentate": "pˈOtᵊntˌAt",
64448
+ "potential": "pətˈɛnʃᵊl",
64449
+ "potentiality": "pətˌɛnʃiˈæləɾi",
64450
+ "potentialize": "pətˈɛnʃəlˌIz",
64451
+ "potentially": "pətˈɛnʃəli",
64452
+ "potentiate": "pətˈɛnʃiˌAt",
64453
+ "potentiation": "pətˌɛnʃiˈAʃən",
64454
  "potentilla": "pˌOtᵊntˈɪlə",
64455
+ "potentiometer": "pətˌɛnʃiˈɑməɾəɹ",
64456
+ "potentiometric": "pətˌɛnʃiəmˈɛtɹɪk",
64457
+ "potentiometry": "pətˌɛnʃiˈɑmətɹi",
64458
  "potently": "pˈOtᵊntli",
64459
  "potful": "pˈɑtfˌʊl",
64460
  "pothead": "pˈɑthˌɛd",
 
64870
  "preferableness": "pɹˈɛfəɹəbᵊlnəs",
64871
  "preferably": "pɹˈɛfəɹəbli",
64872
  "preference": "pɹˈɛfəɹəns",
64873
+ "preferential": "pɹˌɛfəɹˈɛnʃᵊl",
64874
+ "preferentially": "pɹˌɛfəɹˈɛnʃəli",
64875
  "preferment": "pɹifˈɜɹmᵊnt",
64876
  "preferred": "pɹifˈɜɹd",
64877
  "preferring": "pɹifˈɜɹɪŋ",
 
65150
  "presentee": "pɹˌɛzᵊntˈi",
65151
  "presenteeism": "pɹˌɛzᵊntˈiɪzəm",
65152
  "presenter": "pɹəzˈɛntəɹ",
65153
+ "presentient": "pɹisˈɛnʃᵊnt",
65154
  "presentiment": "pɹəsˈɛntəmᵊnt",
65155
  "presenting": "pɹizˈɛntɪŋ",
65156
  "presentism": "pɹˈɛzᵊntˌɪzəm",
 
65174
  "preside": "pɹəzˈId",
65175
  "presidency": "pɹˈɛzədᵊnsi",
65176
  "president": "pɹˈɛzədˌɛnt",
65177
+ "presidentiable": "pɹˌɛzədˈɛnʃəbᵊl",
65178
+ "presidential": "pɹˌɛzədˈɛnʃᵊl",
65179
+ "presidentially": "pɹˌɛzədˈɛnʃəli",
65180
  "presidentship": "pɹˈɛzədəntʃˌɪp",
65181
  "presiding": "pɹəzˈIdɪŋ",
65182
  "presidio": "pɹəsˈɪdiO",
 
65235
  "pretense": "pɹitˈɛns",
65236
  "pretension": "pɹitˈɛnʃᵊn",
65237
  "pretensioner": "pɹˌitˈɛnʃənəɹ",
65238
+ "pretentious": "pɹitˈɛnʃəs",
65239
+ "pretentiously": "pɹitˈɛnʃəsli",
65240
+ "pretentiousness": "pɹitˈɛnʃəsnəs",
65241
  "preterite": "pɹˈɛɾəɹət",
65242
  "preterition": "pɹˌɛɾəɹˈɪʃən",
65243
  "preterm": "pɹitˈɜɹm",
 
65278
  "preventative": "pɹivˈɛntəɾɪv",
65279
  "preventatively": "pɹivˈɛntəɾɪvli",
65280
  "preventer": "pɹivˈɛntəɹ",
65281
+ "prevention": "pɹivˈɛnʃᵊn",
65282
  "preventive": "pɹivˈɛntɪv",
65283
  "preventively": "pɹivˈɛntəvli",
65284
  "preverbal": "pɹˌivˈɜɹbᵊl",
 
66184
  "provided": "pɹəvˈIdᵻd",
66185
  "providence": "pɹˈɑvədᵊns",
66186
  "provident": "pɹˈɑvədᵊnt",
66187
+ "providential": "pɹˌɑvədˈɛnʃᵊl",
66188
+ "providentially": "pɹˌɑvədˈɛnʃəli",
66189
  "providently": "pɹ��ɑvədˌɛntli",
66190
  "provider": "pɹəvˈIdəɹ",
66191
  "providing": "pɹəvˈIdɪŋ",
 
66235
  "prude": "pɹˈud",
66236
  "prudence": "pɹˈudᵊns",
66237
  "prudent": "pɹˈudᵊnt",
66238
+ "prudential": "pɹudˈɛnʃᵊl",
66239
+ "prudentially": "pɹudˈɛnʃəli",
66240
  "prudently": "pɹˈudᵊntli",
66241
  "prudery": "pɹˈudəɹi",
66242
  "prudish": "pɹˈudɪʃ",
 
67348
  "quintal": "kwˈɪntᵊl",
67349
  "quinte": "kwˈɪnt",
67350
  "quintessence": "kwɪntˈɛsᵊns",
67351
+ "quintessential": "kwˌɪntəsˈɛnʃᵊl",
67352
+ "quintessentially": "kwˌɪntəsˈɛnʃəli",
67353
  "quintet": "kwɪntˈɛt",
67354
  "quintile": "kwˈɪntˌIl",
67355
  "quintillion": "kwɪntˈɪljən",
 
68868
  "referendum": "ɹˌɛfəɹˈɛndəm",
68869
  "referendums": "ɹˌɛfəɹˈɛndəmz",
68870
  "referent": "ɹˈɛfəɹənt",
68871
+ "referential": "ɹˌɛfəɹˈɛnʃᵊl",
68872
+ "referentiality": "ɹˌɛfəɹˌɛnʃiˈæləɾi",
68873
+ "referentially": "ɹˌɛfəɹˈɛnʃəli",
68874
  "referral": "ɹəfˈɜɹəl",
68875
  "referred": "ɹəfˈɜɹd",
68876
  "referrer": "ɹəfˈɜɹəɹ",
 
69530
  "reminisce": "ɹˌɛmənˈɪs",
69531
  "reminiscence": "ɹˌɛmənˈɪsᵊns",
69532
  "reminiscent": "ɹˌɛmənˈɪsᵊnt",
69533
+ "reminiscential": "ɹˌɛmənəsˈɛnʃᵊl",
69534
  "reminiscently": "ɹˌɛmənˈɪsntli",
69535
  "reminiscer": "ɹˌɛmənˈɪsəɹ",
69536
  "remiss": "ɹəmˈɪs",
 
70118
  "residence": "ɹˈɛzədᵊns",
70119
  "residency": "ɹˈɛzədᵊnsi",
70120
  "resident": "ɹˈɛzədᵊnt",
70121
+ "residential": "ɹˌɛzədˈɛnʃᵊl",
70122
+ "residentially": "ɹˌɛzədˈɛnʃəli",
70123
  "residentiary": "ɹɛzədˈɛnʧiˌɛɹi",
70124
  "residentship": "ɹˈɛzədəntʃˌɪp",
70125
  "residua": "ɹəsˈɪʤəwə",
 
70661
  "reverence": "ɹˈɛvəɹəns",
70662
  "reverend": "ɹˈɛvəɹənd",
70663
  "reverent": "ɹˈɛvəɹənt",
70664
+ "reverential": "ɹˌɛvəɹˈɛnʃᵊl",
70665
+ "reverentially": "ɹˌɛvəɹˈɛnʃəli",
70666
  "reverently": "ɹˈɛvəɹntli",
70667
  "reverie": "ɹˈɛvəɹi",
70668
  "revers": "ɹəvˈɪɹ",
 
72354
  "sapidity": "səpˈɪdəɾi",
72355
  "sapience": "sˈApiəns",
72356
  "sapient": "sˈApiənt",
72357
+ "sapiential": "sˌApiˈɛnʃᵊl",
72358
  "sapiently": "sˈApiəntli",
72359
  "sapiosexual": "sˌApiOsˈɛkʃəwəl",
72360
  "sapless": "sˈæpləs",
 
72939
  "sciatica": "sIˈæɾəkə",
72940
  "sciatically": "sIˈæɾəkᵊli",
72941
  "science": "sˈIəns",
72942
+ "sciential": "sIˈɛnʃᵊl",
72943
  "scientific": "sˌIəntˈɪfɪk",
72944
  "scientifically": "sˌIəntˈɪfəkᵊli",
72945
  "scientism": "sˈIəntˌɪzəm",
 
73885
  "self-protective": "sˌɛlfpɹətˈɛktɪv",
73886
  "self-publicist": "sˌɛlfpˈʌbləsɪst",
73887
  "self-quarantine": "sˌɛlfkwˈɔɹəntˌin",
73888
+ "self-referential": "sˌɛlfɹˌɛfəɹˈɛnʃᵊl",
73889
  "self-reflection": "sˌɛlfɹəflˈɛkʃən",
73890
  "self-reflexive": "sˌɛlfɹəflˈɛksɪv",
73891
  "self-regard": "sˌɛlfɹəɡˈɑɹd",
 
73999
  "semi": "sˈɛmˌI",
74000
  "semi-independent": "sˌɛmiˌɪndəpˈɛndənt",
74001
  "semi-invalid": "sˌɛmˌIˈɪnvəlɪd",
74002
+ "semi-official": "sˌɛmiəfˈɪʃᵊl",
74003
  "semi-opera": "sˈɛmˌIˌɑpəɹə",
74004
  "semiannual": "sˌɛmiˈænjəwəl",
74005
  "semiannually": "sˌɛmiˈænjəwəli",
 
74187
  "sent": "sˈɛnt",
74188
  "sente": "sˈɛntˌi",
74189
  "sentence": "sˈɛntᵊns",
74190
+ "sentential": "sɛntˈɛnʃᵊl",
74191
+ "sententious": "sɛntˈɛnʃəs",
74192
+ "sententiously": "sɛntˈɛnʃəsli",
74193
+ "sententiousness": "sɛntˈɛnʃəsnəs",
74194
+ "sentience": "sˈɛnʃəns",
74195
+ "sentient": "sˈɛnʃənt",
74196
+ "sentiently": "sˈɛnʃəntli",
74197
  "sentiment": "sˈɛntəmᵊnt",
74198
  "sentimental": "sˌɛntəmˈɛntᵊl",
74199
  "sentimentalise": "sˌɛntəmˈɛntᵊlˌIz",
 
74281
  "sequence": "sˈikwəns",
74282
  "sequencer": "sˈikwənsəɹ",
74283
  "sequent": "sˈikwənt",
74284
+ "sequential": "səkwˈɛnʃᵊl",
74285
+ "sequentiality": "səkwˌɛnʃiˈæləɾi",
74286
+ "sequentially": "səkwˈɛnʃəli",
74287
  "sequently": "sˈikwəntli",
74288
  "sequester": "səkwˈɛstəɹ",
74289
  "sequestered": "səkwˈɛstəɹd",
 
75001
  "shitness": "ʃˈɪtnəs",
75002
  "shitpost": "ʃˈɪtpˌOst",
75003
  "shitposting": "ʃˈɪtpˌOstɪŋ",
75004
+ "shitshow": "ʃˈɪtʃO",
75005
  "shitstorm": "ʃˈɪtstˌɔɹm",
75006
  "shitted": "ʃˈɪɾᵻd",
75007
  "shittier": "ʃˈɪɾiəɹ",
 
76557
  "snagged": "snˈæɡd",
76558
  "snagging": "snˈæɡɪŋ",
76559
  "snaggle": "snˈæɡəl",
76560
+ "snaggle-tooth": "snˈæɡᵊltˌuθ",
76561
+ "snaggle-toothed": "snˈæɡᵊltˌuθt",
76562
  "snaggletooth": "snˈæɡᵊltˌuθ",
76563
+ "snaggletoothed": "snˈæɡᵊltˌuθt",
76564
  "snaggy": "snˈæɡi",
76565
  "snail": "snˈAl",
76566
  "snailfish": "snˈAlfˌɪʃ",
 
78653
  "statuette": "stˌæʧʊˈɛt",
78654
  "stature": "stˈæʧəɹ",
78655
  "statured": "stˈæʧəɹd",
78656
+ "status": "stˈæɾəs",
78657
  "statute": "stˈæʧut",
78658
  "statutorily": "stˌæʧətˈɔɹəli",
78659
  "statutory": "stˈæʧətˌɔɹi",
 
79536
  "strongyloidiasis": "stɹˌɑnʤəlYdˈIəsɪs",
79537
  "strontia": "stɹˈɑnʃiə",
79538
  "strontianite": "stɹˈɑnʃiənˌIt",
79539
+ "strontium": "stɹˈɑntiəm",
79540
  "strop": "stɹˈɑp",
79541
  "strophanthin": "stɹˌOfˈænθᵊn",
79542
  "strophe": "stɹˈOfi",
 
80023
  "substage": "sˈʌbstˌAʤ",
80024
  "substance": "sˈʌbstəns",
80025
  "substandard": "sˌʌbstˈændəɹd",
80026
+ "substantial": "sˌʌbstˈænʃəl",
80027
+ "substantialism": "sˌʌbstˈænʃəlɪst",
80028
+ "substantialist": "səbstˌænʃiˈæləɾi",
80029
+ "substantiality": "sˌʌbstˈænʃəlˌɪzəm",
80030
+ "substantialize": "sˌʌbstˈænʃəlˌIz",
80031
+ "substantially": "sˌʌbstˈænʃəli",
80032
+ "substantiate": "səbstˈænʃiˌAt",
80033
+ "substantiation": "səbstˌænʃiˈAʃən",
80034
  "substantival": "sˌʌbstəntˈIvəl",
80035
  "substantive": "sˈʌbstəntɪv",
80036
  "substantively": "sˈʌbstəntəvli",
 
80100
  "suburbia": "səbˈɜɹbiə",
80101
  "subvariant": "sˈʌbvˌɛɹiənt",
80102
  "subvent": "səbvˈɛnt",
80103
+ "subvention": "səbvˈɛnʃən",
80104
  "subversion": "səbvˈɜɹʒən",
80105
  "subversive": "səbvˈɜɹsɪv",
80106
  "subversively": "səbvˈɜɹsəvli",
 
80620
  "supervene": "sˌupəɹvˈin",
80621
  "supervenient": "sˌupəɹvˈiniənt",
80622
  "supervening": "sˌupəɹvˈinɪŋ",
80623
+ "supervention": "sˌupəɹvˈɛnʃən",
80624
  "supervillain": "sˈupəɹvˌɪlən",
80625
  "supervise": "sˈupəɹvˌIz",
80626
  "supervision": "sˌupəɹvˈɪʒən",
 
81697
  "tangelo": "tˈænʤəlˌO",
81698
  "tangency": "tˈænʤənsi",
81699
  "tangent": "tˈænʤənt",
81700
+ "tangential": "tænʤˈɛnʃᵊl",
81701
+ "tangentially": "tænʤˈɛnʃəli",
81702
  "tangerine": "tˌænʤəɹˈin",
81703
  "tangibility": "tˌænʤəbˈɪləɾi",
81704
  "tangible": "tˈænʤəbᵊl",
 
83788
  "tonsillectomy": "tˌɑnsəlˈɛktəmi",
83789
  "tonsillitis": "tˌɑnsəlˈIɾəs",
83790
  "tonsorial": "tɑnsˈɔɹiəl",
83791
+ "tonsure": "tˈɑnʃəɹ",
83792
  "tontine": "tˈɑntˌin",
83793
  "tonus": "tˈOnəs",
83794
  "tony": "tˈOni",
 
83946
  "torque": "tˈɔɹk",
83947
  "torr": "tˈɔɹ",
83948
  "torrent": "tˈɔɹənt",
83949
+ "torrential": "tɔɹˈɛnʃᵊl",
83950
+ "torrentially": "tɔɹˈɛnʃəli",
83951
  "torrid": "tˈɔɹəd",
83952
  "torridity": "təɹˈɪdəɾi",
83953
  "torridly": "tˈɔɹədli",
 
84216
  "trademarked": "tɹˈAdmˌɑɹkt",
84217
  "tradeoff": "tɹˈAdˌɔf",
84218
  "trader": "tɹˈAdəɹ",
84219
+ "tradescantia": "tɹˌædəskˈænʃə",
84220
  "tradesman": "tɹˈAdzmən",
84221
  "tradespeople": "tɹˈAdzpˌipəl",
84222
  "tradesperson": "tɹˈAdzpˌɜɹsən",
 
84430
  "transhistorical": "tɹˌænzhɪstˈɔɹɪkəl",
84431
  "transhumance": "tɹænzhjˈuməns",
84432
  "transhumanism": "tɹænzhjˈumənˌɪzəm",
84433
+ "transience": "tɹˈænziəns",
84434
+ "transient": "tɹˈænziənt",
84435
+ "transiently": "tɹˈænziəntli",
84436
  "transilluminate": "tɹˌænzəlˈumənˌAt",
84437
  "transillumination": "tɹˌænzəlˌumənˈAʃən",
84438
  "transistor": "tɹænzˈɪstəɹ",
 
86368
  "uncontrolledly": "ˌʌnkəntɹˈOlədli",
86369
  "uncontroversial": "ˌʌnkˌɑntɹəvˈɜɹʃəl",
86370
  "uncontroverted": "ˌʌnkˌɑntɹəvˈɜɹɾᵻd",
86371
+ "unconventional": "ˌʌnkənvˈɛnʃᵊnəl",
86372
+ "unconventionality": "��ʌnkənvˌɛnʃənˈæləɾi",
86373
+ "unconventionally": "ˌʌnkənvˈɛnʃᵊnəli",
86374
  "unconverted": "ˌʌnkənvˈɜɹɾᵻd",
86375
  "unconvinced": "ˌʌnkənvˈɪnst",
86376
  "unconvincing": "ˌʌnkənvˈɪnsɪŋ",
 
86624
  "underlip": "ˈʌndəɹlˌɪp",
86625
  "underlying": "ˌʌndəɹlˈIɪŋ",
86626
  "underman": "ˌʌndəɹmˈæn",
86627
+ "undermentioned": "ˌʌndəɹmˈɛnʃənd",
86628
  "undermine": "ˌʌndəɹmˈIn",
86629
  "underminer": "ˈʌndəɹmˌInəɹ",
86630
  "undermining": "ˌʌndəɹmˈInɪŋ",
 
86956
  "unescapable": "ˌʌnəskˈApəbᵊl",
86957
  "unesco": "junˈɛskO",
86958
  "unescorted": "ˌʌnəskˈɔɹɾᵻd",
86959
+ "unessential": "ˌʌnəsˈɛnʃəl",
86960
  "unethical": "ˌʌnˈɛθəkᵊl",
86961
  "unethically": "ˌʌnˈɛθəkᵊli",
86962
  "uneven": "ˌʌnˈivən",
 
87297
  "uninfected": "ˌʌnənfˈɛktᵻd",
87298
  "uninflected": "ˌʌnənflˈɛktᵻd",
87299
  "uninfluenced": "ˌʌnˈɪnflʊənst",
87300
+ "uninfluential": "ˌʌnɪnfluˈɛnʃᵊl",
87301
  "uninformative": "ˌʌnənfˈɔɹməɾɪv",
87302
  "uninformed": "ˌʌnənfˈɔɹmd",
87303
  "uninhabitable": "ˌʌnənhˈæbəɾəbᵊl",
 
87321
  "unintelligible": "ˌʌnəntˈɛləʤəbᵊl",
87322
  "unintelligibly": "ˌʌnəntˈɛləʤəbli",
87323
  "unintended": "ˌʌnəntˈɛndᵻd",
87324
+ "unintentional": "ˌʌnəntˈɛnʃᵊnᵊl",
87325
+ "unintentionally": "ˌʌnəntˈɛnʃᵊnəli",
87326
  "uninterested": "ˌʌnˈɪntɹəstᵻd",
87327
  "uninterestedly": "ˌʌnˈɪntɹəstᵻdli",
87328
  "uninterestedness": "ˌʌnˈɪntɹəstᵻdnəs",
 
87525
  "unmediated": "ˌʌnmˈidiˌAɾᵻd",
87526
  "unmelted": "ˌʌnmˈɛltᵻd",
87527
  "unmemorable": "ˌʌnmˈɛməɹəbᵊl",
87528
+ "unmentionability": "ˌʌnmˌɛnʃənəbˈɪləɾi",
87529
+ "unmentionable": "ˌʌnmˈɛnʃᵊnəbəl",
87530
+ "unmentionableness": "ˌʌnmˈɛnʃᵊnəbəlnəs",
87531
+ "unmentionably": "ˌʌnmˈɛnʃᵊnəbli",
87532
+ "unmentioned": "ˌʌnmˈɛnʃənd",
87533
  "unmerciful": "ˌʌnmˈɜɹsəfᵊl",
87534
  "unmercifully": "ˌʌnmˈɜɹsəfᵊli",
87535
  "unmercifulness": "ˌʌnmˈɜɹsəfəlnəs",
 
87745
  "unpressurized": "ˌʌnpɹˈɛʃəɹˌIzd",
87746
  "unpresuming": "ˌʌnpɹəzˈumɪŋ",
87747
  "unpretending": "ˌʌnpɹətˈɛndɪŋ",
87748
+ "unpretentious": "ˌʌnpɹətˈɛnʃəs",
87749
+ "unpretentiously": "ˌʌnpɹətˈɛnʃəsli",
87750
+ "unpretentiousness": "ˌʌnpɹətˈɛnʃəsnəs",
87751
  "unpreventable": "ˌʌnpɹəvˈɛntəbᵊl",
87752
  "unpriced": "ˌʌnpɹˈIst",
87753
  "unprimed": "ˌʌnpɹˈImd",
 
88230
  "unstylish": "ˌʌnstˈIlɪʃ",
88231
  "unsub": "ˈʌnsˌʌb",
88232
  "unsubscribe": "ˌʌnsəbskɹˈIb",
88233
+ "unsubstantial": "ˌʌnsəbstˈænʃəl",
88234
+ "unsubstantiality": "ˌʌnsəbstˌænʃiˈæləɾi",
88235
+ "unsubstantially": "ˌʌnsəbstˈænʃəli",
88236
+ "unsubstantiated": "ˌʌnsəbstˈænʃiˌAɾᵻd",
88237
  "unsubtle": "ˌʌnsˈʌɾᵊl",
88238
  "unsubtly": "ˌʌnsˈʌɾᵊli",
88239
  "unsuccessful": "ˌʌnsəksˈɛsfəl",
 
89634
  "vicariousness": "vəkˈɛɹiəsnəs",
89635
  "vicarship": "vˈɪkəɹʃˌɪp",
89636
  "vice": "vˈIs",
89637
+ "vice-presidential": "vˌIspɹˈɛzədˌɛnʃᵊl",
89638
  "vice-ridden": "vˈIsɹˌɪdᵊn",
89639
  "vicegerency": "vˌIsʤˈɪɹənsi",
89640
  "vicegerent": "vˌIsʤˈɪɹənt",
 
89725
  "vigilance": "vˈɪʤələns",
89726
  "vigilant": "vˈɪʤələnt",
89727
  "vigilante": "vˌɪʤəlˈænti",
89728
+ "vigilantism": "vˌɪʤəlˈæntˌɪzəm",
89729
  "vigilantly": "vˈɪʤələntli",
89730
  "vigneron": "vˌɪnjəɹˈɑn",
89731
  "vignette": "vɪnjˈɛt",
us_lexicon_cache.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d5eb20098259b4a4ab76a3c566fb28d8e7d94a0353f6ad273b7e04397222e67a
3
- size 30695717
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b36ba313202227d6914ad32cd684a0304bd2757e9ec4158ea7bc36ec40e224e
3
+ size 10444631
us_silver.json CHANGED
@@ -1259,6 +1259,7 @@
1259
  "afterpeak": "ˈæftəɹpˌik",
1260
  "afterplanting": "ˈæftəɹpləntɪŋ",
1261
  "afterplay": "ˈæftəɹplˌA",
 
1262
  "aftersend": "ˈæftəɹsˌɛnd",
1263
  "aftershaves": "ˈæftəɹʃˌAvz",
1264
  "aftership": "ˈæftəɹʃˌɪp",
@@ -2190,9 +2191,6 @@
2190
  "anchorwise": "ˈæŋkəɹwˌIz",
2191
  "anchory": "ˈæŋkəɹi",
2192
  "anchylosing": "ˈænʧɪlˌOsɪŋ",
2193
- "ancientest": "ˈAnʧəntɪst",
2194
- "ancientism": "ˈAnʧəntˌɪzəm",
2195
- "ancients": "ˈAnʧənts",
2196
  "ancilia": "ænsˈɪliə",
2197
  "ancona": "ænkˈOnə",
2198
  "andalusian": "ˌændəlˈuʒən",
@@ -2546,6 +2544,11 @@
2546
  "anticontagious": "ˌæntɪkəntˈAʤəs",
2547
  "anticontagiously": "ˌæntɪkəntˈAʤəsli",
2548
  "anticontagiousness": "ˌæntɪkəntˈAʤəsnəs",
 
 
 
 
 
2549
  "anticonvulsive": "ˌæntɪkənvˈʌlsɪv",
2550
  "anticosmetic": "ˌæntɪkɑzmˈɛɾɪk",
2551
  "anticosmetics": "ˌæntɪkɑzmˈɛɾɪks",
@@ -2814,6 +2817,7 @@
2814
  "antiproductiveness": "ˌæntɪpɹədˈʌktɪvnəs",
2815
  "antiprofiteering": "ˌæntɪpɹˌɑfɪtˈɪɹɪŋ",
2816
  "antiprogressive": "ˌæntɪpɹəɡɹˈɛsɪv",
 
2817
  "antiptosis": "ˌæntɪtˈOsɪs",
2818
  "antipudic": "ˌæntɪpjˈudɪk",
2819
  "antiputrid": "ˌæntɪpjˈutɹɪd",
@@ -3080,8 +3084,8 @@
3080
  "apotheosized": "əpˈɑθiəsˌIzd",
3081
  "apotheosizing": "əpˈɑθiəsˌIzɪŋ",
3082
  "apout": "əpˈWt",
3083
- "appalachia": "ˌæpəlˈAʧiə",
3084
- "appalachian": "ˌæpəlˈAʧiən",
3085
  "appallingness": "əpˈɔlɪŋnəs",
3086
  "appallment": "əpˈɔlmənt",
3087
  "appalls": "əpˈɔlz",
@@ -3833,6 +3837,7 @@
3833
  "assentatory": "əsˈɛntətˌɔɹi",
3834
  "assented": "əsˈɛntᵻd",
3835
  "assenters": "əsˈɛntəɹz",
 
3836
  "assenting": "əsˈɛntɪŋ",
3837
  "assentingly": "əsˈɛntɪŋli",
3838
  "assentive": "əsˈɛntɪv",
@@ -7386,6 +7391,7 @@
7386
  "biophysic": "bˌIOfˈɪzɪk",
7387
  "biophysically": "bˌIOfˈɪzɪkli",
7388
  "bioplasmic": "bˌIOplˈæzmɪk",
 
7389
  "biopsychic": "bIˌɑsˈIkɪk",
7390
  "biopsychical": "bIˌɑsˈIkɪkᵊl",
7391
  "bioreaction": "bˌIOɹɪˈækʃən",
@@ -13124,7 +13130,7 @@
13124
  "cinchonin": "sˈɪnʧənˌɪn",
13125
  "cinchonising": "sˈɪnʧənˌIzɪŋ",
13126
  "cinchonizing": "sˈɪnʧənˌIzɪŋ",
13127
- "cincinnati": "sˌɪntsənˈædi",
13128
  "cinctured": "sˈɪŋkʧəɹd",
13129
  "cinctures": "sˈɪŋkʧəɹz",
13130
  "cincturing": "sˈɪŋkʧəɹɪŋ",
@@ -15196,6 +15202,8 @@
15196
  "consenters": "kənsˈɛntəɹz",
15197
  "consentful": "kənsˈɛntfᵊl",
15198
  "consentfully": "kənsˈɛntfəli",
 
 
15199
  "consentingly": "kənsˈɛntɪŋli",
15200
  "consentingness": "kənsˈɛntɪŋnəs",
15201
  "consentive": "kənsˈɛntɪv",
@@ -15381,6 +15389,8 @@
15381
  "contendress": "kəntˈɛndɹɛs",
15382
  "contends": "kəntˈɛndz",
15383
  "contenement": "kəntˈɛnəmənt",
 
 
15384
  "contestableness": "kəntˈɛstəbᵊlnəs",
15385
  "contesters": "kəntˈɛstəɹz",
15386
  "contestingly": "kəntˈɛstɪŋli",
@@ -15462,6 +15472,7 @@
15462
  "controllingly": "kəntɹˈOlɪŋli",
15463
  "controlment": "kəntɹˈOlmənt",
15464
  "controls": "kəntɹˈOlz",
 
15465
  "controversion": "kˌɑntɹəvˈɜɹʒən",
15466
  "controversional": "kˌɑntɹəvˈɜɹʒənᵊl",
15467
  "controversionalism": "kˌɑntɹəvˈɜɹʒənəlˌɪzəm",
@@ -15482,8 +15493,16 @@
15482
  "convenes": "kənvˈinz",
15483
  "convening": "kənvˈinɪŋ",
15484
  "conventing": "kˈɑnvəntɪŋ",
 
 
15485
  "conventionalising": "kənvˈɛnʃənəlˌIzɪŋ",
15486
  "conventionalizing": "kənvˈɛnʃənᵊlˌIzɪŋ",
 
 
 
 
 
 
15487
  "converged": "kənvˈɜɹʤd",
15488
  "convergement": "kənvˈɜɹʤmənt",
15489
  "convergency": "kənvˈɜɹʤənsi",
@@ -19472,6 +19491,8 @@
19472
  "differencing": "dˈɪfɹənsɪŋ",
19473
  "differencingly": "dˈɪfɹənsɪŋli",
19474
  "differency": "dˈɪfəɹənsi",
 
 
19475
  "differentiating": "dˌɪfəɹˈɛnʃɪˌAɾɪŋ",
19476
  "differer": "dˈɪfəɹəɹ",
19477
  "differers": "dˈɪfəɹəɹz",
@@ -20508,6 +20529,7 @@
20508
  "dissembling": "dɪsˈɛmblɪŋ",
20509
  "dissemblingly": "dɪsˈɛmblɪŋli",
20510
  "disseminating": "dɪsˈɛmᵻnˌAɾɪŋ",
 
20511
  "dissertating": "dɪsˈɜɹɾAɾɪŋ",
20512
  "disserting": "dɪsˈɜɹɾɪŋ",
20513
  "disserve": "dɪsˈɜɹv",
@@ -22231,6 +22253,7 @@
22231
  "electrocoating": "ɪlˌɛktɹOkˈOɾɪŋ",
22232
  "electrocuting": "ᵻlˈɛktɹəkjˌuɾɪŋ",
22233
  "electrocystoscope": "ɪlˌɛktɹOsˈɪstəskˌOp",
 
22234
  "electrodeposition": "ɪlˌɛktɹOdˌɛpəzˈɪʃən",
22235
  "electrodiplomatic": "ɪlˌɛktɹOdˌɪpləmˈæɾɪk",
22236
  "electrodissolution": "ɪlˌɛktɹOdˌɪsəlˈuʃən",
@@ -22257,6 +22280,7 @@
22257
  "electrophysiologically": "ɪlˌɛktɹOfˌɪziəlˈɑʤɪkli",
22258
  "electropneumatic": "ɪlˌɛktɹOpnumˈæɾɪk",
22259
  "electropneumatically": "ɪlˌɛktɹOpnumˈæɾɪkli",
 
22260
  "electropuncture": "ɪlˌɛktɹOpˈʌŋkʧəɹ",
22261
  "electropuncturing": "ɪlˌɛktɹOpˈʌŋkʧəɹɪŋ",
22262
  "electrorefining": "ɪlˌɛktɹOɹˈɛfInɪŋ",
@@ -24036,6 +24060,7 @@
24036
  "expone": "ɛkspˈOn",
24037
  "exponence": "ɛkspˈOnəns",
24038
  "exponency": "ɛkspˈOnənsi",
 
24039
  "exponentiating": "ɛkspOnˈɛnʃɪˌAɾɪŋ",
24040
  "exporting": "ɛkspˈɔɹɾɪŋ",
24041
  "exposing": "ɛkspˈOzɪŋ",
@@ -28032,6 +28057,7 @@
28032
  "genres": "ʒˈɑnɹəz",
28033
  "genro": "ʤˈɛnɹO",
28034
  "genros": "ʤˈɛnɹOz",
 
28035
  "gentiin": "ʤˈɛntɪˌɪn",
28036
  "gentil": "ʤˈɛntᵊl",
28037
  "gentilism": "ʤˈɛntᵊlˌɪzəm",
@@ -28087,6 +28113,7 @@
28087
  "geophone": "ʤˌiOfˈOn",
28088
  "geophones": "ʤˌiOfˈOnz",
28089
  "geopolar": "ʤˌiOpˈOləɹ",
 
28090
  "georama": "ʤˌiOɹˈɑmə",
28091
  "geordie": "ʤˈɔɹdi",
28092
  "george": "ʤˈɔɹʤ",
@@ -33420,6 +33447,7 @@
33420
  "improvises": "ˈɪmpɹəvˌIzᵻz",
33421
  "improvising": "ˈɪmpɹəvˌIzɪŋ",
33422
  "improviso": "ˌɪmpɹəvˈIzO",
 
33423
  "imps": "ˈɪmps",
33424
  "impship": "ɪmpʃˈɪp",
33425
  "impuberty": "ɪmpjˈubəɹɾi",
@@ -33786,6 +33814,7 @@
33786
  "indictors": "ˈɪndɪktəɹz",
33787
  "indicts": "ɪndˈIts",
33788
  "indifferency": "ɪndˈɪfəɹənsi",
 
33789
  "indignifying": "ɪndˈɪɡnᵻfˌIɪŋ",
33790
  "indigotindisulphonic": "ˌɪndɪɡˌɑtɪndˌIsəlfˈɑnɪk",
33791
  "indimple": "ɪndˈɪmpᵊl",
@@ -33903,6 +33932,7 @@
33903
  "inequally": "ɪnˈikwᵊli",
33904
  "inequalness": "ɪnˈikwᵊlnəs",
33905
  "inequilobed": "ɪnˌikwɪlˈObd",
 
33906
  "inertance": "ɪnˈɜɹtəns",
33907
  "inertias": "ɪnˈɜɹʃəz",
33908
  "inerts": "ɪnˈɜɹts",
@@ -34044,6 +34074,7 @@
34044
  "inflooding": "ˈɪnflʌdɪŋ",
34045
  "inflowering": "ˈɪnflWəɹɪŋ",
34046
  "influencing": "ˈɪnfluənsɪŋ",
 
34047
  "infolded": "ɪnfˈOldᵻd",
34048
  "infolder": "ɪnfˈOldəɹ",
34049
  "infolders": "ɪnfˈOldəɹz",
@@ -34588,6 +34619,8 @@
34588
  "intensivenyess": "ɪntˈɛnsɪvˌɛnɪˌɛs",
34589
  "intensives": "ɪntˈɛnsɪvz",
34590
  "intented": "ɪntˈɛntᵻd",
 
 
34591
  "intentive": "ɪntˈɛntɪv",
34592
  "intentively": "ɪntˈɛntɪvli",
34593
  "intentiveness": "ɪntˈɛntɪvnəs",
@@ -34918,6 +34951,8 @@
34918
  "internetworking": "ˌɪntəɹnˈɛtwɜɹkɪŋ",
34919
  "internetworks": "ˈɪntəɹnˌɛtwɜɹks",
34920
  "interning": "ɪntˈɜɹnɪŋ",
 
 
34921
  "interoscillating": "ˌɪntəɹˈɑsɪlˌAɾɪŋ",
34922
  "interosculating": "ˌɪntəɹˈɑskjʊlˌAɾɪŋ",
34923
  "interownership": "ˌɪntəɹˈOnəɹʃˌɪp",
@@ -35232,6 +35267,7 @@
35232
  "intromissive": "ˌɪntɹəmˈɪsɪv",
35233
  "intromitting": "ˌɪntɹəmˈɪɾɪŋ",
35234
  "intros": "ˈɪntɹOz",
 
35235
  "introspectable": "ˌɪntɹəspˈɛktəbᵊl",
35236
  "introspected": "ˌɪntɹəspˈɛktᵻd",
35237
  "introspectible": "ˌɪntɹəspˈɛktᵻbᵊl",
@@ -38634,7 +38670,6 @@
38634
  "limbering": "lˈɪmbəɹɪŋ",
38635
  "limberly": "lˈɪmbəɹli",
38636
  "limbers": "lˈɪmbəɹz",
38637
- "limbic": "lˈɪmbɪk",
38638
  "limbie": "lˈɪmbi",
38639
  "limbier": "lˈɪmbiəɹ",
38640
  "limbiest": "lˈɪmbiɪst",
@@ -39681,6 +39716,7 @@
39681
  "macers": "mˈAsəɹz",
39682
  "maces": "mˈAsᵻz",
39683
  "mach": "mˈɑk",
 
39684
  "machiavel": "mˌɑkiəvˈɛl",
39685
  "machiavellian": "mˌɑkiəvˈɛliən",
39686
  "machiavellianism": "mˌɑkiəvˈɛliənˌɪzəm",
@@ -42286,6 +42322,7 @@
42286
  "misinstructive": "mˌɪsɪnstɹˈʌktɪv",
42287
  "misinstructs": "mˌɪsɪnstɹˈʌkts",
42288
  "misintend": "mˌɪsɪntˈɛnd",
 
42289
  "misitemized": "mɪsˈIɾəmˌIzd",
42290
  "misjoin": "mɪsʤˈYn",
42291
  "misjoinder": "mɪsʤˈYndəɹ",
@@ -45495,6 +45532,7 @@
45495
  "noncontamination": "nˌɑŋkəntˌæmᵻnˈAʃən",
45496
  "noncontemporary": "nˌɑŋkəntˈɛmpəɹˌɛɹi",
45497
  "noncontending": "nˌɑŋkəntˈɛndɪŋ",
 
45498
  "noncontestable": "nˌɑŋkəntˈɛstəbᵊl",
45499
  "noncontingency": "nˌɑŋkəntˈɪnʤənsi",
45500
  "noncontingently": "nˌɑŋkəntˈɪnʤəntli",
@@ -45609,6 +45647,8 @@
45609
  "nondefamatory": "nˌɑndᵻfˈæmətˌɔɹi",
45610
  "nondefaulting": "nˌɑndᵻfˈɔltɪŋ",
45611
  "nondefecting": "nˌɑndᵻfˈɛktɪŋ",
 
 
45612
  "nondefiling": "nˌɑndᵻfˈIlɪŋ",
45613
  "nondefining": "nˌɑndᵻfˈInɪŋ",
45614
  "nondeflationary": "nˌɑndiflˈAʃənˌɛɹi",
@@ -45911,6 +45951,8 @@
45911
  "nonexpeditiousness": "nˌɑnˌɛkspədˈɪʃəsnəs",
45912
  "nonexpiatory": "nˌɑnˈɛkspiətˌɔɹi",
45913
  "nonexpiring": "nˌɑnɛkspˈIəɹɪŋ",
 
 
45914
  "nonexportable": "nˌɑnɛkspˈɔɹɾəbᵊl",
45915
  "nonextension": "nˌɑnɛkstˈɛnʃən",
45916
  "nonextensional": "nˌɑnɛkstˈɛnʃənᵊl",
@@ -46265,6 +46307,8 @@
46265
  "noninflected": "nˌɑnɪnflˈɛktᵻd",
46266
  "noninflectional": "nˌɑnɪnflˈɛkʃənᵊl",
46267
  "noninflectionally": "nˌɑnɪnflˈɛkʃənᵊli",
 
 
46268
  "noninfraction": "nˌɑnɪnfɹˈækʃən",
46269
  "noninitial": "nˌɑnɪnˈɪʃᵊl",
46270
  "noninitially": "nˌɑnɪnˈɪʃᵊli",
@@ -46286,6 +46330,7 @@
46286
  "noninstrumental": "nˌɑnˌɪnstɹəmˈɛntᵊl",
46287
  "noninstrumentally": "nˌɑnˌɪnstɹəmˈɛntᵊli",
46288
  "nonintent": "nˌɑnɪntˈɛnt",
 
46289
  "noninteracting": "nˌɑnˌɪntəɹˈæktɪŋ",
46290
  "noninteractive": "nˌɑnˌɪntəɹˈæktɪv",
46291
  "nonintercepting": "nˌɑnˌɪntəɹsˈɛptɪŋ",
@@ -46771,6 +46816,7 @@
46771
  "nonpossessiveness": "nˌɑnpəzˈɛsɪvnəs",
46772
  "nonpossessory": "nˌɑnpəzˈɛsəɹi",
46773
  "nonpotable": "nˌɑnpˈOɾəbᵊl",
 
46774
  "nonpower": "nˌɑnpˈWəɹ",
46775
  "nonpragmatic": "nˌɑnpɹæɡmˈæɾɪk",
46776
  "nonpragmatical": "nˌɑnpɹæɡmˈæɾɪkᵊl",
@@ -46781,6 +46827,8 @@
46781
  "nonpreciousness": "nˌɑnpɹˈɛʃəsnəs",
46782
  "nonpredatoriness": "nˌɑnpɹˈɛdətˌɔɹinəs",
46783
  "nonpredatory": "nˌɑnpɹˈɛdətˌɔɹi",
 
 
46784
  "nonpregnant": "nˌɑnpɹˈɛɡnənt",
46785
  "nonprejudicially": "nˌɑnpɹˌɛʤudˈɪʃᵊli",
46786
  "nonpremium": "nˌɑnpɹˈimiəm",
@@ -46852,6 +46900,8 @@
46852
  "nonprovided": "nˌɑnpɹəvˈIdᵻd",
46853
  "nonprovider": "nˌɑnpɹəvˈIdəɹ",
46854
  "nonprovisionary": "nˌɑnpɹəvˈɪʒənˌɛɹi",
 
 
46855
  "nonpsychic": "nˌɑnsˈIkɪk",
46856
  "nonpsychical": "nˌɑnsˈIkɪkᵊl",
46857
  "nonpsychically": "nˌɑnsˈIkɪkli",
@@ -46980,6 +47030,8 @@
46980
  "nonrevenue": "nˌɑnɹˈɛvənˌu",
46981
  "nonreverence": "nˌɑnɹˈɛvəɹəns",
46982
  "nonreverent": "nˌɑnɹˈɛvəɹənt",
 
 
46983
  "nonreverently": "nˌɑnɹˈɛvəɹəntli",
46984
  "nonreversed": "nˌɑnɹᵻvˈɜɹst",
46985
  "nonreversing": "nˌɑnɹᵻvˈɜɹsɪŋ",
@@ -47088,6 +47140,12 @@
47088
  "nonsensitizing": "nˌɑnsˈɛnsɪtˌIzɪŋ",
47089
  "nonsensorial": "nˌɑnsɛnsˈɔɹiəl",
47090
  "nonsensory": "nˌɑnsˈɛnsəɹi",
 
 
 
 
 
 
47091
  "nonseparable": "nˌɑnsˈɛpəɹəbᵊl",
47092
  "nonseparableness": "nˌɑnsˈɛpəɹəbᵊlnəs",
47093
  "nonseparably": "nˌɑnsˈɛpəɹəbli",
@@ -47367,6 +47425,8 @@
47367
  "nontactical": "nˌɑntˈæktɪkᵊl",
47368
  "nontactically": "nˌɑntˈæktɪkli",
47369
  "nontalented": "nˌɑntˈæləntᵻd",
 
 
47370
  "nontannic": "nˌɑntˈænɪk",
47371
  "nontanning": "nˌɑntˈænɪŋ",
47372
  "nontarnishing": "nˌɑntˈɑɹnɪʃɪŋ",
@@ -47927,6 +47987,9 @@
47927
  "nunry": "nˈʌnɹi",
47928
  "nuns": "nˈʌnz",
47929
  "nunting": "nˈʌntɪŋ",
 
 
 
47930
  "nurling": "nˈɜɹlɪŋ",
47931
  "nursed": "nˈɜɹsd",
47932
  "nursedom": "nˈɜɹsdəm",
@@ -48411,6 +48474,8 @@
48411
  "omniproduction": "ˌɑmnɪpɹədˈʌkʃən",
48412
  "omniregency": "ˌɑmnɪɹˈiʤənsi",
48413
  "omnirevealing": "ˌɑmnɪɹᵻvˈilɪŋ",
 
 
48414
  "omnisufficiency": "ˌɑmnɪsəfˈɪʃənsi",
48415
  "omnisufficient": "ˌɑmnɪsəfˈɪʃənt",
48416
  "omnitolerant": "ˌɑmnɪtˈɑləɹənt",
@@ -50474,6 +50539,8 @@
50474
  "overcontented": "ˌOvəɹkəntˈɛntᵻd",
50475
  "overcontentedly": "ˌOvəɹkəntˈɛntᵻdli",
50476
  "overcontentedness": "ˌOvəɹkəntˈɛntᵻdnəs",
 
 
50477
  "overcontentiousness": "ˌOvəɹkəntˈɛnʃəsnəs",
50478
  "overcontentment": "ˌOvəɹkəntˈɛntmənt",
50479
  "overcontraction": "ˌOvəɹkəntɹˈækʃən",
@@ -50564,6 +50631,8 @@
50564
  "overdeeming": "ˌOvəɹdˈimɪŋ",
50565
  "overdeepen": "ˌOvəɹdˈipən",
50566
  "overdeeply": "ˌOvəɹdˈipli",
 
 
50567
  "overdeliberated": "ˌOvəɹdᵻlˈɪbəɹˌAɾᵻd",
50568
  "overdeliberating": "ˌOvəɹdᵻlˈɪbəɹˌAɾɪŋ",
50569
  "overdeliberation": "ˌOvəɹdᵻlˌɪbəɹˈAʃən",
@@ -50987,6 +51056,7 @@
50987
  "overinflation": "ˌOvəɹɪnflˈAʃən",
50988
  "overinflationary": "ˌOvəɹɪnflˈAʃənˌɛɹi",
50989
  "overinfluencing": "ˌOvəɹˈɪnfluənsɪŋ",
 
50990
  "overinform": "ˌOvəɹɪnfˈɔɹm",
50991
  "overing": "ˈOvəɹɪŋ",
50992
  "overinhibited": "ˌOvəɹɪnhˈɪbɪɾᵻd",
@@ -51351,6 +51421,7 @@
51351
  "overponderousness": "ˌOvəɹpˈɑndəɹəsnəs",
51352
  "overpopulating": "ˌOvəɹpˈɑpjʊlˌAɾɪŋ",
51353
  "overpossess": "ˌOvəɹpəzˈɛs",
 
51354
  "overpowered": "ˌOvəɹpˈWəɹd",
51355
  "overpowerful": "ˌOvəɹpˈWəɹfᵊl",
51356
  "overpowerfully": "ˌOvəɹpˈWəɹfəli",
@@ -51491,6 +51562,7 @@
51491
  "overselling": "ˌOvəɹsˈɛlɪŋ",
51492
  "oversells": "ˌOvəɹsˈɛlz",
51493
  "oversensitizing": "ˌOvəɹsˈɛnsɪtˌIzɪŋ",
 
51494
  "oversentimentalizing": "ˌOvəɹsˌɛntɪmˈɛntᵊlˌIzɪŋ",
51495
  "overserene": "ˌOvəɹsəɹˈin",
51496
  "overserenely": "ˌOvəɹsəɹˈinli",
@@ -55033,6 +55105,7 @@
55033
  "pleiotropically": "plˌAətɹˈɑpɪkli",
55034
  "pleis": "plˈAz",
55035
  "pleistocene": "plˈIstəsˌin",
 
55036
  "plenishing": "plˈɛnɪʃɪŋ",
55037
  "plenshing": "plˈɛnʃɪŋ",
55038
  "plenums": "plˈɛnəmz",
@@ -55944,6 +56017,8 @@
55944
  "potatoes": "pətˈAɾOz",
55945
  "potawatomi": "pˌɑɾəwˈɑɾəmi",
55946
  "potboiling": "pˈɑtbYlɪŋ",
 
 
55947
  "potentiating": "pətˈɛnʃɪˌAɾɪŋ",
55948
  "pothering": "pˈʌðəɹɪŋ",
55949
  "pothunting": "pˈɑθʌntɪŋ",
@@ -56642,6 +56717,7 @@
56642
  "precontemplation": "pɹˌikˌɑntəmplˈAʃən",
56643
  "precontemporary": "pɹˌikəntˈɛmpəɹˌɛɹi",
56644
  "precontend": "pɹˌikəntˈɛnd",
 
56645
  "precontentment": "pɹˌikəntˈɛntmənt",
56646
  "precontractive": "pɹˌikəntɹˈæktɪv",
56647
  "precontribute": "pɹˌikəntɹˈɪbjut",
@@ -56653,7 +56729,9 @@
56653
  "precontrol": "pɹˌikəntɹˈOl",
56654
  "precontrolled": "pɹˌikəntɹˈOld",
56655
  "precontrolling": "pɹˌikəntɹˈOlɪŋ",
 
56656
  "precontroversy": "pɹˌikˈɑntɹəvˌɜɹsi",
 
56657
  "preconversion": "pɹˌikənvˈɜɹʒən",
56658
  "preconvert": "pɹˌikənvˈɜɹt",
56659
  "preconvey": "pɹˌikənvˈA",
@@ -57199,6 +57277,7 @@
57199
  "preinsure": "pɹˌiɪnʃˈʊɹ",
57200
  "preinsured": "pɹˌiɪnʃˈʊɹd",
57201
  "preintend": "pɹˌiɪntˈɛnd",
 
57202
  "preintercede": "pɹˌiˌɪntəɹsˈid",
57203
  "preinterceded": "pɹˌiˌɪntəɹsˈidᵻd",
57204
  "preinterceding": "pɹˌiˌɪntəɹsˈidɪŋ",
@@ -57481,6 +57560,7 @@
57481
  "prepossessed": "pɹɪpəzˈɛst",
57482
  "prepossesses": "pɹɪpəzˈɛsᵻz",
57483
  "prepossessor": "pɹɪpəzˈɛsəɹ",
 
57484
  "preppie": "pɹˈɛpi",
57485
  "prepracticing": "pɹɪpɹˈæktɪsɪŋ",
57486
  "prepractising": "pɹɪpɹˈæktIzɪŋ",
@@ -58224,6 +58304,8 @@
58224
  "proconservation": "pɹOkˌɑnsəɹvˈAʃən",
58225
  "proconservationist": "pɹOkˌɑnsəɹvˈAʃənˌɪst",
58226
  "proconsuls": "pɹOkˈɑnsᵊlz",
 
 
58227
  "proconviction": "pɹOkənvˈɪkʃən",
58228
  "procoracoid": "pɹOkˈɔɹəkˌYd",
58229
  "procoracoidal": "pɹOkˈɔɹəkˌYdᵊl",
@@ -58792,6 +58874,7 @@
58792
  "prozoning": "pɹˈɑzɑnɪŋ",
58793
  "prudelike": "pɹˈudlIk",
58794
  "prudely": "pɹˈudli",
 
58795
  "pruderies": "pɹˈudəɹiz",
58796
  "prudes": "pɹˈudz",
58797
  "prue": "pɹˈu",
@@ -61295,6 +61378,8 @@
61295
  "reconvened": "ɹˌikənvˈind",
61296
  "reconvenes": "ɹˌikənvˈinz",
61297
  "reconvening": "ɹˌikənvˈinɪŋ",
 
 
61298
  "reconverge": "ɹˌikənvˈɜɹʤ",
61299
  "reconverged": "ɹˌikənvˈɜɹʤd",
61300
  "reconvergence": "ɹˌikənvˈɜɹʤəns",
@@ -63725,6 +63810,7 @@
63725
  "reverencers": "ɹˈɛvəɹənsəɹz",
63726
  "reverences": "ɹˈɛvəɹənsᵻz",
63727
  "reverencing": "ɹˈɛvəɹənsɪŋ",
 
63728
  "reverentness": "ɹˈɛvəɹəntnəs",
63729
  "reveries": "ɹˈɛvəɹiz",
63730
  "reverifying": "ɹᵻvˈɛɹᵻfˌIɪŋ",
@@ -65319,6 +65405,7 @@
65319
  "salvy": "sˈælvi",
65320
  "samaj": "sˈæmæʤ",
65321
  "samal": "sˈæmᵊl",
 
65322
  "samaria": "səmˈɛɹiə",
65323
  "samaritan": "səmˈɛɹətᵊn",
65324
  "samaritanism": "səmˈɛɹətᵊnˌɪzəm",
@@ -67305,6 +67392,7 @@
67305
  "semischolastically": "sˌɛmɪskəlˈæstɪkli",
67306
  "semiseafaring": "sˌɛmɪsˈifɛɹɪŋ",
67307
  "semisection": "sˌɛmɪsˈɛkʃən",
 
67308
  "semiserious": "sˌɛmɪsˈɪɹiəs",
67309
  "semiseriously": "sˌɛmɪsˈɪɹiəsli",
67310
  "semiseriousness": "sˌɛmɪsˈɪɹiəsnəs",
@@ -67430,7 +67518,9 @@
67430
  "sensuism": "sˈɛnsuˌɪzəm",
67431
  "sensuist": "sˈɛnsuˌɪst",
67432
  "sentencing": "sˈɛntənsɪŋ",
 
67433
  "senti": "sˈɛnti",
 
67434
  "sentimentalizing": "sˌɛntɪmˈɛntᵊlˌIzɪŋ",
67435
  "sentine": "sˈɛntin",
67436
  "sentineling": "sˈɛntInᵊlɪŋ",
@@ -70152,7 +70242,6 @@
70152
  "snaffling": "snˈæflɪŋ",
70153
  "snafuing": "snˈæfuɪŋ",
70154
  "snagger": "snˈæɡəɹ",
70155
- "snaggletoothed": "snˈæɡᵊltˌuθt",
70156
  "snagrel": "snˈæɡɹᵊl",
70157
  "snags": "snˈæɡz",
70158
  "snailed": "snˈAld",
@@ -72605,6 +72694,7 @@
72605
  "statues": "stˈæʧuz",
72606
  "statuing": "stˈæʧuɪŋ",
72607
  "statures": "stˈæʧəɹz",
 
72608
  "statutes": "stˈæʧuts",
72609
  "statuting": "stˈæʧuɾɪŋ",
72610
  "stauk": "stˈɔk",
@@ -74048,6 +74138,9 @@
74048
  "subinferior": "sˌʌbɪnfˈɪɹiəɹ",
74049
  "subinfeudating": "sˈʌbɪnfjˌudAɾɪŋ",
74050
  "subinsertion": "sˌʌbɪnsˈɜɹʃən",
 
 
 
74051
  "subintroducing": "sˈʌbɪntɹˌɑʤusɪŋ",
74052
  "subinvolution": "sˌʌbɪnvəlˈuʃən",
74053
  "subj": "sˈʌbʤ",
@@ -74244,6 +74337,10 @@
74244
  "subvaluation": "səbvˌæljuˈAʃən",
74245
  "subvassal": "səbvˈæsᵊl",
74246
  "subvening": "səbvˈɛnɪŋ",
 
 
 
 
74247
  "subverse": "səbvˈɜɹs",
74248
  "subversed": "səbvˈɜɹst",
74249
  "subversionary": "səbvˈɜɹʒənˌɛɹi",
@@ -75538,6 +75635,7 @@
75538
  "swithered": "swˈɪðəɹd",
75539
  "swithering": "swˈɪðəɹɪŋ",
75540
  "swithers": "swˈɪðəɹz",
 
75541
  "switzerland": "swˈɪtsəɹlənd",
75542
  "swived": "swˈIvd",
75543
  "swiveleye": "swˈɪvᵊlˌI",
@@ -77188,6 +77286,7 @@
77188
  "theravada": "tˌɛɹəvˈɑdə",
77189
  "thereafterward": "ðɛɹˈæftəɹwəɹd",
77190
  "thereonto": "ðɛɹˈɑntO",
 
77191
  "theria": "θˈɪɹiə",
77192
  "theriomorphosis": "ðəɹiəmˈɔɹfəsˌɪs",
77193
  "thermae": "θˈɜɹmi",
@@ -78500,6 +78599,7 @@
78500
  "totery": "tˈOɾəɹi",
78501
  "tother": "tˈʌðəɹ",
78502
  "toting": "tˈOɾɪŋ",
 
78503
  "totonac": "tˌOɾənˈɑk",
78504
  "totoro": "tətˈɔɹO",
78505
  "tots": "tˈɑts",
@@ -80665,7 +80765,6 @@
80665
  "unanchor": "ʌnˈæŋkəɹ",
80666
  "unanchoring": "ʌnˈæŋkəɹɪŋ",
80667
  "unanchors": "ʌnˈæŋkəɹz",
80668
- "unancient": "ʌnˈAnʧənt",
80669
  "unanemic": "ʌnənˈimɪk",
80670
  "unangelic": "ʌnænʤˈɛlɪk",
80671
  "unangelical": "ʌnænʤˈɛlɪkᵊl",
@@ -81956,6 +82055,7 @@
81956
  "unconniving": "ʌŋkənˈIvɪŋ",
81957
  "unconsent": "ʌŋkənsˈɛnt",
81958
  "unconsented": "ʌŋkənsˈɛntᵻd",
 
81959
  "unconsenting": "ʌŋkənsˈɛntɪŋ",
81960
  "unconserved": "ʌŋkənsˈɜɹvd",
81961
  "unconserving": "ʌŋkənsˈɜɹvɪŋ",
@@ -82017,6 +82117,8 @@
82017
  "uncontentedness": "ʌŋkəntˈɛntᵻdnəs",
82018
  "uncontenting": "ʌŋkəntˈɛntɪŋ",
82019
  "uncontentingness": "ʌŋkəntˈɛntɪŋnəs",
 
 
82020
  "uncontentiousness": "ʌŋkəntˈɛnʃəsnəs",
82021
  "uncontestable": "ʌŋkəntˈɛstəbᵊl",
82022
  "uncontestablely": "ʌŋkəntˈɛstəbᵊlli",
@@ -82318,6 +82420,8 @@
82318
  "undefaulted": "ˌʌndᵻfˈɔltᵻd",
82319
  "undefaulting": "ˌʌndᵻfˈɔltɪŋ",
82320
  "undefending": "ˌʌndᵻfˈɛndɪŋ",
 
 
82321
  "undeflowered": "ˌʌndᵻflˈWəɹd",
82322
  "undeformable": "ˌʌndᵻfˈɔɹməbᵊl",
82323
  "undeformed": "ˌʌndᵻfˈɔɹmd",
@@ -82897,6 +83001,7 @@
82897
  "undichotomous": "ʌndIkˈɑɾəməs",
82898
  "undichotomously": "ʌndIkˈɑɾəməsli",
82899
  "undieted": "ʌndˈIəɾᵻd",
 
82900
  "undifferentiating": "ʌndˌɪfəɹˈɛnʃɪˌAɾɪŋ",
82901
  "undiffering": "ʌndˈɪfəɹɪŋ",
82902
  "undiffracted": "ʌndᵻfɹˈæktᵻd",
@@ -84795,6 +84900,7 @@
84795
  "uninwreathed": "ˌʌnɪnɹˈiðd",
84796
  "unionising": "jˈuniənˌIzɪŋ",
84797
  "unionizing": "jˈuniənˌIzɪŋ",
 
84798
  "uniradial": "jˌunɪɹˈAdiəl",
84799
  "uniseriate": "jˌunɪsˈɪɹiˌAt",
84800
  "uniseriately": "jˌunɪsˈɪɹiˌAtli",
@@ -86423,6 +86529,8 @@
86423
  "unprovoking": "ʌnpɹəvˈOkɪŋ",
86424
  "unprovokingly": "ʌnpɹəvˈOkɪŋli",
86425
  "unprowling": "ʌnpɹˈWlɪŋ",
 
 
86426
  "unprying": "ʌnpɹˈIɪŋ",
86427
  "unpsychic": "ʌnsˈIkɪk",
86428
  "unpsychically": "ʌnsˈIkɪkli",
@@ -86809,6 +86917,8 @@
86809
  "unreverence": "ˌʌnɹˈɛvəɹəns",
86810
  "unreverenced": "ˌʌnɹˈɛvəɹənst",
86811
  "unreverent": "ˌʌnɹˈɛvəɹənt",
 
 
86812
  "unreverently": "ˌʌnɹˈɛvəɹəntli",
86813
  "unreverentness": "ˌʌnɹˈɛvəɹəntnəs",
86814
  "unreverting": "ˌʌnɹᵻvˈɜɹɾɪŋ",
@@ -87202,6 +87312,11 @@
87202
  "unsensory": "ʌnsˈɛnsəɹi",
87203
  "unsent": "ʌnsˈɛnt",
87204
  "unsentenced": "ʌnsˈɛntənst",
 
 
 
 
 
87205
  "unseparable": "ʌnsˈɛpəɹəbᵊl",
87206
  "unseparableness": "ʌnsˈɛpəɹəbᵊlnəs",
87207
  "unseparably": "ʌnsˈɛpəɹəbli",
@@ -88034,6 +88149,7 @@
88034
  "unsubstanced": "ʌnsˈʌbstənst",
88035
  "unsubtractive": "ʌnsʌbtɹˈæktɪv",
88036
  "unsuburban": "ʌnsəbˈɜɹbən",
 
88037
  "unsubversive": "ʌnsəbvˈɜɹsɪv",
88038
  "unsubversively": "ʌnsəbvˈɜɹsɪvli",
88039
  "unsubversiveness": "ʌnsəbvˈɜɹsɪvnəs",
@@ -88240,6 +88356,8 @@
88240
  "untamely": "ʌntˈAmli",
88241
  "untameness": "ʌntˈAmnəs",
88242
  "untampered": "ʌntˈæmpəɹd",
 
 
88243
  "untangling": "ʌntˈæŋɡəlɪŋ",
88244
  "untantalising": "ʌntˈæntəlˌIzɪŋ",
88245
  "untantalized": "ʌntˈæntᵊlˌIzd",
@@ -89868,6 +89986,7 @@
89868
  "ventrifixation": "vˌɛntɹɪfɪksˈAʃən",
89869
  "ventriloquising": "vɛntɹˈɪləkwˌɪzɪŋ",
89870
  "ventriloquizing": "vɛntɹˈɪləkwˌɪzɪŋ",
 
89871
  "ventrofixation": "vˌɛntɹəfɪksˈAʃən",
89872
  "vents": "vˈɛnts",
89873
  "ventured": "vˈɛnʧəɹd",
@@ -90201,7 +90320,7 @@
90201
  "vincas": "vˈɪŋkəz",
90202
  "vince": "vˈɪns",
90203
  "vincent": "vˈɪnsənt",
90204
- "vincentian": "vɪnsˈɛnʧən",
90205
  "vinci": "vˈɪnʧi",
90206
  "vindicating": "vˈɪndᵻkˌAɾɪŋ",
90207
  "vinea": "vˈɪniə",
@@ -92218,7 +92337,19 @@
92218
  "withernam": "wˈɪðəɹnˌɑm",
92219
  "withertip": "wˈɪðəɹtˌɪp",
92220
  "withery": "wˈɪðəɹi",
 
 
92221
  "withing": "wˈɪðɪŋ",
 
 
 
 
 
 
 
 
 
 
92222
  "withsayer": "wɪðsˈAəɹ",
92223
  "withstanding": "wɪðstˈændɪŋ",
92224
  "withstandingness": "wɪðstˈændɪŋnəs",
@@ -93343,7 +93474,7 @@
93343
  "zuludom": "zˈuludəm",
93344
  "zulus": "zˈuluz",
93345
  "zurich": "zˈuɹɪk",
93346
- "zwinglian": "tswˈɪŋliən",
93347
  "zygobranchia": "zˌIɡəbɹˈæŋkiə",
93348
  "zygomas": "zIɡˈOməz",
93349
  "zygomaticus": "zˌIɡəmˈæɾɪkəs",
 
1259
  "afterpeak": "ˈæftəɹpˌik",
1260
  "afterplanting": "ˈæftəɹpləntɪŋ",
1261
  "afterplay": "ˈæftəɹplˌA",
1262
+ "afterpotential": "ˌæftəɹpətˈɛnʃᵊl",
1263
  "aftersend": "ˈæftəɹsˌɛnd",
1264
  "aftershaves": "ˈæftəɹʃˌAvz",
1265
  "aftership": "ˈæftəɹʃˌɪp",
 
2191
  "anchorwise": "ˈæŋkəɹwˌIz",
2192
  "anchory": "ˈæŋkəɹi",
2193
  "anchylosing": "ˈænʧɪlˌOsɪŋ",
 
 
 
2194
  "ancilia": "ænsˈɪliə",
2195
  "ancona": "ænkˈOnə",
2196
  "andalusian": "ˌændəlˈuʒən",
 
2544
  "anticontagious": "ˌæntɪkəntˈAʤəs",
2545
  "anticontagiously": "ˌæntɪkəntˈAʤəsli",
2546
  "anticontagiousness": "ˌæntɪkəntˈAʤəsnəs",
2547
+ "anticonvention": "ˌæntɪkənvˈɛnʃən",
2548
+ "anticonventional": "ˌæntɪkənvˈɛnʃənᵊl",
2549
+ "anticonventionalism": "ˌæntɪkənvˈɛnʃənəlˌɪzəm",
2550
+ "anticonventionalist": "ˌæntɪkənvˈɛnʃənəlˌɪst",
2551
+ "anticonventionally": "ˌæntɪkənvˈɛnʃənᵊli",
2552
  "anticonvulsive": "ˌæntɪkənvˈʌlsɪv",
2553
  "anticosmetic": "ˌæntɪkɑzmˈɛɾɪk",
2554
  "anticosmetics": "ˌæntɪkɑzmˈɛɾɪks",
 
2817
  "antiproductiveness": "ˌæntɪpɹədˈʌktɪvnəs",
2818
  "antiprofiteering": "ˌæntɪpɹˌɑfɪtˈɪɹɪŋ",
2819
  "antiprogressive": "ˌæntɪpɹəɡɹˈɛsɪv",
2820
+ "antiprudential": "ˌæntɪpɹudˈɛnʃᵊl",
2821
  "antiptosis": "ˌæntɪtˈOsɪs",
2822
  "antipudic": "ˌæntɪpjˈudɪk",
2823
  "antiputrid": "ˌæntɪpjˈutɹɪd",
 
3084
  "apotheosized": "əpˈɑθiəsˌIzd",
3085
  "apotheosizing": "əpˈɑθiəsˌIzɪŋ",
3086
  "apout": "əpˈWt",
3087
+ "appalachia": "ˌæpəlˈAʧə",
3088
+ "appalachian": "ˌæpəlˈAʧən",
3089
  "appallingness": "əpˈɔlɪŋnəs",
3090
  "appallment": "əpˈɔlmənt",
3091
  "appalls": "əpˈɔlz",
 
3837
  "assentatory": "əsˈɛntətˌɔɹi",
3838
  "assented": "əsˈɛntᵻd",
3839
  "assenters": "əsˈɛntəɹz",
3840
+ "assentient": "əsˈɛnʃənt",
3841
  "assenting": "əsˈɛntɪŋ",
3842
  "assentingly": "əsˈɛntɪŋli",
3843
  "assentive": "əsˈɛntɪv",
 
7391
  "biophysic": "bˌIOfˈɪzɪk",
7392
  "biophysically": "bˌIOfˈɪzɪkli",
7393
  "bioplasmic": "bˌIOplˈæzmɪk",
7394
+ "biopotential": "bˌIOpətˈɛnʃᵊl",
7395
  "biopsychic": "bIˌɑsˈIkɪk",
7396
  "biopsychical": "bIˌɑsˈIkɪkᵊl",
7397
  "bioreaction": "bˌIOɹɪˈækʃən",
 
13130
  "cinchonin": "sˈɪnʧənˌɪn",
13131
  "cinchonising": "sˈɪnʧənˌIzɪŋ",
13132
  "cinchonizing": "sˈɪnʧənˌIzɪŋ",
13133
+ "cincinnati": "sˌɪnsənˈæɾi",
13134
  "cinctured": "sˈɪŋkʧəɹd",
13135
  "cinctures": "sˈɪŋkʧəɹz",
13136
  "cincturing": "sˈɪŋkʧəɹɪŋ",
 
15202
  "consenters": "kənsˈɛntəɹz",
15203
  "consentful": "kənsˈɛntfᵊl",
15204
  "consentfully": "kənsˈɛntfəli",
15205
+ "consentience": "kənsˈɛnʃəns",
15206
+ "consentiently": "kənsˈɛnʃəntli",
15207
  "consentingly": "kənsˈɛntɪŋli",
15208
  "consentingness": "kənsˈɛntɪŋnəs",
15209
  "consentive": "kənsˈɛntɪv",
 
15389
  "contendress": "kəntˈɛndɹɛs",
15390
  "contends": "kəntˈɛndz",
15391
  "contenement": "kəntˈɛnəmənt",
15392
+ "contentional": "kəntˈɛnʃənᵊl",
15393
+ "contentions": "kəntˈɛnʃənz",
15394
  "contestableness": "kəntˈɛstəbᵊlnəs",
15395
  "contesters": "kəntˈɛstəɹz",
15396
  "contestingly": "kəntˈɛstɪŋli",
 
15472
  "controllingly": "kəntɹˈOlɪŋli",
15473
  "controlment": "kəntɹˈOlmənt",
15474
  "controls": "kəntɹˈOlz",
15475
+ "controversialize": "kˌɑntɹəvˈɜɹʃᵊlˌIz",
15476
  "controversion": "kˌɑntɹəvˈɜɹʒən",
15477
  "controversional": "kˌɑntɹəvˈɜɹʒənᵊl",
15478
  "controversionalism": "kˌɑntɹəvˈɜɹʒənəlˌɪzəm",
 
15493
  "convenes": "kənvˈinz",
15494
  "convening": "kənvˈinɪŋ",
15495
  "conventing": "kˈɑnvəntɪŋ",
15496
+ "conventionalise": "kənvˈɛnʃənəlˌIz",
15497
+ "conventionalised": "kənvˈɛnʃənəlˌIzd",
15498
  "conventionalising": "kənvˈɛnʃənəlˌIzɪŋ",
15499
  "conventionalizing": "kənvˈɛnʃənᵊlˌIzɪŋ",
15500
+ "conventionary": "kənvˈɛnʃənˌɛɹi",
15501
+ "conventioner": "kənvˈɛnʃənəɹ",
15502
+ "conventionism": "kənvˈɛnʃənˌɪzəm",
15503
+ "conventionist": "kənvˈɛnʃənˌɪst",
15504
+ "conventionize": "kənvˈɛnʃənˌIz",
15505
+ "conventions": "kənvˈɛnʃənz",
15506
  "converged": "kənvˈɜɹʤd",
15507
  "convergement": "kənvˈɜɹʤmənt",
15508
  "convergency": "kənvˈɜɹʤənsi",
 
19491
  "differencing": "dˈɪfɹənsɪŋ",
19492
  "differencingly": "dˈɪfɹənsɪŋli",
19493
  "differency": "dˈɪfəɹənsi",
19494
+ "differentialize": "dˌɪfəɹˈɛnʃᵊlˌIz",
19495
+ "differentials": "dˌɪfəɹˈɛnʃᵊlz",
19496
  "differentiating": "dˌɪfəɹˈɛnʃɪˌAɾɪŋ",
19497
  "differer": "dˈɪfəɹəɹ",
19498
  "differers": "dˈɪfəɹəɹz",
 
20529
  "dissembling": "dɪsˈɛmblɪŋ",
20530
  "dissemblingly": "dɪsˈɛmblɪŋli",
20531
  "disseminating": "dɪsˈɛmᵻnˌAɾɪŋ",
20532
+ "dissentience": "dɪsˈɛnʃəns",
20533
  "dissertating": "dɪsˈɜɹɾAɾɪŋ",
20534
  "disserting": "dɪsˈɜɹɾɪŋ",
20535
  "disserve": "dɪsˈɜɹv",
 
22253
  "electrocoating": "ɪlˌɛktɹOkˈOɾɪŋ",
22254
  "electrocuting": "ᵻlˈɛktɹəkjˌuɾɪŋ",
22255
  "electrocystoscope": "ɪlˌɛktɹOsˈɪstəskˌOp",
22256
+ "electrodentistry": "ɪlˌɛktɹOdˈɛntɪstɹi",
22257
  "electrodeposition": "ɪlˌɛktɹOdˌɛpəzˈɪʃən",
22258
  "electrodiplomatic": "ɪlˌɛktɹOdˌɪpləmˈæɾɪk",
22259
  "electrodissolution": "ɪlˌɛktɹOdˌɪsəlˈuʃən",
 
22280
  "electrophysiologically": "ɪlˌɛktɹOfˌɪziəlˈɑʤɪkli",
22281
  "electropneumatic": "ɪlˌɛktɹOpnumˈæɾɪk",
22282
  "electropneumatically": "ɪlˌɛktɹOpnumˈæɾɪkli",
22283
+ "electropotential": "ɪlˌɛktɹOpətˈɛnʃᵊl",
22284
  "electropuncture": "ɪlˌɛktɹOpˈʌŋkʧəɹ",
22285
  "electropuncturing": "ɪlˌɛktɹOpˈʌŋkʧəɹɪŋ",
22286
  "electrorefining": "ɪlˌɛktɹOɹˈɛfInɪŋ",
 
24060
  "expone": "ɛkspˈOn",
24061
  "exponence": "ɛkspˈOnəns",
24062
  "exponency": "ɛkspˈOnənsi",
24063
+ "exponentials": "ˌɛkspənˈɛnʃᵊlz",
24064
  "exponentiating": "ɛkspOnˈɛnʃɪˌAɾɪŋ",
24065
  "exporting": "ɛkspˈɔɹɾɪŋ",
24066
  "exposing": "ɛkspˈOzɪŋ",
 
28057
  "genres": "ʒˈɑnɹəz",
28058
  "genro": "ʤˈɛnɹO",
28059
  "genros": "ʤˈɛnɹOz",
28060
+ "gentians": "ʤˈɛnʃənz",
28061
  "gentiin": "ʤˈɛntɪˌɪn",
28062
  "gentil": "ʤˈɛntᵊl",
28063
  "gentilism": "ʤˈɛntᵊlˌɪzəm",
 
28113
  "geophone": "ʤˌiOfˈOn",
28114
  "geophones": "ʤˌiOfˈOnz",
28115
  "geopolar": "ʤˌiOpˈOləɹ",
28116
+ "geopotential": "ʤˌiOpətˈɛnʃᵊl",
28117
  "georama": "ʤˌiOɹˈɑmə",
28118
  "geordie": "ʤˈɔɹdi",
28119
  "george": "ʤˈɔɹʤ",
 
33447
  "improvises": "ˈɪmpɹəvˌIzᵻz",
33448
  "improvising": "ˈɪmpɹəvˌIzɪŋ",
33449
  "improviso": "ˌɪmpɹəvˈIzO",
33450
+ "imprudential": "ɪmpɹudˈɛnʃᵊl",
33451
  "imps": "ˈɪmps",
33452
  "impship": "ɪmpʃˈɪp",
33453
  "impuberty": "ɪmpjˈubəɹɾi",
 
33814
  "indictors": "ˈɪndɪktəɹz",
33815
  "indicts": "ɪndˈIts",
33816
  "indifferency": "ɪndˈɪfəɹənsi",
33817
+ "indifferential": "ɪndˌɪfəɹˈɛnʃᵊl",
33818
  "indignifying": "ɪndˈɪɡnᵻfˌIɪŋ",
33819
  "indigotindisulphonic": "ˌɪndɪɡˌɑtɪndˌIsəlfˈɑnɪk",
33820
  "indimple": "ɪndˈɪmpᵊl",
 
33932
  "inequally": "ɪnˈikwᵊli",
33933
  "inequalness": "ɪnˈikwᵊlnəs",
33934
  "inequilobed": "ɪnˌikwɪlˈObd",
33935
+ "inequipotential": "ɪnɪkwˌɪpətˈɛnʃᵊl",
33936
  "inertance": "ɪnˈɜɹtəns",
33937
  "inertias": "ɪnˈɜɹʃəz",
33938
  "inerts": "ɪnˈɜɹts",
 
34074
  "inflooding": "ˈɪnflʌdɪŋ",
34075
  "inflowering": "ˈɪnflWəɹɪŋ",
34076
  "influencing": "ˈɪnfluənsɪŋ",
34077
+ "influentialness": "ˌɪnfluˈɛnʃᵊlnəs",
34078
  "infolded": "ɪnfˈOldᵻd",
34079
  "infolder": "ɪnfˈOldəɹ",
34080
  "infolders": "ɪnfˈOldəɹz",
 
34619
  "intensivenyess": "ɪntˈɛnsɪvˌɛnɪˌɛs",
34620
  "intensives": "ɪntˈɛnsɪvz",
34621
  "intented": "ɪntˈɛntᵻd",
34622
+ "intentionless": "ɪntˈɛnʃənləs",
34623
+ "intentions": "ɪntˈɛnʃənz",
34624
  "intentive": "ɪntˈɛntɪv",
34625
  "intentively": "ɪntˈɛntɪvli",
34626
  "intentiveness": "ɪntˈɛntɪvnəs",
 
34951
  "internetworking": "ˌɪntəɹnˈɛtwɜɹkɪŋ",
34952
  "internetworks": "ˈɪntəɹnˌɛtwɜɹks",
34953
  "interning": "ɪntˈɜɹnɪŋ",
34954
+ "internuptial": "ˌɪntəɹnˈʌpʃᵊl",
34955
+ "internuptials": "ˌɪntəɹnˈʌpʃᵊlz",
34956
  "interoscillating": "ˌɪntəɹˈɑsɪlˌAɾɪŋ",
34957
  "interosculating": "ˌɪntəɹˈɑskjʊlˌAɾɪŋ",
34958
  "interownership": "ˌɪntəɹˈOnəɹʃˌɪp",
 
35267
  "intromissive": "ˌɪntɹəmˈɪsɪv",
35268
  "intromitting": "ˌɪntɹəmˈɪɾɪŋ",
35269
  "intros": "ˈɪntɹOz",
35270
+ "introsentient": "ˌɪntɹəsˈɛnʃənt",
35271
  "introspectable": "ˌɪntɹəspˈɛktəbᵊl",
35272
  "introspected": "ˌɪntɹəspˈɛktᵻd",
35273
  "introspectible": "ˌɪntɹəspˈɛktᵻbᵊl",
 
38670
  "limbering": "lˈɪmbəɹɪŋ",
38671
  "limberly": "lˈɪmbəɹli",
38672
  "limbers": "lˈɪmbəɹz",
 
38673
  "limbie": "lˈɪmbi",
38674
  "limbier": "lˈɪmbiəɹ",
38675
  "limbiest": "lˈɪmbiɪst",
 
39716
  "macers": "mˈAsəɹz",
39717
  "maces": "mˈAsᵻz",
39718
  "mach": "mˈɑk",
39719
+ "machetes": "məʃˈɛɾiz",
39720
  "machiavel": "mˌɑkiəvˈɛl",
39721
  "machiavellian": "mˌɑkiəvˈɛliən",
39722
  "machiavellianism": "mˌɑkiəvˈɛliənˌɪzəm",
 
42322
  "misinstructive": "mˌɪsɪnstɹˈʌktɪv",
42323
  "misinstructs": "mˌɪsɪnstɹˈʌkts",
42324
  "misintend": "mˌɪsɪntˈɛnd",
42325
+ "misintention": "mˌɪsɪntˈɛnʃən",
42326
  "misitemized": "mɪsˈIɾəmˌIzd",
42327
  "misjoin": "mɪsʤˈYn",
42328
  "misjoinder": "mɪsʤˈYndəɹ",
 
45532
  "noncontamination": "nˌɑŋkəntˌæmᵻnˈAʃən",
45533
  "noncontemporary": "nˌɑŋkəntˈɛmpəɹˌɛɹi",
45534
  "noncontending": "nˌɑŋkəntˈɛndɪŋ",
45535
+ "noncontention": "nˌɑŋkəntˈɛnʃən",
45536
  "noncontestable": "nˌɑŋkəntˈɛstəbᵊl",
45537
  "noncontingency": "nˌɑŋkəntˈɪnʤənsi",
45538
  "noncontingently": "nˌɑŋkəntˈɪnʤəntli",
 
45647
  "nondefamatory": "nˌɑndᵻfˈæmətˌɔɹi",
45648
  "nondefaulting": "nˌɑndᵻfˈɔltɪŋ",
45649
  "nondefecting": "nˌɑndᵻfˈɛktɪŋ",
45650
+ "nondeferential": "nˌɑndˌɛfəɹˈɛnʃᵊl",
45651
+ "nondeferentially": "nˌɑndˌɛfəɹˈɛnʃᵊli",
45652
  "nondefiling": "nˌɑndᵻfˈIlɪŋ",
45653
  "nondefining": "nˌɑndᵻfˈInɪŋ",
45654
  "nondeflationary": "nˌɑndiflˈAʃənˌɛɹi",
 
45951
  "nonexpeditiousness": "nˌɑnˌɛkspədˈɪʃəsnəs",
45952
  "nonexpiatory": "nˌɑnˈɛkspiətˌɔɹi",
45953
  "nonexpiring": "nˌɑnɛkspˈIəɹɪŋ",
45954
+ "nonexponential": "nˌɑnˌɛkspənˈɛnʃᵊl",
45955
+ "nonexponentially": "nˌɑnˌɛkspənˈɛnʃᵊli",
45956
  "nonexportable": "nˌɑnɛkspˈɔɹɾəbᵊl",
45957
  "nonextension": "nˌɑnɛkstˈɛnʃən",
45958
  "nonextensional": "nˌɑnɛkstˈɛnʃənᵊl",
 
46307
  "noninflected": "nˌɑnɪnflˈɛktᵻd",
46308
  "noninflectional": "nˌɑnɪnflˈɛkʃənᵊl",
46309
  "noninflectionally": "nˌɑnɪnflˈɛkʃənᵊli",
46310
+ "noninfluential": "nˌɑnˌɪnfluˈɛnʃᵊl",
46311
+ "noninfluentially": "nˌɑnˌɪnfluˈɛnʃᵊli",
46312
  "noninfraction": "nˌɑnɪnfɹˈækʃən",
46313
  "noninitial": "nˌɑnɪnˈɪʃᵊl",
46314
  "noninitially": "nˌɑnɪnˈɪʃᵊli",
 
46330
  "noninstrumental": "nˌɑnˌɪnstɹəmˈɛntᵊl",
46331
  "noninstrumentally": "nˌɑnˌɪnstɹəmˈɛntᵊli",
46332
  "nonintent": "nˌɑnɪntˈɛnt",
46333
+ "nonintention": "nˌɑnɪntˈɛnʃən",
46334
  "noninteracting": "nˌɑnˌɪntəɹˈæktɪŋ",
46335
  "noninteractive": "nˌɑnˌɪntəɹˈæktɪv",
46336
  "nonintercepting": "nˌɑnˌɪntəɹsˈɛptɪŋ",
 
46816
  "nonpossessiveness": "nˌɑnpəzˈɛsɪvnəs",
46817
  "nonpossessory": "nˌɑnpəzˈɛsəɹi",
46818
  "nonpotable": "nˌɑnpˈOɾəbᵊl",
46819
+ "nonpotential": "nˌɑnpətˈɛnʃᵊl",
46820
  "nonpower": "nˌɑnpˈWəɹ",
46821
  "nonpragmatic": "nˌɑnpɹæɡmˈæɾɪk",
46822
  "nonpragmatical": "nˌɑnpɹæɡmˈæɾɪkᵊl",
 
46827
  "nonpreciousness": "nˌɑnpɹˈɛʃəsnəs",
46828
  "nonpredatoriness": "nˌɑnpɹˈɛdətˌɔɹinəs",
46829
  "nonpredatory": "nˌɑnpɹˈɛdətˌɔɹi",
46830
+ "nonpreferential": "nˌɑnpɹˌɛfəɹˈɛnʃᵊl",
46831
+ "nonpreferentially": "nˌɑnpɹˌɛfəɹˈɛnʃᵊli",
46832
  "nonpregnant": "nˌɑnpɹˈɛɡnənt",
46833
  "nonprejudicially": "nˌɑnpɹˌɛʤudˈɪʃᵊli",
46834
  "nonpremium": "nˌɑnpɹˈimiəm",
 
46900
  "nonprovided": "nˌɑnpɹəvˈIdᵻd",
46901
  "nonprovider": "nˌɑnpɹəvˈIdəɹ",
46902
  "nonprovisionary": "nˌɑnpɹəvˈɪʒənˌɛɹi",
46903
+ "nonprudential": "nˌɑnpɹudˈɛnʃᵊl",
46904
+ "nonprudentially": "nˌɑnpɹudˈɛnʃᵊli",
46905
  "nonpsychic": "nˌɑnsˈIkɪk",
46906
  "nonpsychical": "nˌɑnsˈIkɪkᵊl",
46907
  "nonpsychically": "nˌɑnsˈIkɪkli",
 
47030
  "nonrevenue": "nˌɑnɹˈɛvənˌu",
47031
  "nonreverence": "nˌɑnɹˈɛvəɹəns",
47032
  "nonreverent": "nˌɑnɹˈɛvəɹənt",
47033
+ "nonreverential": "nˌɑnɹˌɛvəɹˈɛnʃᵊl",
47034
+ "nonreverentially": "nˌɑnɹˌɛvəɹˈɛnʃᵊli",
47035
  "nonreverently": "nˌɑnɹˈɛvəɹəntli",
47036
  "nonreversed": "nˌɑnɹᵻvˈɜɹst",
47037
  "nonreversing": "nˌɑnɹᵻvˈɜɹsɪŋ",
 
47140
  "nonsensitizing": "nˌɑnsˈɛnsɪtˌIzɪŋ",
47141
  "nonsensorial": "nˌɑnsɛnsˈɔɹiəl",
47142
  "nonsensory": "nˌɑnsˈɛnsəɹi",
47143
+ "nonsententious": "nˌɑnsɛntˈɛnʃəs",
47144
+ "nonsententiously": "nˌɑnsɛntˈɛnʃəsli",
47145
+ "nonsententiousness": "nˌɑnsɛntˈɛnʃəsnəs",
47146
+ "nonsentience": "nˌɑnsˈɛnʃəns",
47147
+ "nonsentient": "nˌɑnsˈɛnʃənt",
47148
+ "nonsentiently": "nˌɑnsˈɛnʃəntli",
47149
  "nonseparable": "nˌɑnsˈɛpəɹəbᵊl",
47150
  "nonseparableness": "nˌɑnsˈɛpəɹəbᵊlnəs",
47151
  "nonseparably": "nˌɑnsˈɛpəɹəbli",
 
47425
  "nontactical": "nˌɑntˈæktɪkᵊl",
47426
  "nontactically": "nˌɑntˈæktɪkli",
47427
  "nontalented": "nˌɑntˈæləntᵻd",
47428
+ "nontangential": "nˌɑntænʤˈɛnʃᵊl",
47429
+ "nontangentially": "nˌɑntænʤˈɛnʃᵊli",
47430
  "nontannic": "nˌɑntˈænɪk",
47431
  "nontanning": "nˌɑntˈænɪŋ",
47432
  "nontarnishing": "nˌɑntˈɑɹnɪʃɪŋ",
 
47987
  "nunry": "nˈʌnɹi",
47988
  "nuns": "nˈʌnz",
47989
  "nunting": "nˈʌntɪŋ",
47990
+ "nuptialize": "nˈʌpʃᵊlˌIz",
47991
+ "nuptially": "nˈʌpʃᵊli",
47992
+ "nuptials": "nˈʌpʃᵊlz",
47993
  "nurling": "nˈɜɹlɪŋ",
47994
  "nursed": "nˈɜɹsd",
47995
  "nursedom": "nˈɜɹsdəm",
 
48474
  "omniproduction": "ˌɑmnɪpɹədˈʌkʃən",
48475
  "omniregency": "ˌɑmnɪɹˈiʤənsi",
48476
  "omnirevealing": "ˌɑmnɪɹᵻvˈilɪŋ",
48477
+ "omnisentience": "ˌɑmnɪsˈɛnʃəns",
48478
+ "omnisentient": "ˌɑmnɪsˈɛnʃənt",
48479
  "omnisufficiency": "ˌɑmnɪsəfˈɪʃənsi",
48480
  "omnisufficient": "ˌɑmnɪsəfˈɪʃənt",
48481
  "omnitolerant": "ˌɑmnɪtˈɑləɹənt",
 
50539
  "overcontented": "ˌOvəɹkəntˈɛntᵻd",
50540
  "overcontentedly": "ˌOvəɹkəntˈɛntᵻdli",
50541
  "overcontentedness": "ˌOvəɹkəntˈɛntᵻdnəs",
50542
+ "overcontentious": "ˌOvəɹkəntˈɛnʃəs",
50543
+ "overcontentiously": "ˌOvəɹkəntˈɛnʃəsli",
50544
  "overcontentiousness": "ˌOvəɹkəntˈɛnʃəsnəs",
50545
  "overcontentment": "ˌOvəɹkəntˈɛntmənt",
50546
  "overcontraction": "ˌOvəɹkəntɹˈækʃən",
 
50631
  "overdeeming": "ˌOvəɹdˈimɪŋ",
50632
  "overdeepen": "ˌOvəɹdˈipən",
50633
  "overdeeply": "ˌOvəɹdˈipli",
50634
+ "overdeferential": "ˌOvəɹdˌɛfəɹˈɛnʃᵊl",
50635
+ "overdeferentially": "ˌOvəɹdˌɛfəɹˈɛnʃᵊli",
50636
  "overdeliberated": "ˌOvəɹdᵻlˈɪbəɹˌAɾᵻd",
50637
  "overdeliberating": "ˌOvəɹdᵻlˈɪbəɹˌAɾɪŋ",
50638
  "overdeliberation": "ˌOvəɹdᵻlˌɪbəɹˈAʃən",
 
51056
  "overinflation": "ˌOvəɹɪnflˈAʃən",
51057
  "overinflationary": "ˌOvəɹɪnflˈAʃənˌɛɹi",
51058
  "overinfluencing": "ˌOvəɹˈɪnfluənsɪŋ",
51059
+ "overinfluential": "ˌOvəɹˌɪnfluˈɛnʃᵊl",
51060
  "overinform": "ˌOvəɹɪnfˈɔɹm",
51061
  "overing": "ˈOvəɹɪŋ",
51062
  "overinhibited": "ˌOvəɹɪnhˈɪbɪɾᵻd",
 
51421
  "overponderousness": "ˌOvəɹpˈɑndəɹəsnəs",
51422
  "overpopulating": "ˌOvəɹpˈɑpjʊlˌAɾɪŋ",
51423
  "overpossess": "ˌOvəɹpəzˈɛs",
51424
+ "overpotential": "ˌOvəɹpətˈɛnʃᵊl",
51425
  "overpowered": "ˌOvəɹpˈWəɹd",
51426
  "overpowerful": "ˌOvəɹpˈWəɹfᵊl",
51427
  "overpowerfully": "ˌOvəɹpˈWəɹfəli",
 
51562
  "overselling": "ˌOvəɹsˈɛlɪŋ",
51563
  "oversells": "ˌOvəɹsˈɛlz",
51564
  "oversensitizing": "ˌOvəɹsˈɛnsɪtˌIzɪŋ",
51565
+ "oversententious": "ˌOvəɹsɛntˈɛnʃəs",
51566
  "oversentimentalizing": "ˌOvəɹsˌɛntɪmˈɛntᵊlˌIzɪŋ",
51567
  "overserene": "ˌOvəɹsəɹˈin",
51568
  "overserenely": "ˌOvəɹsəɹˈinli",
 
55105
  "pleiotropically": "plˌAətɹˈɑpɪkli",
55106
  "pleis": "plˈAz",
55107
  "pleistocene": "plˈIstəsˌin",
55108
+ "plenipotential": "plˌɛnɪpətˈɛnʃᵊl",
55109
  "plenishing": "plˈɛnɪʃɪŋ",
55110
  "plenshing": "plˈɛnʃɪŋ",
55111
  "plenums": "plˈɛnəmz",
 
56017
  "potatoes": "pətˈAɾOz",
56018
  "potawatomi": "pˌɑɾəwˈɑɾəmi",
56019
  "potboiling": "pˈɑtbYlɪŋ",
56020
+ "potentialness": "pətˈɛnʃᵊlnəs",
56021
+ "potentials": "pətˈɛnʃᵊlz",
56022
  "potentiating": "pətˈɛnʃɪˌAɾɪŋ",
56023
  "pothering": "pˈʌðəɹɪŋ",
56024
  "pothunting": "pˈɑθʌntɪŋ",
 
56717
  "precontemplation": "pɹˌikˌɑntəmplˈAʃən",
56718
  "precontemporary": "pɹˌikəntˈɛmpəɹˌɛɹi",
56719
  "precontend": "pɹˌikəntˈɛnd",
56720
+ "precontention": "pɹˌikəntˈɛnʃən",
56721
  "precontentment": "pɹˌikəntˈɛntmənt",
56722
  "precontractive": "pɹˌikəntɹˈæktɪv",
56723
  "precontribute": "pɹˌikəntɹˈɪbjut",
 
56729
  "precontrol": "pɹˌikəntɹˈOl",
56730
  "precontrolled": "pɹˌikəntɹˈOld",
56731
  "precontrolling": "pɹˌikəntɹˈOlɪŋ",
56732
+ "precontroversial": "pɹˌikˌɑntɹəvˈɜɹʃᵊl",
56733
  "precontroversy": "pɹˌikˈɑntɹəvˌɜɹsi",
56734
+ "preconvention": "pɹˌikənvˈɛnʃən",
56735
  "preconversion": "pɹˌikənvˈɜɹʒən",
56736
  "preconvert": "pɹˌikənvˈɜɹt",
56737
  "preconvey": "pɹˌikənvˈA",
 
57277
  "preinsure": "pɹˌiɪnʃˈʊɹ",
57278
  "preinsured": "pɹˌiɪnʃˈʊɹd",
57279
  "preintend": "pɹˌiɪntˈɛnd",
57280
+ "preintention": "pɹˌiɪntˈɛnʃən",
57281
  "preintercede": "pɹˌiˌɪntəɹsˈid",
57282
  "preinterceded": "pɹˌiˌɪntəɹsˈidᵻd",
57283
  "preinterceding": "pɹˌiˌɪntəɹsˈidɪŋ",
 
57560
  "prepossessed": "pɹɪpəzˈɛst",
57561
  "prepossesses": "pɹɪpəzˈɛsᵻz",
57562
  "prepossessor": "pɹɪpəzˈɛsəɹ",
57563
+ "prepotential": "pɹɪpətˈɛnʃᵊl",
57564
  "preppie": "pɹˈɛpi",
57565
  "prepracticing": "pɹɪpɹˈæktɪsɪŋ",
57566
  "prepractising": "pɹɪpɹˈæktIzɪŋ",
 
58304
  "proconservation": "pɹOkˌɑnsəɹvˈAʃən",
58305
  "proconservationist": "pɹOkˌɑnsəɹvˈAʃənˌɪst",
58306
  "proconsuls": "pɹOkˈɑnsᵊlz",
58307
+ "proconvention": "pɹOkənvˈɛnʃən",
58308
+ "proconventional": "pɹOkənvˈɛnʃənᵊl",
58309
  "proconviction": "pɹOkənvˈɪkʃən",
58310
  "procoracoid": "pɹOkˈɔɹəkˌYd",
58311
  "procoracoidal": "pɹOkˈɔɹəkˌYdᵊl",
 
58874
  "prozoning": "pɹˈɑzɑnɪŋ",
58875
  "prudelike": "pɹˈudlIk",
58876
  "prudely": "pɹˈudli",
58877
+ "prudentialness": "pɹudˈɛnʃᵊlnəs",
58878
  "pruderies": "pɹˈudəɹiz",
58879
  "prudes": "pɹˈudz",
58880
  "prue": "pɹˈu",
 
61378
  "reconvened": "ɹˌikənvˈind",
61379
  "reconvenes": "ɹˌikənvˈinz",
61380
  "reconvening": "ɹˌikənvˈinɪŋ",
61381
+ "reconvention": "ɹˌikənvˈɛnʃən",
61382
+ "reconventional": "ɹˌikənvˈɛnʃənᵊl",
61383
  "reconverge": "ɹˌikənvˈɜɹʤ",
61384
  "reconverged": "ɹˌikənvˈɜɹʤd",
61385
  "reconvergence": "ɹˌikənvˈɜɹʤəns",
 
63810
  "reverencers": "ɹˈɛvəɹənsəɹz",
63811
  "reverences": "ɹˈɛvəɹənsᵻz",
63812
  "reverencing": "ɹˈɛvəɹənsɪŋ",
63813
+ "reverentialness": "ɹˌɛvəɹˈɛnʃᵊlnəs",
63814
  "reverentness": "ɹˈɛvəɹəntnəs",
63815
  "reveries": "ɹˈɛvəɹiz",
63816
  "reverifying": "ɹᵻvˈɛɹᵻfˌIɪŋ",
 
65405
  "salvy": "sˈælvi",
65406
  "samaj": "sˈæmæʤ",
65407
  "samal": "sˈæmᵊl",
65408
+ "samantha": "səmˈænθə",
65409
  "samaria": "səmˈɛɹiə",
65410
  "samaritan": "səmˈɛɹətᵊn",
65411
  "samaritanism": "səmˈɛɹətᵊnˌɪzəm",
 
67392
  "semischolastically": "sˌɛmɪskəlˈæstɪkli",
67393
  "semiseafaring": "sˌɛmɪsˈifɛɹɪŋ",
67394
  "semisection": "sˌɛmɪsˈɛkʃən",
67395
+ "semisentient": "sˌɛmɪsˈɛnʃənt",
67396
  "semiserious": "sˌɛmɪsˈɪɹiəs",
67397
  "semiseriously": "sˌɛmɪsˈɪɹiəsli",
67398
  "semiseriousness": "sˌɛmɪsˈɪɹiəsnəs",
 
67518
  "sensuism": "sˈɛnsuˌɪzəm",
67519
  "sensuist": "sˈɛnsuˌɪst",
67520
  "sentencing": "sˈɛntənsɪŋ",
67521
+ "sententially": "sɛntˈɛnʃᵊli",
67522
  "senti": "sˈɛnti",
67523
+ "sentients": "sˈɛnʃənts",
67524
  "sentimentalizing": "sˌɛntɪmˈɛntᵊlˌIzɪŋ",
67525
  "sentine": "sˈɛntin",
67526
  "sentineling": "sˈɛntInᵊlɪŋ",
 
70242
  "snaffling": "snˈæflɪŋ",
70243
  "snafuing": "snˈæfuɪŋ",
70244
  "snagger": "snˈæɡəɹ",
 
70245
  "snagrel": "snˈæɡɹᵊl",
70246
  "snags": "snˈæɡz",
70247
  "snailed": "snˈAld",
 
72694
  "statues": "stˈæʧuz",
72695
  "statuing": "stˈæʧuɪŋ",
72696
  "statures": "stˈæʧəɹz",
72697
+ "statuses": "stˈæɾəsᵻz",
72698
  "statutes": "stˈæʧuts",
72699
  "statuting": "stˈæʧuɾɪŋ",
72700
  "stauk": "stˈɔk",
 
74138
  "subinferior": "sˌʌbɪnfˈɪɹiəɹ",
74139
  "subinfeudating": "sˈʌbɪnfjˌudAɾɪŋ",
74140
  "subinsertion": "sˌʌbɪnsˈɜɹʃən",
74141
+ "subintention": "sˌʌbɪntˈɛnʃən",
74142
+ "subintentional": "sˌʌbɪntˈɛnʃənᵊl",
74143
+ "subintentionally": "sˌʌbɪntˈɛnʃənᵊli",
74144
  "subintroducing": "sˈʌbɪntɹˌɑʤusɪŋ",
74145
  "subinvolution": "sˌʌbɪnvəlˈuʃən",
74146
  "subj": "sˈʌbʤ",
 
74337
  "subvaluation": "səbvˌæljuˈAʃən",
74338
  "subvassal": "səbvˈæsᵊl",
74339
  "subvening": "səbvˈɛnɪŋ",
74340
+ "subventionary": "səbvˈɛnʃənˌɛɹi",
74341
+ "subventioned": "səbvˈɛnʃənd",
74342
+ "subventionize": "səbvˈɛnʃənˌIz",
74343
+ "subventions": "səbvˈɛnʃənz",
74344
  "subverse": "səbvˈɜɹs",
74345
  "subversed": "səbvˈɜɹst",
74346
  "subversionary": "səbvˈɜɹʒənˌɛɹi",
 
75635
  "swithered": "swˈɪðəɹd",
75636
  "swithering": "swˈɪðəɹɪŋ",
75637
  "swithers": "swˈɪðəɹz",
75638
+ "swithin": "swɪðˈɪn",
75639
  "switzerland": "swˈɪtsəɹlənd",
75640
  "swived": "swˈIvd",
75641
  "swiveleye": "swˈɪvᵊlˌI",
 
77286
  "theravada": "tˌɛɹəvˈɑdə",
77287
  "thereafterward": "ðɛɹˈæftəɹwəɹd",
77288
  "thereonto": "ðɛɹˈɑntO",
77289
+ "therewithin": "ðɛɹwɪðˈɪn",
77290
  "theria": "θˈɪɹiə",
77291
  "theriomorphosis": "ðəɹiəmˈɔɹfəsˌɪs",
77292
  "thermae": "θˈɜɹmi",
 
78599
  "totery": "tˈOɾəɹi",
78600
  "tother": "tˈʌðəɹ",
78601
  "toting": "tˈOɾɪŋ",
78602
+ "totipotential": "tˌOɾɪpətˈɛnʃᵊl",
78603
  "totonac": "tˌOɾənˈɑk",
78604
  "totoro": "tətˈɔɹO",
78605
  "tots": "tˈɑts",
 
80765
  "unanchor": "ʌnˈæŋkəɹ",
80766
  "unanchoring": "ʌnˈæŋkəɹɪŋ",
80767
  "unanchors": "ʌnˈæŋkəɹz",
 
80768
  "unanemic": "ʌnənˈimɪk",
80769
  "unangelic": "ʌnænʤˈɛlɪk",
80770
  "unangelical": "ʌnænʤˈɛlɪkᵊl",
 
82055
  "unconniving": "ʌŋkənˈIvɪŋ",
82056
  "unconsent": "ʌŋkənsˈɛnt",
82057
  "unconsented": "ʌŋkənsˈɛntᵻd",
82058
+ "unconsentient": "ʌŋkənsˈɛnʃənt",
82059
  "unconsenting": "ʌŋkənsˈɛntɪŋ",
82060
  "unconserved": "ʌŋkənsˈɜɹvd",
82061
  "unconserving": "ʌŋkənsˈɜɹvɪŋ",
 
82117
  "uncontentedness": "ʌŋkəntˈɛntᵻdnəs",
82118
  "uncontenting": "ʌŋkəntˈɛntɪŋ",
82119
  "uncontentingness": "ʌŋkəntˈɛntɪŋnəs",
82120
+ "uncontentious": "ʌŋkəntˈɛnʃəs",
82121
+ "uncontentiously": "ʌŋkəntˈɛnʃəsli",
82122
  "uncontentiousness": "ʌŋkəntˈɛnʃəsnəs",
82123
  "uncontestable": "ʌŋkəntˈɛstəbᵊl",
82124
  "uncontestablely": "ʌŋkəntˈɛstəbᵊlli",
 
82420
  "undefaulted": "ˌʌndᵻfˈɔltᵻd",
82421
  "undefaulting": "ˌʌndᵻfˈɔltɪŋ",
82422
  "undefending": "ˌʌndᵻfˈɛndɪŋ",
82423
+ "undeferential": "ˌʌndˌɛfəɹˈɛnʃᵊl",
82424
+ "undeferentially": "ˌʌndˌɛfəɹˈɛnʃᵊli",
82425
  "undeflowered": "ˌʌndᵻflˈWəɹd",
82426
  "undeformable": "ˌʌndᵻfˈɔɹməbᵊl",
82427
  "undeformed": "ˌʌndᵻfˈɔɹmd",
 
83001
  "undichotomous": "ʌndIkˈɑɾəməs",
83002
  "undichotomously": "ʌndIkˈɑɾəməsli",
83003
  "undieted": "ʌndˈIəɾᵻd",
83004
+ "undifferential": "ʌndˌɪfəɹˈɛnʃᵊl",
83005
  "undifferentiating": "ʌndˌɪfəɹˈɛnʃɪˌAɾɪŋ",
83006
  "undiffering": "ʌndˈɪfəɹɪŋ",
83007
  "undiffracted": "ʌndᵻfɹˈæktᵻd",
 
84900
  "uninwreathed": "ˌʌnɪnɹˈiðd",
84901
  "unionising": "jˈuniənˌIzɪŋ",
84902
  "unionizing": "jˈuniənˌIzɪŋ",
84903
+ "unipotential": "jˌunɪpətˈɛnʃᵊl",
84904
  "uniradial": "jˌunɪɹˈAdiəl",
84905
  "uniseriate": "jˌunɪsˈɪɹiˌAt",
84906
  "uniseriately": "jˌunɪsˈɪɹiˌAtli",
 
86529
  "unprovoking": "ʌnpɹəvˈOkɪŋ",
86530
  "unprovokingly": "ʌnpɹəvˈOkɪŋli",
86531
  "unprowling": "ʌnpɹˈWlɪŋ",
86532
+ "unprudential": "ʌnpɹudˈɛnʃᵊl",
86533
+ "unprudentially": "ʌnpɹudˈɛnʃᵊli",
86534
  "unprying": "ʌnpɹˈIɪŋ",
86535
  "unpsychic": "ʌnsˈIkɪk",
86536
  "unpsychically": "ʌnsˈIkɪkli",
 
86917
  "unreverence": "ˌʌnɹˈɛvəɹəns",
86918
  "unreverenced": "ˌʌnɹˈɛvəɹənst",
86919
  "unreverent": "ˌʌnɹˈɛvəɹənt",
86920
+ "unreverential": "ˌʌnɹˌɛvəɹˈɛnʃᵊl",
86921
+ "unreverentially": "ˌʌnɹˌɛvəɹˈɛnʃᵊli",
86922
  "unreverently": "ˌʌnɹˈɛvəɹəntli",
86923
  "unreverentness": "ˌʌnɹˈɛvəɹəntnəs",
86924
  "unreverting": "ˌʌnɹᵻvˈɜɹɾɪŋ",
 
87312
  "unsensory": "ʌnsˈɛnsəɹi",
87313
  "unsent": "ʌnsˈɛnt",
87314
  "unsentenced": "ʌnsˈɛntənst",
87315
+ "unsententious": "ʌnsɛntˈɛnʃəs",
87316
+ "unsententiously": "ʌnsɛntˈɛnʃəsli",
87317
+ "unsententiousness": "ʌnsɛntˈɛnʃəsnəs",
87318
+ "unsentient": "ʌnsˈɛnʃənt",
87319
+ "unsentiently": "ʌnsˈɛnʃəntli",
87320
  "unseparable": "ʌnsˈɛpəɹəbᵊl",
87321
  "unseparableness": "ʌnsˈɛpəɹəbᵊlnəs",
87322
  "unseparably": "ʌnsˈɛpəɹəbli",
 
88149
  "unsubstanced": "ʌnsˈʌbstənst",
88150
  "unsubtractive": "ʌnsʌbtɹˈæktɪv",
88151
  "unsuburban": "ʌnsəbˈɜɹbən",
88152
+ "unsubventioned": "ʌnsəbvˈɛnʃənd",
88153
  "unsubversive": "ʌnsəbvˈɜɹsɪv",
88154
  "unsubversively": "ʌnsəbvˈɜɹsɪvli",
88155
  "unsubversiveness": "ʌnsəbvˈɜɹsɪvnəs",
 
88356
  "untamely": "ʌntˈAmli",
88357
  "untameness": "ʌntˈAmnəs",
88358
  "untampered": "ʌntˈæmpəɹd",
88359
+ "untangential": "ʌntænʤˈɛnʃᵊl",
88360
+ "untangentially": "ʌntænʤˈɛnʃᵊli",
88361
  "untangling": "ʌntˈæŋɡəlɪŋ",
88362
  "untantalising": "ʌntˈæntəlˌIzɪŋ",
88363
  "untantalized": "ʌntˈæntᵊlˌIzd",
 
89986
  "ventrifixation": "vˌɛntɹɪfɪksˈAʃən",
89987
  "ventriloquising": "vɛntɹˈɪləkwˌɪzɪŋ",
89988
  "ventriloquizing": "vɛntɹˈɪləkwˌɪzɪŋ",
89989
+ "ventripotential": "vˌɛntɹɪpətˈɛnʃᵊl",
89990
  "ventrofixation": "vˌɛntɹəfɪksˈAʃən",
89991
  "vents": "vˈɛnts",
89992
  "ventured": "vˈɛnʧəɹd",
 
90320
  "vincas": "vˈɪŋkəz",
90321
  "vince": "vˈɪns",
90322
  "vincent": "vˈɪnsənt",
90323
+ "vincentian": "vɪnsˈɛnʃən",
90324
  "vinci": "vˈɪnʧi",
90325
  "vindicating": "vˈɪndᵻkˌAɾɪŋ",
90326
  "vinea": "vˈɪniə",
 
92337
  "withernam": "wˈɪðəɹnˌɑm",
92338
  "withertip": "wˈɪðəɹtˌɪp",
92339
  "withery": "wˈɪðəɹi",
92340
+ "withindoors": "wɪðˈɪndɔɹz",
92341
+ "withinforth": "wɪðˈɪnfɔɹθ",
92342
  "withing": "wˈɪðɪŋ",
92343
+ "withins": "wɪðˈɪnz",
92344
+ "withinside": "wɪðˈɪnsId",
92345
+ "withinsides": "wɪðˈɪnsIdz",
92346
+ "withinward": "wɪðˈɪnwəɹd",
92347
+ "withinwards": "wɪðˈɪnwəɹdz",
92348
+ "withoutdoors": "wɪðˈWtdɔɹz",
92349
+ "withoutforth": "wɪðˈWtfɔɹθ",
92350
+ "withouts": "wɪðˈWts",
92351
+ "withoutside": "wɪðˈWtsId",
92352
+ "withoutwards": "wɪðˈWtwəɹdz",
92353
  "withsayer": "wɪðsˈAəɹ",
92354
  "withstanding": "wɪðstˈændɪŋ",
92355
  "withstandingness": "wɪðstˈændɪŋnəs",
 
93474
  "zuludom": "zˈuludəm",
93475
  "zulus": "zˈuluz",
93476
  "zurich": "zˈuɹɪk",
93477
+ "zwinglian": "zwˈɪŋliən",
93478
  "zygobranchia": "zˌIɡəbɹˈæŋkiə",
93479
  "zygomas": "zIɡˈOməz",
93480
  "zygomaticus": "zˌIɡəmˈæɾɪkəs",