mathcat 0.1.26

MathCAT: Math Capable Assistive Technology ('Speech and braille from MathML')
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
-
  name: probability
  tag: mi
  match: "(text()='P'" 
  replace:
  - intent:
      name: "probability"
      children: [x: "text()"]

-
  name: given
  tag: mo
  match: "(text()='|' and parent::preceding-sibling::*[last()][text()='P']" 
  replace:
  - intent:
      name: "given"
      children: [x: "text()"]