Pinned Loading
-
phonologic
phonologic Public`phonologic` is a tool for building and process phonological feature systems. It was built with automatic speech recognition (ASR) / automatic phoneme recognition (APR) in mind.
Python 4
-
phonologic-viewer
phonologic-viewer PublicA GUI to explore error analyses generated by `phonologic`
JavaScript
-
-
pickledonion
pickledonion PublicPython pickle disk caching which encourages configuration on the outer layers of an "onion" architecture
Python
-
Dataset loading in python (`search_d...
Dataset loading in python (`search_dir()`) 1def search_dir(d, pattern, match_full_path=False) -> "Iterator[Tuple[str, Tuple[str]]]":
2"""
3Performs an `os.walk` and returns an iterator of Tuple[str, Match] for each file matching a regex pattern.
4Note that the /(groups)/ found in a regex match can be unpacked like a tuple, so enjoy!
5 -
Timer decorator (`@timed()`)
Timer decorator (`@timed()`) 1def timed(long_running_seconds=0.0, file=None):
2import sys
3import functools
4import time
5def decorator_timed(func):
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.