Files
VKR_2026/README.md
podiukov.iv c84bb64551 add ner
2026-04-18 21:10:44 +05:00

9 lines
377 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## Программная реализация ВКР "Алгоритм парафразирования для улучшения извлечения сущностей с использованием больших языковых моделей"
### Установка библиотек
#### для NER
```
pip install spacy
python -m spacy download ru_core_news_lg
```