You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or if you want to build from source, make sure you have Rust and maturin installed, then run:
67
+
68
+
```bash
63
69
maturin develop
64
70
```
65
71
72
+
## Documentation
73
+
74
+
Comprehensive documentation is available at [https://fncokg.github.io/gridio/](https://fncokg.github.io/gridio/).
75
+
66
76
## Benchmarks
67
77
68
78
We benchmark `gridio` against two popular TextGrid parsing libraries: `textgrid` (a pure Python implementation) and `parselmouth` (Python bindings for Praat).
0 commit comments