Skip to content

Commit 056723b

Browse files
committed
update header and index
1 parent a9aa455 commit 056723b

6 files changed

Lines changed: 22 additions & 22 deletions

File tree

corpora.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Legacy Docs (v0.1.x)
2+
title: Docs
33
redirect_to:
4-
- https://legacy.cltk.org
4+
- https://docs.cltk.org
55
---

docs_v10.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,27 @@ layout: default
44

55
The Classical Language Toolkit (CLTK) is a Python library offering natural language processing (NLP) for the languages of pre–modern Eurasia. Pre-configured pipelines are available for 19 languages.
66

7+
- Install: `pip install "cltk[openai,stanza,ollama]"`
8+
- Code: <https://github.com/cltk/cltk>
9+
- Docs: <https://docs.cltk.org>
10+
711
## Maintainers
812

913
* [Kyle P. Johnson](https://github.com/kylepjohnson)
1014
* [Clément Besnier](https://github.com/clemsciences)
15+
16+
# Previous version
17+
18+
Previous generations of the CLTK are not supported anymore, but for those needing to use or reference past versions, these are preserved.
19+
20+
## Version `1.x`
21+
22+
- Install: `pip install cltk==1.5.0`
23+
- Code: <https://github.com/cltk/cltk/tree/v1>
24+
- Docs: <https://v1.cltk.org>
25+
26+
## Version `0.x`
27+
28+
- Install: `pip install cltk==0.1.121`
29+
- Code: <https://github.com/cltk/cltk/tree/v0>
30+
- Docs: <https://v0.cltk.org>

tutorials.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

tutorials_10.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)