LittleMouse commited on
Commit ·
a377749
1
Parent(s): f7b29ae
Upload file
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- .gitattributes +3 -0
- LICENSE +202 -0
- date-zh.fst +0 -0
- decoder_front_198.axmodel +3 -0
- dict/README.md +3 -0
- dict/generate_user_dict.py +3 -0
- dict/hmm_model.utf8 +3 -0
- dict/idf.utf8 +3 -0
- dict/jieba.dict.utf8 +3 -0
- dict/pos_dict/char_state_tab.utf8 +0 -0
- dict/pos_dict/prob_emit.utf8 +0 -0
- dict/pos_dict/prob_start.utf8 +259 -0
- dict/pos_dict/prob_trans.utf8 +0 -0
- dict/stop_words.utf8 +3 -0
- dict/user.dict.utf8 +3 -0
- duration_predictor.onnx +3 -0
- encoder_token_128.axmodel +3 -0
- espeak-ng-data/af_dict +3 -0
- espeak-ng-data/am_dict +3 -0
- espeak-ng-data/an_dict +3 -0
- espeak-ng-data/ar_dict +3 -0
- espeak-ng-data/as_dict +3 -0
- espeak-ng-data/az_dict +3 -0
- espeak-ng-data/ba_dict +3 -0
- espeak-ng-data/be_dict +3 -0
- espeak-ng-data/bg_dict +3 -0
- espeak-ng-data/bn_dict +3 -0
- espeak-ng-data/bpy_dict +3 -0
- espeak-ng-data/bs_dict +3 -0
- espeak-ng-data/ca_dict +3 -0
- espeak-ng-data/chr_dict +3 -0
- espeak-ng-data/cmn_dict +3 -0
- espeak-ng-data/cs_dict +3 -0
- espeak-ng-data/cv_dict +3 -0
- espeak-ng-data/cy_dict +3 -0
- espeak-ng-data/da_dict +3 -0
- espeak-ng-data/de_dict +3 -0
- espeak-ng-data/el_dict +3 -0
- espeak-ng-data/en_dict +3 -0
- espeak-ng-data/eo_dict +3 -0
- espeak-ng-data/es_dict +3 -0
- espeak-ng-data/et_dict +3 -0
- espeak-ng-data/eu_dict +3 -0
- espeak-ng-data/fa_dict +3 -0
- espeak-ng-data/fi_dict +3 -0
- espeak-ng-data/fr_dict +3 -0
- espeak-ng-data/ga_dict +3 -0
- espeak-ng-data/gd_dict +3 -0
- espeak-ng-data/gn_dict +3 -0
- espeak-ng-data/grc_dict +3 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.axmodel filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
dict/* filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
espeak-ng-data/* filter=lfs diff=lfs merge=lfs -text
|
LICENSE
ADDED
|
@@ -0,0 +1,202 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
Apache License
|
| 3 |
+
Version 2.0, January 2004
|
| 4 |
+
http://www.apache.org/licenses/
|
| 5 |
+
|
| 6 |
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
| 7 |
+
|
| 8 |
+
1. Definitions.
|
| 9 |
+
|
| 10 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
| 11 |
+
and distribution as defined by Sections 1 through 9 of this document.
|
| 12 |
+
|
| 13 |
+
"Licensor" shall mean the copyright owner or entity authorized by
|
| 14 |
+
the copyright owner that is granting the License.
|
| 15 |
+
|
| 16 |
+
"Legal Entity" shall mean the union of the acting entity and all
|
| 17 |
+
other entities that control, are controlled by, or are under common
|
| 18 |
+
control with that entity. For the purposes of this definition,
|
| 19 |
+
"control" means (i) the power, direct or indirect, to cause the
|
| 20 |
+
direction or management of such entity, whether by contract or
|
| 21 |
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
| 22 |
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
| 23 |
+
|
| 24 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
| 25 |
+
exercising permissions granted by this License.
|
| 26 |
+
|
| 27 |
+
"Source" form shall mean the preferred form for making modifications,
|
| 28 |
+
including but not limited to software source code, documentation
|
| 29 |
+
source, and configuration files.
|
| 30 |
+
|
| 31 |
+
"Object" form shall mean any form resulting from mechanical
|
| 32 |
+
transformation or translation of a Source form, including but
|
| 33 |
+
not limited to compiled object code, generated documentation,
|
| 34 |
+
and conversions to other media types.
|
| 35 |
+
|
| 36 |
+
"Work" shall mean the work of authorship, whether in Source or
|
| 37 |
+
Object form, made available under the License, as indicated by a
|
| 38 |
+
copyright notice that is included in or attached to the work
|
| 39 |
+
(an example is provided in the Appendix below).
|
| 40 |
+
|
| 41 |
+
"Derivative Works" shall mean any work, whether in Source or Object
|
| 42 |
+
form, that is based on (or derived from) the Work and for which the
|
| 43 |
+
editorial revisions, annotations, elaborations, or other modifications
|
| 44 |
+
represent, as a whole, an original work of authorship. For the purposes
|
| 45 |
+
of this License, Derivative Works shall not include works that remain
|
| 46 |
+
separable from, or merely link (or bind by name) to the interfaces of,
|
| 47 |
+
the Work and Derivative Works thereof.
|
| 48 |
+
|
| 49 |
+
"Contribution" shall mean any work of authorship, including
|
| 50 |
+
the original version of the Work and any modifications or additions
|
| 51 |
+
to that Work or Derivative Works thereof, that is intentionally
|
| 52 |
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
| 53 |
+
or by an individual or Legal Entity authorized to submit on behalf of
|
| 54 |
+
the copyright owner. For the purposes of this definition, "submitted"
|
| 55 |
+
means any form of electronic, verbal, or written communication sent
|
| 56 |
+
to the Licensor or its representatives, including but not limited to
|
| 57 |
+
communication on electronic mailing lists, source code control systems,
|
| 58 |
+
and issue tracking systems that are managed by, or on behalf of, the
|
| 59 |
+
Licensor for the purpose of discussing and improving the Work, but
|
| 60 |
+
excluding communication that is conspicuously marked or otherwise
|
| 61 |
+
designated in writing by the copyright owner as "Not a Contribution."
|
| 62 |
+
|
| 63 |
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
| 64 |
+
on behalf of whom a Contribution has been received by Licensor and
|
| 65 |
+
subsequently incorporated within the Work.
|
| 66 |
+
|
| 67 |
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
| 68 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 69 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 70 |
+
copyright license to reproduce, prepare Derivative Works of,
|
| 71 |
+
publicly display, publicly perform, sublicense, and distribute the
|
| 72 |
+
Work and such Derivative Works in Source or Object form.
|
| 73 |
+
|
| 74 |
+
3. Grant of Patent License. Subject to the terms and conditions of
|
| 75 |
+
this License, each Contributor hereby grants to You a perpetual,
|
| 76 |
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
| 77 |
+
(except as stated in this section) patent license to make, have made,
|
| 78 |
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
| 79 |
+
where such license applies only to those patent claims licensable
|
| 80 |
+
by such Contributor that are necessarily infringed by their
|
| 81 |
+
Contribution(s) alone or by combination of their Contribution(s)
|
| 82 |
+
with the Work to which such Contribution(s) was submitted. If You
|
| 83 |
+
institute patent litigation against any entity (including a
|
| 84 |
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
| 85 |
+
or a Contribution incorporated within the Work constitutes direct
|
| 86 |
+
or contributory patent infringement, then any patent licenses
|
| 87 |
+
granted to You under this License for that Work shall terminate
|
| 88 |
+
as of the date such litigation is filed.
|
| 89 |
+
|
| 90 |
+
4. Redistribution. You may reproduce and distribute copies of the
|
| 91 |
+
Work or Derivative Works thereof in any medium, with or without
|
| 92 |
+
modifications, and in Source or Object form, provided that You
|
| 93 |
+
meet the following conditions:
|
| 94 |
+
|
| 95 |
+
(a) You must give any other recipients of the Work or
|
| 96 |
+
Derivative Works a copy of this License; and
|
| 97 |
+
|
| 98 |
+
(b) You must cause any modified files to carry prominent notices
|
| 99 |
+
stating that You changed the files; and
|
| 100 |
+
|
| 101 |
+
(c) You must retain, in the Source form of any Derivative Works
|
| 102 |
+
that You distribute, all copyright, patent, trademark, and
|
| 103 |
+
attribution notices from the Source form of the Work,
|
| 104 |
+
excluding those notices that do not pertain to any part of
|
| 105 |
+
the Derivative Works; and
|
| 106 |
+
|
| 107 |
+
(d) If the Work includes a "NOTICE" text file as part of its
|
| 108 |
+
distribution, then any Derivative Works that You distribute must
|
| 109 |
+
include a readable copy of the attribution notices contained
|
| 110 |
+
within such NOTICE file, excluding those notices that do not
|
| 111 |
+
pertain to any part of the Derivative Works, in at least one
|
| 112 |
+
of the following places: within a NOTICE text file distributed
|
| 113 |
+
as part of the Derivative Works; within the Source form or
|
| 114 |
+
documentation, if provided along with the Derivative Works; or,
|
| 115 |
+
within a display generated by the Derivative Works, if and
|
| 116 |
+
wherever such third-party notices normally appear. The contents
|
| 117 |
+
of the NOTICE file are for informational purposes only and
|
| 118 |
+
do not modify the License. You may add Your own attribution
|
| 119 |
+
notices within Derivative Works that You distribute, alongside
|
| 120 |
+
or as an addendum to the NOTICE text from the Work, provided
|
| 121 |
+
that such additional attribution notices cannot be construed
|
| 122 |
+
as modifying the License.
|
| 123 |
+
|
| 124 |
+
You may add Your own copyright statement to Your modifications and
|
| 125 |
+
may provide additional or different license terms and conditions
|
| 126 |
+
for use, reproduction, or distribution of Your modifications, or
|
| 127 |
+
for any such Derivative Works as a whole, provided Your use,
|
| 128 |
+
reproduction, and distribution of the Work otherwise complies with
|
| 129 |
+
the conditions stated in this License.
|
| 130 |
+
|
| 131 |
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
| 132 |
+
any Contribution intentionally submitted for inclusion in the Work
|
| 133 |
+
by You to the Licensor shall be under the terms and conditions of
|
| 134 |
+
this License, without any additional terms or conditions.
|
| 135 |
+
Notwithstanding the above, nothing herein shall supersede or modify
|
| 136 |
+
the terms of any separate license agreement you may have executed
|
| 137 |
+
with Licensor regarding such Contributions.
|
| 138 |
+
|
| 139 |
+
6. Trademarks. This License does not grant permission to use the trade
|
| 140 |
+
names, trademarks, service marks, or product names of the Licensor,
|
| 141 |
+
except as required for reasonable and customary use in describing the
|
| 142 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
| 143 |
+
|
| 144 |
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
| 145 |
+
agreed to in writing, Licensor provides the Work (and each
|
| 146 |
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
| 147 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
| 148 |
+
implied, including, without limitation, any warranties or conditions
|
| 149 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
| 150 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
| 151 |
+
appropriateness of using or redistributing the Work and assume any
|
| 152 |
+
risks associated with Your exercise of permissions under this License.
|
| 153 |
+
|
| 154 |
+
8. Limitation of Liability. In no event and under no legal theory,
|
| 155 |
+
whether in tort (including negligence), contract, or otherwise,
|
| 156 |
+
unless required by applicable law (such as deliberate and grossly
|
| 157 |
+
negligent acts) or agreed to in writing, shall any Contributor be
|
| 158 |
+
liable to You for damages, including any direct, indirect, special,
|
| 159 |
+
incidental, or consequential damages of any character arising as a
|
| 160 |
+
result of this License or out of the use or inability to use the
|
| 161 |
+
Work (including but not limited to damages for loss of goodwill,
|
| 162 |
+
work stoppage, computer failure or malfunction, or any and all
|
| 163 |
+
other commercial damages or losses), even if such Contributor
|
| 164 |
+
has been advised of the possibility of such damages.
|
| 165 |
+
|
| 166 |
+
9. Accepting Warranty or Additional Liability. While redistributing
|
| 167 |
+
the Work or Derivative Works thereof, You may choose to offer,
|
| 168 |
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
| 169 |
+
or other liability obligations and/or rights consistent with this
|
| 170 |
+
License. However, in accepting such obligations, You may act only
|
| 171 |
+
on Your own behalf and on Your sole responsibility, not on behalf
|
| 172 |
+
of any other Contributor, and only if You agree to indemnify,
|
| 173 |
+
defend, and hold each Contributor harmless for any liability
|
| 174 |
+
incurred by, or claims asserted against, such Contributor by reason
|
| 175 |
+
of your accepting any such warranty or additional liability.
|
| 176 |
+
|
| 177 |
+
END OF TERMS AND CONDITIONS
|
| 178 |
+
|
| 179 |
+
APPENDIX: How to apply the Apache License to your work.
|
| 180 |
+
|
| 181 |
+
To apply the Apache License to your work, attach the following
|
| 182 |
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
| 183 |
+
replaced with your own identifying information. (Don't include
|
| 184 |
+
the brackets!) The text should be enclosed in the appropriate
|
| 185 |
+
comment syntax for the file format. We also recommend that a
|
| 186 |
+
file or class name and description of purpose be included on the
|
| 187 |
+
same "printed page" as the copyright notice for easier
|
| 188 |
+
identification within third-party archives.
|
| 189 |
+
|
| 190 |
+
Copyright [yyyy] [name of copyright owner]
|
| 191 |
+
|
| 192 |
+
Licensed under the Apache License, Version 2.0 (the "License");
|
| 193 |
+
you may not use this file except in compliance with the License.
|
| 194 |
+
You may obtain a copy of the License at
|
| 195 |
+
|
| 196 |
+
http://www.apache.org/licenses/LICENSE-2.0
|
| 197 |
+
|
| 198 |
+
Unless required by applicable law or agreed to in writing, software
|
| 199 |
+
distributed under the License is distributed on an "AS IS" BASIS,
|
| 200 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
| 201 |
+
See the License for the specific language governing permissions and
|
| 202 |
+
limitations under the License.
|
date-zh.fst
ADDED
|
|
decoder_front_198.axmodel
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ef36e9a8c71a3f48571250d882c9ac7b52ae3695219e0481cb6ec91d5f0f79f5
|
| 3 |
+
size 37836159
|
dict/README.md
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8bcc7c2ed7dff082d9a99c09de0bfd72249bf3b5c4298a3af328da40cbd8cfd1
|
| 3 |
+
size 683
|
dict/generate_user_dict.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:24541017b4b60d8e1ad94a5165f7097d2fd107d4ceecbf13583dd37682fdd2a7
|
| 3 |
+
size 545
|
dict/hmm_model.utf8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f17790586ac86dd048c8adffed052c4bd2b28ed0682972c1275e59040c0589a7
|
| 3 |
+
size 519739
|
dict/idf.utf8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dbd1e03d72b2263cc8d84a4304ed77677eed9e7deaf43a1a5133bbba9733b535
|
| 3 |
+
size 5998717
|
dict/jieba.dict.utf8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3043b77068e09c9904f27cad82f12b6ebe9dbdb5aeff3b25e45ab7f9c1122b55
|
| 3 |
+
size 5071204
|
dict/pos_dict/char_state_tab.utf8
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dict/pos_dict/prob_emit.utf8
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dict/pos_dict/prob_start.utf8
ADDED
|
@@ -0,0 +1,259 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#初始状态的概率
|
| 2 |
+
#格式
|
| 3 |
+
#状态:概率
|
| 4 |
+
B,a:-4.7623052146
|
| 5 |
+
B,ad:-6.68006603678
|
| 6 |
+
B,ag:-3.14e+100
|
| 7 |
+
B,an:-8.69708322302
|
| 8 |
+
B,b:-5.01837436211
|
| 9 |
+
B,bg:-3.14e+100
|
| 10 |
+
B,c:-3.42388018495
|
| 11 |
+
B,d:-3.97504752976
|
| 12 |
+
B,df:-8.88897423083
|
| 13 |
+
B,dg:-3.14e+100
|
| 14 |
+
B,e:-8.56355183039
|
| 15 |
+
B,en:-3.14e+100
|
| 16 |
+
B,f:-5.49163041848
|
| 17 |
+
B,g:-3.14e+100
|
| 18 |
+
B,h:-13.53336513
|
| 19 |
+
B,i:-6.11578472756
|
| 20 |
+
B,in:-3.14e+100
|
| 21 |
+
B,j:-5.05761912847
|
| 22 |
+
B,jn:-3.14e+100
|
| 23 |
+
B,k:-3.14e+100
|
| 24 |
+
B,l:-4.90588358466
|
| 25 |
+
B,ln:-3.14e+100
|
| 26 |
+
B,m:-3.6524299819
|
| 27 |
+
B,mg:-3.14e+100
|
| 28 |
+
B,mq:-6.7869530014
|
| 29 |
+
B,n:-1.69662577975
|
| 30 |
+
B,ng:-3.14e+100
|
| 31 |
+
B,nr:-2.23104959138
|
| 32 |
+
B,nrfg:-5.87372217541
|
| 33 |
+
B,nrt:-4.98564273352
|
| 34 |
+
B,ns:-2.8228438315
|
| 35 |
+
B,nt:-4.84609166818
|
| 36 |
+
B,nz:-3.94698846058
|
| 37 |
+
B,o:-8.43349870215
|
| 38 |
+
B,p:-4.20098413209
|
| 39 |
+
B,q:-6.99812385896
|
| 40 |
+
B,qe:-3.14e+100
|
| 41 |
+
B,qg:-3.14e+100
|
| 42 |
+
B,r:-3.40981877908
|
| 43 |
+
B,rg:-3.14e+100
|
| 44 |
+
B,rr:-12.4347528413
|
| 45 |
+
B,rz:-7.94611647157
|
| 46 |
+
B,s:-5.52267359084
|
| 47 |
+
B,t:-3.36474790945
|
| 48 |
+
B,tg:-3.14e+100
|
| 49 |
+
B,u:-9.1639172775
|
| 50 |
+
B,ud:-3.14e+100
|
| 51 |
+
B,ug:-3.14e+100
|
| 52 |
+
B,uj:-3.14e+100
|
| 53 |
+
B,ul:-3.14e+100
|
| 54 |
+
B,uv:-3.14e+100
|
| 55 |
+
B,uz:-3.14e+100
|
| 56 |
+
B,v:-2.67405848743
|
| 57 |
+
B,vd:-9.04472876024
|
| 58 |
+
B,vg:-3.14e+100
|
| 59 |
+
B,vi:-12.4347528413
|
| 60 |
+
B,vn:-4.33156108902
|
| 61 |
+
B,vq:-12.1470707689
|
| 62 |
+
B,w:-3.14e+100
|
| 63 |
+
B,x:-3.14e+100
|
| 64 |
+
B,y:-9.84448567586
|
| 65 |
+
B,yg:-3.14e+100
|
| 66 |
+
B,z:-7.04568111149
|
| 67 |
+
B,zg:-3.14e+100
|
| 68 |
+
E,a:-3.14e+100
|
| 69 |
+
E,ad:-3.14e+100
|
| 70 |
+
E,ag:-3.14e+100
|
| 71 |
+
E,an:-3.14e+100
|
| 72 |
+
E,b:-3.14e+100
|
| 73 |
+
E,bg:-3.14e+100
|
| 74 |
+
E,c:-3.14e+100
|
| 75 |
+
E,d:-3.14e+100
|
| 76 |
+
E,df:-3.14e+100
|
| 77 |
+
E,dg:-3.14e+100
|
| 78 |
+
E,e:-3.14e+100
|
| 79 |
+
E,en:-3.14e+100
|
| 80 |
+
E,f:-3.14e+100
|
| 81 |
+
E,g:-3.14e+100
|
| 82 |
+
E,h:-3.14e+100
|
| 83 |
+
E,i:-3.14e+100
|
| 84 |
+
E,in:-3.14e+100
|
| 85 |
+
E,j:-3.14e+100
|
| 86 |
+
E,jn:-3.14e+100
|
| 87 |
+
E,k:-3.14e+100
|
| 88 |
+
E,l:-3.14e+100
|
| 89 |
+
E,ln:-3.14e+100
|
| 90 |
+
E,m:-3.14e+100
|
| 91 |
+
E,mg:-3.14e+100
|
| 92 |
+
E,mq:-3.14e+100
|
| 93 |
+
E,n:-3.14e+100
|
| 94 |
+
E,ng:-3.14e+100
|
| 95 |
+
E,nr:-3.14e+100
|
| 96 |
+
E,nrfg:-3.14e+100
|
| 97 |
+
E,nrt:-3.14e+100
|
| 98 |
+
E,ns:-3.14e+100
|
| 99 |
+
E,nt:-3.14e+100
|
| 100 |
+
E,nz:-3.14e+100
|
| 101 |
+
E,o:-3.14e+100
|
| 102 |
+
E,p:-3.14e+100
|
| 103 |
+
E,q:-3.14e+100
|
| 104 |
+
E,qe:-3.14e+100
|
| 105 |
+
E,qg:-3.14e+100
|
| 106 |
+
E,r:-3.14e+100
|
| 107 |
+
E,rg:-3.14e+100
|
| 108 |
+
E,rr:-3.14e+100
|
| 109 |
+
E,rz:-3.14e+100
|
| 110 |
+
E,s:-3.14e+100
|
| 111 |
+
E,t:-3.14e+100
|
| 112 |
+
E,tg:-3.14e+100
|
| 113 |
+
E,u:-3.14e+100
|
| 114 |
+
E,ud:-3.14e+100
|
| 115 |
+
E,ug:-3.14e+100
|
| 116 |
+
E,uj:-3.14e+100
|
| 117 |
+
E,ul:-3.14e+100
|
| 118 |
+
E,uv:-3.14e+100
|
| 119 |
+
E,uz:-3.14e+100
|
| 120 |
+
E,v:-3.14e+100
|
| 121 |
+
E,vd:-3.14e+100
|
| 122 |
+
E,vg:-3.14e+100
|
| 123 |
+
E,vi:-3.14e+100
|
| 124 |
+
E,vn:-3.14e+100
|
| 125 |
+
E,vq:-3.14e+100
|
| 126 |
+
E,w:-3.14e+100
|
| 127 |
+
E,x:-3.14e+100
|
| 128 |
+
E,y:-3.14e+100
|
| 129 |
+
E,yg:-3.14e+100
|
| 130 |
+
E,z:-3.14e+100
|
| 131 |
+
E,zg:-3.14e+100
|
| 132 |
+
M,a:-3.14e+100
|
| 133 |
+
M,ad:-3.14e+100
|
| 134 |
+
M,ag:-3.14e+100
|
| 135 |
+
M,an:-3.14e+100
|
| 136 |
+
M,b:-3.14e+100
|
| 137 |
+
M,bg:-3.14e+100
|
| 138 |
+
M,c:-3.14e+100
|
| 139 |
+
M,d:-3.14e+100
|
| 140 |
+
M,df:-3.14e+100
|
| 141 |
+
M,dg:-3.14e+100
|
| 142 |
+
M,e:-3.14e+100
|
| 143 |
+
M,en:-3.14e+100
|
| 144 |
+
M,f:-3.14e+100
|
| 145 |
+
M,g:-3.14e+100
|
| 146 |
+
M,h:-3.14e+100
|
| 147 |
+
M,i:-3.14e+100
|
| 148 |
+
M,in:-3.14e+100
|
| 149 |
+
M,j:-3.14e+100
|
| 150 |
+
M,jn:-3.14e+100
|
| 151 |
+
M,k:-3.14e+100
|
| 152 |
+
M,l:-3.14e+100
|
| 153 |
+
M,ln:-3.14e+100
|
| 154 |
+
M,m:-3.14e+100
|
| 155 |
+
M,mg:-3.14e+100
|
| 156 |
+
M,mq:-3.14e+100
|
| 157 |
+
M,n:-3.14e+100
|
| 158 |
+
M,ng:-3.14e+100
|
| 159 |
+
M,nr:-3.14e+100
|
| 160 |
+
M,nrfg:-3.14e+100
|
| 161 |
+
M,nrt:-3.14e+100
|
| 162 |
+
M,ns:-3.14e+100
|
| 163 |
+
M,nt:-3.14e+100
|
| 164 |
+
M,nz:-3.14e+100
|
| 165 |
+
M,o:-3.14e+100
|
| 166 |
+
M,p:-3.14e+100
|
| 167 |
+
M,q:-3.14e+100
|
| 168 |
+
M,qe:-3.14e+100
|
| 169 |
+
M,qg:-3.14e+100
|
| 170 |
+
M,r:-3.14e+100
|
| 171 |
+
M,rg:-3.14e+100
|
| 172 |
+
M,rr:-3.14e+100
|
| 173 |
+
M,rz:-3.14e+100
|
| 174 |
+
M,s:-3.14e+100
|
| 175 |
+
M,t:-3.14e+100
|
| 176 |
+
M,tg:-3.14e+100
|
| 177 |
+
M,u:-3.14e+100
|
| 178 |
+
M,ud:-3.14e+100
|
| 179 |
+
M,ug:-3.14e+100
|
| 180 |
+
M,uj:-3.14e+100
|
| 181 |
+
M,ul:-3.14e+100
|
| 182 |
+
M,uv:-3.14e+100
|
| 183 |
+
M,uz:-3.14e+100
|
| 184 |
+
M,v:-3.14e+100
|
| 185 |
+
M,vd:-3.14e+100
|
| 186 |
+
M,vg:-3.14e+100
|
| 187 |
+
M,vi:-3.14e+100
|
| 188 |
+
M,vn:-3.14e+100
|
| 189 |
+
M,vq:-3.14e+100
|
| 190 |
+
M,w:-3.14e+100
|
| 191 |
+
M,x:-3.14e+100
|
| 192 |
+
M,y:-3.14e+100
|
| 193 |
+
M,yg:-3.14e+100
|
| 194 |
+
M,z:-3.14e+100
|
| 195 |
+
M,zg:-3.14e+100
|
| 196 |
+
S,a:-3.90253968313
|
| 197 |
+
S,ad:-11.0484584802
|
| 198 |
+
S,ag:-6.95411391796
|
| 199 |
+
S,an:-12.8402179494
|
| 200 |
+
S,b:-6.47288876397
|
| 201 |
+
S,bg:-3.14e+100
|
| 202 |
+
S,c:-4.78696679586
|
| 203 |
+
S,d:-3.90391976418
|
| 204 |
+
S,df:-3.14e+100
|
| 205 |
+
S,dg:-8.9483976513
|
| 206 |
+
S,e:-5.94251300628
|
| 207 |
+
S,en:-3.14e+100
|
| 208 |
+
S,f:-5.19482024998
|
| 209 |
+
S,g:-6.50782681533
|
| 210 |
+
S,h:-8.65056320738
|
| 211 |
+
S,i:-3.14e+100
|
| 212 |
+
S,in:-3.14e+100
|
| 213 |
+
S,j:-4.91199211964
|
| 214 |
+
S,jn:-3.14e+100
|
| 215 |
+
S,k:-6.94032059583
|
| 216 |
+
S,l:-3.14e+100
|
| 217 |
+
S,ln:-3.14e+100
|
| 218 |
+
S,m:-3.26920065212
|
| 219 |
+
S,mg:-10.8253149289
|
| 220 |
+
S,mq:-3.14e+100
|
| 221 |
+
S,n:-3.85514838976
|
| 222 |
+
S,ng:-4.9134348611
|
| 223 |
+
S,nr:-4.48366310396
|
| 224 |
+
S,nrfg:-3.14e+100
|
| 225 |
+
S,nrt:-3.14e+100
|
| 226 |
+
S,ns:-3.14e+100
|
| 227 |
+
S,nt:-12.1470707689
|
| 228 |
+
S,nz:-3.14e+100
|
| 229 |
+
S,o:-8.46446092775
|
| 230 |
+
S,p:-2.98684018136
|
| 231 |
+
S,q:-4.88865861826
|
| 232 |
+
S,qe:-3.14e+100
|
| 233 |
+
S,qg:-3.14e+100
|
| 234 |
+
S,r:-2.76353367841
|
| 235 |
+
S,rg:-10.2752685919
|
| 236 |
+
S,rr:-3.14e+100
|
| 237 |
+
S,rz:-3.14e+100
|
| 238 |
+
S,s:-3.14e+100
|
| 239 |
+
S,t:-3.14e+100
|
| 240 |
+
S,tg:-6.27284253188
|
| 241 |
+
S,u:-6.94032059583
|
| 242 |
+
S,ud:-7.72823016105
|
| 243 |
+
S,ug:-7.53940370266
|
| 244 |
+
S,uj:-6.85251045118
|
| 245 |
+
S,ul:-8.41537131755
|
| 246 |
+
S,uv:-8.15808672229
|
| 247 |
+
S,uz:-9.29925862537
|
| 248 |
+
S,v:-3.05329230341
|
| 249 |
+
S,vd:-3.14e+100
|
| 250 |
+
S,vg:-5.94301818437
|
| 251 |
+
S,vi:-3.14e+100
|
| 252 |
+
S,vn:-11.4539235883
|
| 253 |
+
S,vq:-3.14e+100
|
| 254 |
+
S,w:-3.14e+100
|
| 255 |
+
S,x:-8.42741965607
|
| 256 |
+
S,y:-6.19707946995
|
| 257 |
+
S,yg:-13.53336513
|
| 258 |
+
S,z:-3.14e+100
|
| 259 |
+
S,zg:-3.14e+100
|
dict/pos_dict/prob_trans.utf8
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
dict/stop_words.utf8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b788b8a939d2e2fe079abd579ea98f12f9fb84370bfd0dddd81bb9381f7ab42c
|
| 3 |
+
size 8974
|
dict/user.dict.utf8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5faabcd0c52adf512de77fd7eee3d556da8c98b50f493b47c66a981b3a24959c
|
| 3 |
+
size 829194
|
duration_predictor.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21c111e470294e851f474d56e2cb33d4b76bb0596550fc58e5accdd7d1f718a0
|
| 3 |
+
size 31204950
|
encoder_token_128.axmodel
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:504ca6e48c6df3520a437bcd62ce18856043160832d1903c88769203a3965b2e
|
| 3 |
+
size 74198857
|
espeak-ng-data/af_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:25729d3bf4c4a0f08da60aea9eb5a0cf352630f83fab1ab0c3955b7740da1776
|
| 3 |
+
size 121473
|
espeak-ng-data/am_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9954365860682c756c8c4459577d3aa0ab77ad0cba6798b746033ada5c3d4bea
|
| 3 |
+
size 63878
|
espeak-ng-data/an_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6cf38cedb6693aade49e5a5d27a3c92516a5335125bf85fcae58282e66fb82fd
|
| 3 |
+
size 6691
|
espeak-ng-data/ar_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72316426e797777fe4df9420935a3b6a79b37d7e3f3948537ba71cd7b21b2541
|
| 3 |
+
size 478165
|
espeak-ng-data/as_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5bcb74ff4558a60c5ba1a48a2a92c01513ee2d29fe30c5a38dc5308c54f1cf49
|
| 3 |
+
size 5005
|
espeak-ng-data/az_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e352b2dcf811662d79f4beaaa0c7750706cf669c0409fd815a9bd0244b1adfc7
|
| 3 |
+
size 43773
|
espeak-ng-data/ba_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:246c8c655ceed43d9ff44a65de5f933f16255489d0b181b1a46a83e1fd5a0354
|
| 3 |
+
size 2098
|
espeak-ng-data/be_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:232fb0debfc8fdca9b8f2494770ff23535f7f887bbebb0178abffc243490e798
|
| 3 |
+
size 2652
|
espeak-ng-data/bg_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8fa3adec8e18a3e695b2bbea1d4780182e17222d8b9f8da9908a237828f6b063
|
| 3 |
+
size 87051
|
espeak-ng-data/bn_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b59ec34c07955ca5b7814fa5152c33fa357880590703eefab1f3081f031fdef
|
| 3 |
+
size 89979
|
espeak-ng-data/bpy_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a4321d9ba80bd60f49e0bee5aae57f1ae9c49b7a1c3d4ba384338fe9bf3b6a92
|
| 3 |
+
size 5226
|
espeak-ng-data/bs_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5df564f511af082884719685db86ec4df23467cf012ce25e898540baf9de65b
|
| 3 |
+
size 47068
|
espeak-ng-data/ca_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1be203855ecb0bdfe66578ef5552f83289e39972d78c52714d061b7f7493df4a
|
| 3 |
+
size 45566
|
espeak-ng-data/chr_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1853980c673015327bed3d4e5f7e88c2ee3bd8a922bcdd232a6497277e903bce
|
| 3 |
+
size 2859
|
espeak-ng-data/cmn_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:109aaa7708d3727382acb3ae41d8e2094a7e2bb9f651a81835be22a6f08071fe
|
| 3 |
+
size 1566335
|
espeak-ng-data/cs_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5ec02aba90465007f20a5c8aeb889275834cfa8c8f621c3d9bee1ca90d21788d
|
| 3 |
+
size 49645
|
espeak-ng-data/cv_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8260837c8f18fbe5870905ebb2850dfd18e252150ad6c868b96d9d2c6398ea8a
|
| 3 |
+
size 1344
|
espeak-ng-data/cy_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:31d74ccad218ab80b79566caeb8d21bcf0fe43326ed7c437fa736d39b85e603e
|
| 3 |
+
size 43130
|
espeak-ng-data/da_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe0c21895b4844868612f9ea846bc6010e30b5dd1f4cb1567459d73d2792a8ac
|
| 3 |
+
size 245287
|
espeak-ng-data/de_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9ac048df5cde03b74907d591c7b29b45ee9ec5fcd4592b0b894f0083572fcfd
|
| 3 |
+
size 68276
|
espeak-ng-data/el_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5d9f759750131da777d2fd4f06aa602ed746d38f27b84dd9a2d4a550f2cd452e
|
| 3 |
+
size 72841
|
espeak-ng-data/en_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:71bd330ba8a2e3e8076e631508208ef49449d6147c17b7bd2b4b1e1468292e35
|
| 3 |
+
size 166944
|
espeak-ng-data/eo_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:849f061abddd5388bac112b32e6f7bf747e15e1b3ae53fe91079381effff4cc9
|
| 3 |
+
size 4666
|
espeak-ng-data/es_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3fa93e251eab80838a2d6207ee58c9c847270a65fe3fae98850e0185b5a2186c
|
| 3 |
+
size 49252
|
espeak-ng-data/et_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1a6734b4e6bc9de9a4c94cfb434873e0a7f4ae4ec89549b3137ae5491cf655da
|
| 3 |
+
size 44263
|
espeak-ng-data/eu_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:762a6eff63552ef72cd88bf1e92dc5a823eb378d50cb85c7917e8c5bba079137
|
| 3 |
+
size 48841
|
espeak-ng-data/fa_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f92f35ce7eb1d97360016617d97786412a94af55b776a18f1c280dab4f43befd
|
| 3 |
+
size 292423
|
espeak-ng-data/fi_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dda999437bd4b37a7f7400a2230aace1200a52906ab0b1ff3507d44ab19d64b1
|
| 3 |
+
size 43928
|
espeak-ng-data/fr_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e399ab924c4d10beef1fc310b30ea56e4ddfd8b4b64b8ed978e9c65394d49b2d
|
| 3 |
+
size 63727
|
espeak-ng-data/ga_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b2db03d21f7900b697d7dbb8bec855cd1117e9867f19884faf11c4df626659f5
|
| 3 |
+
size 52673
|
espeak-ng-data/gd_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e92b47dcf9a001363ffee1e62863faf264ff5f16e10cd9cf1f1e83ca89ca14aa
|
| 3 |
+
size 49121
|
espeak-ng-data/gn_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7640df272b192a68ba401294bf9197ab46d0b141da7a358ad1986e7f77e7f29a
|
| 3 |
+
size 3248
|
espeak-ng-data/grc_dict
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:488779493993d221b09e713e104a221ac1bb35765f826acc26d3d3c1aa3a35ed
|
| 3 |
+
size 3433
|