Add files using upload-large-folder tool
Browse files- .gitattributes +1 -0
- ipadic/COPYING +71 -0
- ipadic/char.bin +3 -0
- ipadic/dicrc +29 -0
- ipadic/matrix.bin +3 -0
- ipadic/mecabrc +1 -0
- ipadic/sys.dic +3 -0
- ipadic/unk.dic +0 -0
- ipadic/version +0 -0
- model_manifest.json +36 -0
.gitattributes
CHANGED
|
@@ -39,3 +39,4 @@ melotts_new/output/pytorch_baseline.wav filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
melotts_new/output/test_1.wav filter=lfs diff=lfs merge=lfs -text
|
| 40 |
melotts_new/output/test_2.wav filter=lfs diff=lfs merge=lfs -text
|
| 41 |
melotts_new/output/test_3.wav filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 39 |
melotts_new/output/test_1.wav filter=lfs diff=lfs merge=lfs -text
|
| 40 |
melotts_new/output/test_2.wav filter=lfs diff=lfs merge=lfs -text
|
| 41 |
melotts_new/output/test_3.wav filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
ipadic/sys.dic filter=lfs diff=lfs merge=lfs -text
|
ipadic/COPYING
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
|
| 2 |
+
and Technology. All Rights Reserved.
|
| 3 |
+
|
| 4 |
+
Use, reproduction, and distribution of this software is permitted.
|
| 5 |
+
Any copy of this software, whether in its original form or modified,
|
| 6 |
+
must include both the above copyright notice and the following
|
| 7 |
+
paragraphs.
|
| 8 |
+
|
| 9 |
+
Nara Institute of Science and Technology (NAIST),
|
| 10 |
+
the copyright holders, disclaims all warranties with regard to this
|
| 11 |
+
software, including all implied warranties of merchantability and
|
| 12 |
+
fitness, in no event shall NAIST be liable for
|
| 13 |
+
any special, indirect or consequential damages or any damages
|
| 14 |
+
whatsoever resulting from loss of use, data or profits, whether in an
|
| 15 |
+
action of contract, negligence or other tortuous action, arising out
|
| 16 |
+
of or in connection with the use or performance of this software.
|
| 17 |
+
|
| 18 |
+
A large portion of the dictionary entries
|
| 19 |
+
originate from ICOT Free Software. The following conditions for ICOT
|
| 20 |
+
Free Software applies to the current dictionary as well.
|
| 21 |
+
|
| 22 |
+
Each User may also freely distribute the Program, whether in its
|
| 23 |
+
original form or modified, to any third party or parties, PROVIDED
|
| 24 |
+
that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
|
| 25 |
+
on, or be attached to, the Program, which is distributed substantially
|
| 26 |
+
in the same form as set out herein and that such intended
|
| 27 |
+
distribution, if actually made, will neither violate or otherwise
|
| 28 |
+
contravene any of the laws and regulations of the countries having
|
| 29 |
+
jurisdiction over the User or the intended distribution itself.
|
| 30 |
+
|
| 31 |
+
NO WARRANTY
|
| 32 |
+
|
| 33 |
+
The program was produced on an experimental basis in the course of the
|
| 34 |
+
research and development conducted during the project and is provided
|
| 35 |
+
to users as so produced on an experimental basis. Accordingly, the
|
| 36 |
+
program is provided without any warranty whatsoever, whether express,
|
| 37 |
+
implied, statutory or otherwise. The term "warranty" used herein
|
| 38 |
+
includes, but is not limited to, any warranty of the quality,
|
| 39 |
+
performance, merchantability and fitness for a particular purpose of
|
| 40 |
+
the program and the nonexistence of any infringement or violation of
|
| 41 |
+
any right of any third party.
|
| 42 |
+
|
| 43 |
+
Each user of the program will agree and understand, and be deemed to
|
| 44 |
+
have agreed and understood, that there is no warranty whatsoever for
|
| 45 |
+
the program and, accordingly, the entire risk arising from or
|
| 46 |
+
otherwise connected with the program is assumed by the user.
|
| 47 |
+
|
| 48 |
+
Therefore, neither ICOT, the copyright holder, or any other
|
| 49 |
+
organization that participated in or was otherwise related to the
|
| 50 |
+
development of the program and their respective officials, directors,
|
| 51 |
+
officers and other employees shall be held liable for any and all
|
| 52 |
+
damages, including, without limitation, general, special, incidental
|
| 53 |
+
and consequential damages, arising out of or otherwise in connection
|
| 54 |
+
with the use or inability to use the program or any product, material
|
| 55 |
+
or result produced or otherwise obtained by using the program,
|
| 56 |
+
regardless of whether they have been advised of, or otherwise had
|
| 57 |
+
knowledge of, the possibility of such damages at any time during the
|
| 58 |
+
project or thereafter. Each user will be deemed to have agreed to the
|
| 59 |
+
foregoing by his or her commencement of use of the program. The term
|
| 60 |
+
"use" as used herein includes, but is not limited to, the use,
|
| 61 |
+
modification, copying and distribution of the program and the
|
| 62 |
+
production of secondary products from the program.
|
| 63 |
+
|
| 64 |
+
In the case where the program, whether in its original form or
|
| 65 |
+
modified, was distributed or delivered to or received by a user from
|
| 66 |
+
any person, organization or entity other than ICOT, unless it makes or
|
| 67 |
+
grants independently of ICOT any specific warranty to the user in
|
| 68 |
+
writing, such person, organization or entity, will also be exempted
|
| 69 |
+
from and not be held liable to the user for any such damages as noted
|
| 70 |
+
above as far as the program is concerned.
|
| 71 |
+
��
|
ipadic/char.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81bba502ae48fa005a374819f15e44452eb68086a8b323ec20a044d514400832
|
| 3 |
+
size 262496
|
ipadic/dicrc
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
;
|
| 2 |
+
; Configuration file of IPADIC
|
| 3 |
+
;
|
| 4 |
+
; $Id: dicrc,v 1.4 2006/04/08 06:41:36 taku-ku Exp $;
|
| 5 |
+
;
|
| 6 |
+
cost-factor = 800
|
| 7 |
+
bos-feature = BOS/EOS,*,*,*,*,*,*,*,*
|
| 8 |
+
eval-size = 8
|
| 9 |
+
unk-eval-size = 4
|
| 10 |
+
config-charset = EUC-JP
|
| 11 |
+
|
| 12 |
+
; yomi
|
| 13 |
+
node-format-yomi = %pS%f[7]
|
| 14 |
+
unk-format-yomi = %M
|
| 15 |
+
eos-format-yomi = \n
|
| 16 |
+
|
| 17 |
+
; simple
|
| 18 |
+
node-format-simple = %m\t%F-[0,1,2,3]\n
|
| 19 |
+
eos-format-simple = EOS\n
|
| 20 |
+
|
| 21 |
+
; ChaSen
|
| 22 |
+
node-format-chasen = %m\t%f[7]\t%f[6]\t%F-[0,1,2,3]\t%f[4]\t%f[5]\n
|
| 23 |
+
unk-format-chasen = %m\t%m\t%m\t%F-[0,1,2,3]\t\t\n
|
| 24 |
+
eos-format-chasen = EOS\n
|
| 25 |
+
|
| 26 |
+
; ChaSen (include spaces)
|
| 27 |
+
node-format-chasen2 = %M\t%f[7]\t%f[6]\t%F-[0,1,2,3]\t%f[4]\t%f[5]\n
|
| 28 |
+
unk-format-chasen2 = %M\t%m\t%m\t%F-[0,1,2,3]\t\t\n
|
| 29 |
+
eos-format-chasen2 = EOS\n
|
ipadic/matrix.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ee44d7350cdcb680ebd699f83e121be1dc63310f8832d55bcb537a068177611a
|
| 3 |
+
size 3463716
|
ipadic/mecabrc
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
; This file can be empty but it needs to exist
|
ipadic/sys.dic
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:223af63996d5d9a104d8c8baaf32029fbbf6a370d7dff33fe19fda2e92ac0ac1
|
| 3 |
+
size 49199027
|
ipadic/unk.dic
ADDED
|
Binary file (5.68 kB). View file
|
|
|
ipadic/version
ADDED
|
File without changes
|
model_manifest.json
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"files": {
|
| 3 |
+
"char.bin": {
|
| 4 |
+
"size": 262496,
|
| 5 |
+
"sha256": "81bba502ae48fa005a374819f15e44452eb68086a8b323ec20a044d514400832"
|
| 6 |
+
},
|
| 7 |
+
"COPYING": {
|
| 8 |
+
"size": 3795,
|
| 9 |
+
"sha256": "fca02d9adb601d101eccdf3131119abfff2d9c825ef5c759d7a89ebbaa972099"
|
| 10 |
+
},
|
| 11 |
+
"dicrc": {
|
| 12 |
+
"size": 693,
|
| 13 |
+
"sha256": "add6bb131a75e69478961ea59712541ace3779f7c5daa4da80d281f097c9d4d1"
|
| 14 |
+
},
|
| 15 |
+
"matrix.bin": {
|
| 16 |
+
"size": 3463716,
|
| 17 |
+
"sha256": "ee44d7350cdcb680ebd699f83e121be1dc63310f8832d55bcb537a068177611a"
|
| 18 |
+
},
|
| 19 |
+
"mecabrc": {
|
| 20 |
+
"size": 47,
|
| 21 |
+
"sha256": "cf91ca4aec6bbf596eda5034aefb73ae90999678b59f20ce3deb35d91fddb009"
|
| 22 |
+
},
|
| 23 |
+
"sys.dic": {
|
| 24 |
+
"size": 49199027,
|
| 25 |
+
"sha256": "223af63996d5d9a104d8c8baaf32029fbbf6a370d7dff33fe19fda2e92ac0ac1"
|
| 26 |
+
},
|
| 27 |
+
"unk.dic": {
|
| 28 |
+
"size": 5684,
|
| 29 |
+
"sha256": "f0bf15e3e28259f4470b9c1e775d98bef53207d4b09afcd6d8545209b7b53f88"
|
| 30 |
+
},
|
| 31 |
+
"version": {
|
| 32 |
+
"size": 0,
|
| 33 |
+
"sha256": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
| 34 |
+
}
|
| 35 |
+
}
|
| 36 |
+
}
|