File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- Copyright (c) 2012 University of Antwerp, Belgium
1
+ Copyright (c) 2011-2013 University of Antwerp, Belgium
2
2
All rights reserved.
3
3
4
4
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ It is well documented and bundled with 30+ examples and 350+ unit tests. The sou
15
15
Version
16
16
-------
17
17
18
- 2.4
18
+ 2.5
19
19
20
20
License
21
21
-------
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Pattern is a web mining module for the Python programming language. It bundles t
7
7
VERSION
8
8
=======
9
9
10
- 2.4
10
+ 2.5
11
11
12
12
LICENSE
13
13
=======
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = "Pattern" ,
10
- version = "2.4 " ,
10
+ version = "2.5 " ,
11
11
description = "Web mining module for Python." ,
12
12
license = "BSD" ,
13
13
author = "Tom De Smedt" ,
29
29
"pattern.text.de.parser" ,
30
30
"pattern.text.de.inflect" ,
31
31
"pattern.text.en" ,
32
- "pattern.text.en.inflect" ,
33
32
"pattern.text.en.parser" ,
33
+ "pattern.text.en.inflect" ,
34
34
"pattern.text.en.wordlist" ,
35
35
"pattern.text.en.wordnet" ,
36
36
"pattern.text.en.wordnet.pywordnet" ,
37
- "pattern.text.es.inflect" ,
37
+ "pattern.text.es" ,
38
38
"pattern.text.es.parser" ,
39
+ "pattern.text.es.inflect" ,
39
40
"pattern.text.fr" ,
40
41
"pattern.text.fr.parser" ,
41
42
"pattern.text.fr.inflect" ,
You can’t perform that action at this time.
0 commit comments