-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link documentation to readthedocs (#31)
* update rtd yaml with instructions from rtd * fix rtd badge on readme * bump version for documation yaml * Return to original readthedocs yaml * update with explicit python version * revert to rtd example * package rtd with version * return to working version * remove commented code * add basic documentation * remove exploration notebook to dummy functions * update dummy path * remove dummy modules * add links to README
- Loading branch information
Showing
9 changed files
with
81 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
.. _getting_started: | ||
|
||
Getting started | ||
--------------- | ||
|
||
To get started with scikit-talk, you will need a transcription file. | ||
For example, you can download a file from the | ||
`Griffith Corpus of Spoken Australian English <https://ca.talkbank.org/data-orig/GCSAusE/>`_. | ||
|
||
Load a corpus using the parser for .cha files: | ||
|
||
.. code-block:: python | ||
from sktalk.corpus.parsing.cha import ChaFile | ||
parsed_cha = ChaFile('path/to/your/file.cha').parse() | ||
Access the metadata with: | ||
|
||
.. code-block:: python | ||
parsed_cha.metadata | ||
Access the utterances with: | ||
|
||
.. code-block:: python | ||
parsed_cha.utterances | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.. _installation: | ||
|
||
Installation | ||
------------ | ||
|
||
The development version is available via GitHub. To install directly from | ||
GitHub, the following command can be used: | ||
|
||
:: | ||
|
||
pip install -U git+https://github.com/elpaco-escience/scikit-talk.git |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.