... | @@ -12,7 +12,7 @@ Starting example: `a+b+c` which might be realized as |
... | @@ -12,7 +12,7 @@ Starting example: `a+b+c` which might be realized as |
|
</math>
|
|
</math>
|
|
```
|
|
```
|
|
|
|
|
|
which would yield [a semantic tree](https://github.com/zorkow/speech-rule-engine/blob/sloan_branch/doc/grammar.tex0 looking like
|
|
which would yield [a semantic tree](https://github.com/zorkow/speech-rule-engine/blob/sloan_branch/doc/grammar.tex] looking like
|
|
|
|
|
|
```
|
|
```
|
|
+
|
|
+
|
... | @@ -23,6 +23,7 @@ which would yield [a semantic tree](https://github.com/zorkow/speech-rule-engine |
... | @@ -23,6 +23,7 @@ which would yield [a semantic tree](https://github.com/zorkow/speech-rule-engine |
|
|
|
|
|
which could be embedded as follows
|
|
which could be embedded as follows
|
|
|
|
|
|
|
|
```html
|
|
<math>
|
|
<math>
|
|
<mrow data-math-semantic-parent="sum" data-math-semantic-children="3">
|
|
<mrow data-math-semantic-parent="sum" data-math-semantic-children="3">
|
|
<mi data-math-semantic-child>a</mi>
|
|
<mi data-math-semantic-child>a</mi>
|
... | @@ -32,6 +33,7 @@ which could be embedded as follows |
... | @@ -32,6 +33,7 @@ which could be embedded as follows |
|
<mi data-math-semantic-child>c</mi>
|
|
<mi data-math-semantic-child>c</mi>
|
|
</mrow>
|
|
</mrow>
|
|
</math>
|
|
</math>
|
|
|
|
```
|
|
|
|
|
|
In other words,
|
|
In other words,
|
|
|
|
|
... | | ... | |