File tree 4 files changed +11
-6
lines changed
4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
- ![ Petrovich ] ( petrovich .png) pytrovich
1
+ ![ Pytrovich ] ( pytrovich .png)
2
2
==========================================
3
3
4
- __ pytrovich__ is a library which inflects Russian names to given grammatical case. It supports first names, last names and middle names inflections.
4
+ __ pytrovich__ is a Python 3.6+ port of [ petrovich library] ( https://github.com/petrovich ) which inflects Russian names
5
+ to a given grammatical case. It supports first names, last names and middle names inflections.
5
6
6
- __ pytrovich__ is a Python implementation of Petrovich ruby gem
7
- ([ petrovich-java] ( https://github.com/petrovich/petrovich-java ) being the main inspiration)
7
+ [ petrovich-java] ( https://github.com/petrovich/petrovich-java ) was the main inspiration.
8
8
9
9
## Usage
10
10
@@ -27,7 +27,12 @@ maker = PetrovichDeclinationMaker("/path/to/custom/rules.file.json")
27
27
28
28
### More info
29
29
30
- For more info please refer to [ petrovich] ( https://github.com/petrovich/ ) repos.
30
+ For more info please refer to other [ petrovich] ( https://github.com/petrovich/ ) repos.
31
+
32
+ ### TODO
33
+
34
+ - grammatical gender detection (given the name)
35
+ - ` How to cite us ` section
31
36
32
37
### License
33
38
Original file line number Diff line number Diff line change 8
8
name = "pytrovich" ,
9
9
packages = setuptools .find_packages (),
10
10
version = "0.0.1" ,
11
- description = "petrovich: an inflector for Russian anthroponyms, Python port " ,
11
+ description = "pytrovich: a Python port of an inflector for Russian anthroponyms developed by petrovich team: https://github.com/petrovich " ,
12
12
long_description = long_description ,
13
13
long_description_content_type = "text/markdown" ,
14
14
author = "Anton Alekseev" ,
You can’t perform that action at this time.
0 commit comments