h5features documentation¶
The
h5features
library provides easy to use and efficient storage of large temporal dataIt has been primarly designed to store speech features extracted from huge corpora.
It uses the HDF5 binary file format, it is implemented in C++ and exposes Python bindings.
The source code is available at http://www.github.com/bootphon/h5features.
Table of contents
Licence and copyright¶
Copyright 2020 Inria
This work is founded by the grant ADT-193 from Inria and developed within the Cognitive Machine Learning research team.
h5features is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
h5features is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with h5features. If not, see http://www.gnu.org/licenses/.