Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small layout fix in readme #64

Merged
merged 2 commits into from
Jan 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Welcome to `scikit-talk`!
# Welcome to Scikit-talk!

`scikit-talk` is an open-source toolkit for processing collections of real-world conversational speech in Python. The toolkit aims to facilitate the exploration of large collections of transcriptions and annotations of conversational interaction.
Scikit-talk is an open-source toolkit for processing collections of real-world conversational speech in Python. The toolkit aims to facilitate the exploration of large collections of transcriptions and annotations of conversational interaction.

## Badges

Expand All @@ -23,7 +23,7 @@

## Installation

`scikit-talk can be installed from PyPI:
Scikit-talk can be installed from PyPI:

```console
python3 -m pip install scikit-talk
Expand All @@ -44,7 +44,7 @@ To read more about the aims of this software, [this paper](https://aclanthology.

## Contributing

If you want to contribute to the development of `scikit-talk,
If you want to contribute to the development of scikit-talk,
have a look at the [contribution guidelines](CONTRIBUTING.md).

Detailed technical information on how to work with the code base can be found in [README.dev.md](README.dev.md).
Expand Down
Loading