Wowool NLP russian Package
Project description
Wowool NLP russian Package
This package contains the language file and domains for russian. To use this package, you need to install the wowool-sdk package and request a license file at info@wowool.com
Usage
from wowool.sdk import Pipeline
from pathlib import Path
input_text = Path("input.txt").read_text()
pipeline = Pipeline("russian,entity")
doc = pipeline(input_text)
print(doc)
Domains
russian-entity.dom_info
| Entity | Description | Sample |
|---|---|---|
| Address | captures the Street, City and the complete Address | ул. Варварка, д. 3, пом. 60 109012, г. Москва |
| City | Name of a city | Москва |
| Company | Name of a company | Лукойл |
| Country | Name of a country | Польша |
| Date | Date and Month | 26 декабря 2018 |
| Email address | info@eyeontext.com | |
| Event | Something that happens | Московский международный кинофестиваль |
| GivenName | First name of a Person | Ярослав |
| MoneyAmount | Amount of money | 1280 рублей |
| Month | Name of a month | октябрь |
| Organization | Name of an Organization | Медицинский центр Глениглс |
| Person | Name of a Person, it captures as well the PersonGiv (first name) and PersonFam (family name) | Поплавский Алексей Алексеевич |
| Url | Url | https://www.eyeontext.com |
| WeekDay | Day of the week | пятница |
| WorldRegion | A geographical place, like a continent, a region, a county, etc. | Сектор Газа |
russian-dates.dom_info
| Entity | Description | Sample |
|---|---|---|
| Date | An attribute will resolve the absolute date from the date that has been set | 13/01/2021 |
| TimePhrase | A phrase expressing time, including dates | vier jaar geleden |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wowool_russian-3.0.1-py3-none-any.whl.
File metadata
- Download URL: wowool_russian-3.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0de3d35cbc83720fa5e148562a983499dffa17beb0b109c35d648e245d12b7d8
|
|
| MD5 |
c286f4edfbd980e5296ab9bd1c622255
|
|
| BLAKE2b-256 |
e0b361e4487a22efc346030d4196d827e3b02d87068a83fa1a0f086a7b896097
|