python-frog 0.6.9__tar.gz → 0.6.10__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of python-frog might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-frog
3
- Version: 0.6.9
3
+ Version: 0.6.10
4
4
  Summary: Python binding to Frog, an NLP suite for Dutch doing part-of-speech tagging, lemmatisation, morphological analysis, named-entity recognition, shallow parsing, and dependency parsing.
5
5
  Home-page: https://github.com/proycon/python-frog
6
6
  Author: Maarten van Gompel
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-frog
3
- Version: 0.6.9
3
+ Version: 0.6.10
4
4
  Summary: Python binding to Frog, an NLP suite for Dutch doing part-of-speech tagging, lemmatisation, morphological analysis, named-entity recognition, shallow parsing, and dependency parsing.
5
5
  Home-page: https://github.com/proycon/python-frog
6
6
  Author: Maarten van Gompel
@@ -66,7 +66,7 @@ extensions = cythonize([
66
66
 
67
67
  setup(
68
68
  name = 'python-frog',
69
- version = '0.6.9', #also ensure UCTODATAVERSION and FROGDATAVERSION are good in frog_wrapper.pyx
69
+ version = '0.6.10', #also ensure UCTODATAVERSION and FROGDATAVERSION are good in frog_wrapper.pyx
70
70
  author = "Maarten van Gompel",
71
71
  author_email = "proycon@anaproy.nl",
72
72
  description = ("Python binding to Frog, an NLP suite for Dutch doing part-of-speech tagging, lemmatisation, morphological analysis, named-entity recognition, shallow parsing, and dependency parsing."),
File without changes
File without changes
File without changes
File without changes