Update README.md
Browse files
README.md
CHANGED
@@ -35,6 +35,8 @@ The correspondences between character and id are fixed in a special file `allcha
|
|
35 |
|
36 |
Unlike the usual practice of working with such models, the texts were not lemmatized and stop words were not excluded from them. Punctuation cut.
|
37 |
|
|
|
|
|
38 |
# Usage
|
39 |
|
40 |
```python
|
|
|
35 |
|
36 |
Unlike the usual practice of working with such models, the texts were not lemmatized and stop words were not excluded from them. Punctuation cut.
|
37 |
|
38 |
+
Texts are included in this repository as a file `train_forms.txt`.
|
39 |
+
|
40 |
# Usage
|
41 |
|
42 |
```python
|