mhenrichsen
commited on
Commit
·
0f366fa
1
Parent(s):
29bf886
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ It's trained on 12.3k danish texts with a token count of 13.4m.
|
|
13 |
CAS takes a text (str), reads and understands the contexts and then provides the best splits based on a defined word count.
|
14 |
|
15 |
It returns a dict with the keys:
|
16 |
-
-
|
17 |
- topic: str
|
18 |
|
19 |
Example:
|
|
|
13 |
CAS takes a text (str), reads and understands the contexts and then provides the best splits based on a defined word count.
|
14 |
|
15 |
It returns a dict with the keys:
|
16 |
+
- splits: list[str]
|
17 |
- topic: str
|
18 |
|
19 |
Example:
|