We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e84b158 commit a06a137Copy full SHA for a06a137
2 files changed
README.md
@@ -12,7 +12,7 @@ Documentation is work in progress and it will improve over the following months.
12
PIE is available from pypi, which means that all you should need to do is:
13
14
```bash
15
-pip install pie
+pip install nlp-pie
16
```
17
18
### For development
setup.py
@@ -14,12 +14,12 @@
here = os.path.abspath(os.path.dirname(__file__))
# Package meta-data.
-NAME = 'pie'
+NAME = 'nlp-pie'
DESCRIPTION = 'A Framework for Joint Learning of Sequence Labeling Tasks'
19
URL = 'https://github.com/emanjavacas/pie'
20
AUTHOR = ' Enrique Manjavacas; Mike Kestemont'
21
REQUIRES_PYTHON = '>=3.6.0'
22
-VERSION = "0.2.1"
+VERSION = "0.2.2"
23
24
# What packages are required for this module to be executed?
25
0 commit comments