-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.js
163 lines (147 loc) · 16 KB
/
main.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
const fs = require('fs')
const { execFileSync } = require('node:child_process')
const { exit } = require('process')
const sre = require('speech-rule-engine')
const callMathCAT = (mathML) => {
try {
const stdout = execFileSync('mathcat.exe', [mathML], { encoding: 'utf8', maxBuffer: 50 * 1024 * 1024 })
console.log(stdout.toString())
return JSON.parse( stdout.toString().replaceAll('"','\\"').replaceAll("'",'"').replace('clearspeak','"clearspeak"').replace('braille','"braille"') )
} catch(e) {
console.log(e)
return { "clearspeak": "ERROR", "braille": "ERROR" }
}
}
const math = [
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msqrt><mn>3</mn><mi>i</mi></msqrt><mo>−</mo><mn>2</mn><mi>i</mi></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msqrt><mn>3</mn><mi>i</mi><mo>−</mo><mn>2</mn><mi>i</mi></msqrt></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mroot><mrow><mn>4</mn><mi>i</mi></mrow><mn>3</mn></mroot><mo>−</mo><mn>2</mn><mi>i</mi></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mroot><mrow><mn>4</mn><mi>i</mi><mo>−</mo><mn>2</mn><mi>i</mi></mrow><mn>3</mn></mroot></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>sin</mi><mo>⁡</mo><mo stretchy="false">(</mo><mn>3</mn><mi>i</mi><mo stretchy="false">)</mo><mo>−</mo><mn>2</mn><mi>i</mi></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>sin</mi><mo>⁡</mo><mo stretchy="false">(</mo><mn>3</mn><mi>i</mi><mo>−</mo><mn>2</mn><mi>i</mi><mo stretchy="false">)</mo></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msub><mi>n</mi><mrow><mi>k</mi><mo>−</mo><mn>1</mn><mo>−</mo><mi>b</mi></mrow></msub></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msub><mi>n</mi><mrow><mi>k</mi><mo>−</mo><mn>1</mn></mrow></msub><mo>−</mo><mi>b</mi></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msup><mi>n</mi><mrow><mi>n</mi><mo>−</mo><mn>1</mn></mrow></msup></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msup><mi>n</mi><mrow><mi>n</mi></mrow></msup><mo>−</mo><mn>1</mn></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msubsup><mi>n</mi><mrow><mi>k</mi><mo>−</mo><mn>1</mn></mrow><mrow><mi>n</mi><mo>−</mo><mn>1</mn></mrow></msubsup></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msubsup><mi>n</mi><mrow><mi>k</mi><mo>−</mo><mn>1</mn></mrow><mrow><mi>n</mi></mrow></msubsup><mo>−</mo><mn>1</mn></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mrow><mo fence="true">(</mo><mi>s</mi><mo>+</mo><mi>t</mi><mo fence="true">)</mo></mrow><mo>÷</mo><mn>2</mn></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>s</mi><mo>+</mo><mi>t</mi><mo>÷</mo><mn>2</mn></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msup><mi>x</mi><mrow><mi>n</mi><mo>−</mo><mn>1</mn></mrow></msup></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msup><mi>x</mi><mrow><mi>n</mi></mrow></msup><mo>−</mo><mn>1</mn></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mi>x</mi><mo>=</mo><mfrac><mrow><mo>−</mo><mi>b</mi><mo>±</mo><msqrt><msup><mi>b</mi><mn>2</mn></msup><mo>−</mo><mn>4</mn><mi>a</mi><mi>c</mi></msqrt></mrow><mrow><mn>2</mn><mi>a</mi></mrow></mfrac></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><msup><mfenced><mrow><mi>a</mi><mo>+</mo><mi>b</mi></mrow></mfenced><mn>2</mn></msup></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>x</mi><mo>=</mo><mfrac><mrow><mrow><mo>-</mo><mi>b</mi></mrow><mo>±</mo><msqrt><mrow><msup><mi>b</mi><mn>2</mn></msup><mo>-</mo><mrow><mn>4</mn><mo>⁢</mo><mi>a</mi><mo>⁢</mo><mi>c</mi></mrow></mrow></msqrt></mrow><mrow><mn>2</mn><mo>⁢</mo><mi>a</mi></mrow></mfrac></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mrow><msup><mi>x</mi><mn>2</mn></msup><mo>+</mo><mrow><mn>4</mn><mo>⁢</mo><mi>x</mi></mrow><mo>+</mo><mn>4</mn></mrow><mo>=</mo><mn>0</mn></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>z</mi><mfenced><mrow><mi>x</mi><mo>+</mo><mi>y</mi></mrow></mfenced></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>A</mi><mo>=</mo><mfenced open="[" close="]"><mtable><mtr><mtd><mi>x</mi></mtd><mtd><mi>y</mi></mtd></mtr><mtr><mtd><mi>z</mi></mtd><mtd><mi>w</mi></mtd></mtr></mtable></mfenced></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><apply><eq/><ci>A</ci><matrix><matrixrow><ci>x</ci><ci>y</ci></matrixrow><matrixrow><ci>z</ci><ci>w</ci></matrixrow></matrix></apply></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi> x </mi><mo> + </mo><mrow><mi> a </mi><mo> / </mo><mi> b </mi></mrow></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msqrt><mo> - </mo><mn> 1 </mn></msqrt></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msqrt><mrow><mo> - </mo><mn> 1 </mn></mrow></msqrt></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi> sin </mi><mo> ⁡ </mo><mi> x </mi></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mn> 1 </mn><mo> + </mo><mi> ... </mi><mo> + </mo><mi> n </mi></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mn> 2 </mn><mo> + </mo><mrow><mn> 3 </mn><mo> ⁢ </mo><mi> ⅈ </mi></mrow></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo> ( </mo><mrow><mi> a </mi><mo> + </mo><mi> b </mi></mrow><mo> ) </mo></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo> [ </mo><mrow><mn> 0 </mn><mo> , </mo><mn> 1 </mn></mrow><mo> ) </mo></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi> f </mi><mo> ⁡ </mo><mrow><mo> ( </mo><mrow><mi> x </mi><mo> , </mo><mi> y </mi></mrow><mo> ) </mo></mrow></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi> x </mi><mo> ⁢ </mo><mi> y </mi></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi> f </mi><mo> ⁡ </mo><mrow><mo> ( </mo><mi> x </mi><mo> ) </mo></mrow></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi> sin </mi><mo> ⁡ </mo><mi> x </mi></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msub><mi> m </mi><mrow><mn> 1 </mn><mo> ⁣ </mo><mn> 2 </mn></mrow></msub></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mfrac><mo> ⅆ </mo><mrow><mo> ⅆ </mo><mi> x </mi></mrow></mfrac></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><munder><mo> ( </mo><mo> _ </mo></munder><mfrac><mi> a </mi><mi> b </mi></mfrac><mover><mo> ) </mo><mo> ‾ </mo></mover></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo maxsize="1"> ( </mo><mfrac><mi> a </mi><mi> b </mi></mfrac><mo maxsize="1"> ) </mo></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi> x </mi><munder><mo> → </mo><mtext> maps to </mtext></munder><mi> y </mi></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo> there exists </mo><mrow><mrow><mi> δ </mi><mo> > </mo><mn> 0 </mn></mrow><mo> such that </mo><mrow><mrow><mi> f </mi><mo> ⁡ </mo><mrow><mo> ( </mo><mi> x </mi><mo> ) </mo></mrow></mrow><mo> < </mo><mn> 1 </mn></mrow></mrow></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msup><mrow><mi> x </mi><malignmark edge="right"/></mrow><mn> 2 </mn></msup></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi><mglyph fontfamily="my-braid-font" index="2" alt="23braid"/></mi><mo>+</mo><mi><mglyph fontfamily="my-braid-font" index="5" alt="132braid"/></mi><mo>=</mo><mi><mglyph fontfamily="my-braid-font" index="3" alt="13braid"/></mi></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mrow><mn> 2 </mn><mo> ⁢ </mo><mi> x </mi></mrow><mo> + </mo><mi> y </mi><mo> - </mo><mi> z </mi></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo> ( </mo><mrow><mi> x </mi><mo> , </mo><mi> y </mi></mrow><mo> ) </mo></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo> ( </mo><mfrac linethickness="0"><mi> a </mi><mi> b </mi></mfrac><mo> ) </mo></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mfrac linethickness="2"><mfrac><mi> a </mi><mi> b </mi></mfrac><mfrac><mi> c </mi><mi> d </mi></mfrac></mfrac></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mfrac><mn> 1 </mn><mrow><msup><mi> x </mi><mn> 3 </mn></msup><mo> + </mo><mfrac><mi> x </mi><mn> 3 </mn></mfrac></mrow></mfrac><mo> = </mo><mfrac bevelled="true"><mn> 1 </mn><mrow><msup><mi> x </mi><mn> 3 </mn></msup><mo> + </mo><mfrac><mi> x </mi><mn> 3 </mn></mfrac></mrow></mfrac></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mfrac><mrow><mn> 1 </mn><mo> + </mo><msqrt><mn> 5 </mn></msqrt></mrow><mn> 2 </mn></mfrac></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mstyle maxsize="1"><mrow><mo> ( </mo><mfrac><mi> a </mi><mi> b </mi></mfrac><mo> ) </mo></mrow></mstyle></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mfrac><mrow><mi> x </mi><mo> + </mo><mi> y </mi><mo> + </mo><mi> z </mi></mrow><mrow><mi> x </mi><mphantom><mo form="infix"> + </mo><mi> y </mi></mphantom><mo> + </mo><mi> z </mi></mrow></mfrac></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mfrac><mrow><mi> x </mi><mo> + </mo><mi> y </mi><mo> + </mo><mi> z </mi></mrow><mrow><mi> x </mi><mphantom><mo> + </mo></mphantom><mphantom><mi> y </mi></mphantom><mo> + </mo><mi> z </mi></mrow></mfrac></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mtable columnspacing="0pt" rowspacing="0pt"><mtr><mtd></mtd><mtd columnalign="right"><mn>10</mn></mtd></mtr><mtr><mtd columnalign="right"><mn>131</mn></mtd><mtd columnalign="right"><menclose notation="longdiv"><mn>1413</mn></menclose></mtd></mtr><mtr><mtd></mtd><mtd columnalign="right"><mrow><munder><mn>131</mn><mo> _ </mo></munder><mphantom><mn>3</mn></mphantom></mrow></mtd></mtr><mtr><mtd></mtd><mtd columnalign="right"><mn>103</mn></mtd></mtr></mtable></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msub><mi>a</mi><mrow><menclose notation="actuarial"><mi>n</mi></menclose><mo>⁢</mo><mi>i</mi></mrow></msub></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><msup><mrow><mo> ( </mo><mrow><mi> x </mi><mo> + </mo><mi> y </mi></mrow><mo> ) </mo></mrow><mn> 2 </mn></msup></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><msubsup><mo> ∫ </mo><mn> 0 </mn><mn> 1 </mn></msubsup><mrow><msup><mi> ⅇ </mi><mi> x </mi></msup><mo> ⁢ </mo><mrow><mo> ⅆ </mo><mi> x </mi></mrow></mrow></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><munder accentunder="true"><mrow><mi> x </mi><mo> + </mo><mi> y </mi><mo> + </mo><mi> z </mi></mrow><mo> ⏟ </mo></munder><mtext> versus </mtext><munder accentunder="false"><mrow><mi> x </mi><mo> + </mo><mi> y </mi><mo> + </mo><mi> z </mi></mrow><mo> ⏟ </mo></munder></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mover accent="true"><mi> x </mi><mo> ^ </mo></mover><mtext> versus </mtext><mover accent="false"><mi> x </mi><mo> ^ </mo></mover></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mover accent="true"><mrow><mi> x </mi><mo> + </mo><mi> y </mi><mo> + </mo><mi> z </mi></mrow><mo> ⏞ </mo></mover><mtext> versus </mtext><mover accent="false"><mrow><mi> x </mi><mo> + </mo><mi> y </mi><mo> + </mo><mi> z </mi></mrow><mo> ⏞ </mo></mover></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mmultiscripts><mi> F </mi><mn> 1 </mn><none/><mprescripts/><mn> 0 </mn><none/></mmultiscripts><mo> ⁡ </mo><mrow><mo> ( </mo><mrow><mo> ; </mo><mi> a </mi><mo> ; </mo><mi> z </mi></mrow><mo> ) </mo></mrow></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mmultiscripts><mi> R </mi><mi> i </mi><none/><none/><mi> j </mi><mi> k </mi><none/><mi> l </mi><none/></mmultiscripts></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mo> ( </mo><mtable><mtr><mtd><mn>1</mn></mtd><mtd><mn>0</mn></mtd><mtd><mn>0</mn></mtd></mtr><mtr><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd><mtd><mn>0</mn></mtd></mtr><mtr><mtd><mn>0</mn></mtd><mtd><mn>0</mn></mtd><mtd><mn>1</mn></mtd></mtr></mtable><mo> ) </mo></mrow></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mtable groupalign="{decimalpoint left left decimalpoint left left decimalpoint}"><mtr><mtd><mrow><mrow><mrow><maligngroup/><mn> 8.44 </mn><mo> ⁢ </mo><maligngroup/><mi> x </mi></mrow><maligngroup/><mo> + </mo><mrow><maligngroup/><mn> 55 </mn><mo> ⁢ </mo><maligngroup/><mi> y </mi></mrow></mrow><maligngroup/><mo> = </mo><maligngroup/><mn> 0 </mn></mrow></mtd></mtr><mtr><mtd><mrow><mrow><mrow><maligngroup/><mn> 3.1 </mn><mo> ⁢ </mo><maligngroup/><mi> x </mi></mrow><maligngroup/><mo> - </mo><mrow><maligngroup/><mn> 0.7 </mn><mo> ⁢ </mo><maligngroup/><mi> y </mi></mrow></mrow><maligngroup/><mo> = </mo><maligngroup/><mrow><mo> - </mo><mn> 1.1 </mn></mrow></mrow></mtd></mtr></mtable></math>',
'<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow><msubsup><mo>∫</mo><mn>1</mn><mi>t</mi></msubsup><mfrac><mrow><mo>ⅆ</mo><mi>x</mi></mrow><mi>x</mi></mfrac></mrow></math>',
'<math><mrow><msubsup><mo> ∫ </mo><mn> 0 </mn><mn> 1 </mn></msubsup><mrow><msup><mi> ⅇ </mi><mi> x </mi></msup><mo> ⁢ </mo><mrow><mo> ⅆ </mo><mi> x </mi></mrow></mrow></mrow></math>'
]
function resolveAfterXmSecs(x) {
return new Promise(resolve => {
setTimeout(() => {
resolve('resolved');
}, x);
});
}
async function getMathSpeak(mathML) {
return await new Promise(resolve => {
sre.setupEngine({
locale: 'en',
modality: 'speech',
domain: 'mathspeak',
style: 'default'
}).then(()=> {
console.log(sre.toSpeech(mathML))
resolve(sre.toSpeech(mathML))
})
})
}
async function setupSreForMathSpeak() {
await sre.setupEngine({
locale: 'en',
modality: 'speech',
domain: 'mathspeak',
style: 'default'
})
await resolveAfterXmSecs(20)
}
async function setupSreForBraille() {
await sre.setupEngine({
locale: 'nemeth',
modality: 'braille',
domain: 'default',
style: 'default'
})
await resolveAfterXmSecs(20)
}
sre.engineReady().then(() => {
// We're ready to work!
const results = []
math.forEach(mathML=>{
//setupSreForMathSpeak()
//const mathSpeak = sre.toSpeech(mathML).toString()
const mathSpeak = getMathSpeak(mathML)
setupSreForBraille()
console.log('----')
console.log(sre.toSpeech(mathML))
const sreBraille = sre.toSpeech(mathML).toString()
const mathcat = callMathCAT(mathML)
console.log(`reults1: ${JSON.stringify(mathcat)}`)
console.log(`results2: ${JSON.stringify({'mathML': mathML,'mathSpeak': mathSpeak,'sreBraille': sreBraille,'clearSpeak': mathcat.clearspeak,'mathCatBraille': mathcat.braille})}`)
results.push({
'mathML': mathML,
'mathSpeak': mathSpeak,
'sreBraille': sreBraille,
'clearSpeak': mathcat.clearspeak,
'mathCatBraille': mathcat.braille
})
exit()
})
console.log('Done! Compare:')
console.log(math.length)
console.log(results.length)
console.log(JSON.stringify(results))
})