You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

natasha

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

natasha - pypi Package Compare versions

Comparing version
1.5.0
to
1.6.0
+1
-1
.github/workflows/test.yml

@@ -11,3 +11,3 @@ name: Test

matrix:
python-version: ['3.7', '3.8', '3.9']
python-version: ['3.8', '3.9', '3.10', '3.11']

@@ -14,0 +14,0 @@ steps:

Metadata-Version: 2.1
Name: natasha
Version: 1.5.0
Version: 1.6.0
Summary: Named-entity recognition for russian language

@@ -379,3 +379,3 @@ Home-page: https://github.com/natasha/natasha

git commit -am 'Up version'
git tag v1.5.0
git tag v1.6.0

@@ -382,0 +382,0 @@ git push

@@ -5,3 +5,3 @@ pymorphy2

slovnet>=0.6.0
yargy>=0.14.0
yargy>=0.16.0
ipymarkup>=0.8.0

@@ -1730,3 +1730,3 @@

STROENIE_WORDS,
ADDR_VALUE
STROENIE_VALUE
).interpretation(

@@ -1838,4 +1838,4 @@ Building

STREET,
PROEZD,
PROSPEKT,
PROEZD,
PEREULOK,

@@ -1842,0 +1842,0 @@ PLOSHAD,

Metadata-Version: 2.1
Name: natasha
Version: 1.5.0
Version: 1.6.0
Summary: Named-entity recognition for russian language

@@ -379,3 +379,3 @@ Home-page: https://github.com/natasha/natasha

git commit -am 'Up version'
git tag v1.5.0
git tag v1.6.0

@@ -382,0 +382,0 @@ git push

@@ -362,3 +362,3 @@

git commit -am 'Up version'
git tag v1.5.0
git tag v1.6.0

@@ -365,0 +365,0 @@ git push

@@ -5,8 +5,8 @@ pymorphy2==0.9.1

razdel==0.5.0
navec==0.9.0
slovnet==0.3.0
yargy==0.14.0
ipymarkup==0.8.0
navec==0.10.0
slovnet==0.6.0
yargy==0.16.0
ipymarkup==0.9.0
pytest==7.2.1
flake8==5.0.4

@@ -11,3 +11,3 @@

name='natasha',
version='1.5.0',
version='1.6.0',

@@ -46,5 +46,5 @@ description='Named-entity recognition for russian language',

'slovnet>=0.6.0',
'yargy>=0.14.0',
'yargy>=0.16.0',
'ipymarkup>=0.8.0',
]
)

@@ -17,3 +17,3 @@

Part('Череповец', 'город'),
Part('Победы', 'проспект'),
Part('Победы', 'проезд'),
])

@@ -20,0 +20,0 @@ ],

Sorry, the diff of this file is too big to display