-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add a quickstart section to README * update presentation section * update intro lecture
- Loading branch information
Showing
3 changed files
with
128 additions
and
121 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,19 @@ | ||
# Practical Natural Language Processing | ||
|
||
[![docs: MkDocs](https://img.shields.io/badge/docs-mkdocs-informational)](http://localhost:8000) | ||
[![docs: MkDocs](https://img.shields.io/badge/docs-mkdocs-informational)](https://pkeilbach.github.io/htwg-practical-nlp/) | ||
|
||
A practical course on natural language processing @ HTWG Konstanz. | ||
Welcome to the course "Practical Natural Language Processing" at HTWG Konstanz. 👋 | ||
|
||
I'm excited to have you here and I hope you will enjoy the course. | ||
|
||
## Quickstart | ||
|
||
If you have [Python](https://docs.python.org/3/) and [Git](https://git-scm.com/) installed on your system, you can get started right away. | ||
|
||
```sh | ||
git clone https://github.com/pkeilbach/htwg-practical-nlp.git | ||
cd htwg-practical-nlp | ||
make | ||
``` | ||
|
||
For more details, check out the [Getting Started](./getting_started.md) guide. |
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
Oops, something went wrong.