https://github.com/grangier/python-goose

sort by:
Revision Author Date Message Commit Date
f5dc260 Merge branch 'release/1.0.22' 14 September 2014, 16:30:17 UTC
55c88c1 bumped version 14 September 2014, 16:29:57 UTC
f4495b0 Merge branch 'feature/timeout-138' into develop 14 September 2014, 16:29:30 UTC
d3e3693 Merge branch 'feature/typo-145' into develop 14 September 2014, 16:28:31 UTC
1366806 Merge branch 'polyrabbit-develop' into feature/typo-145 14 September 2014, 16:27:19 UTC
ef1ed89 Fixed a typo 14 September 2014, 16:27:02 UTC
fba20fd Merge branch 'release/1.0.21' 14 September 2014, 16:23:30 UTC
b7ebaf0 bump version 14 September 2014, 16:23:12 UTC
f95c10f Merge branch 'feature/zh-146' into develop 14 September 2014, 16:20:24 UTC
bc928d1 Merge branch 'poying-patch-1' into feature/zh-146 14 September 2014, 16:18:36 UTC
e3e6ec0 Merge branch 'patch-1' of https://github.com/poying/python-goose into poying-patch-1 14 September 2014, 16:18:03 UTC
f2f4fe1 #138 - add default timeout 14 September 2014, 16:17:02 UTC
96db620 add chinese traditional stopwords 14 September 2014, 05:32:47 UTC
a275c45 Merge branch 'master' of github.com:grangier/python-goose 14 July 2014, 13:34:06 UTC
7ba243a Merge branch 'master' of github.com:grangier/python-goose into develop 14 July 2014, 13:33:30 UTC
a881193 Merge branch 'release/1.0.20' into develop 14 July 2014, 13:31:36 UTC
93e8239 Merge branch 'release/1.0.20' 14 July 2014, 13:31:32 UTC
c19accb bumped version 14 July 2014, 13:31:18 UTC
bad1b21 Updated bad classes regex * Sites with *links* in a class previously failed. This should likely be an exact match style (^links$) * Test included. 02 July 2014, 22:10:40 UTC
a4013c1 Merge branch 'release/v1.0.19' into develop 29 June 2014, 09:33:39 UTC
8e2f875 Merge branch 'release/v1.0.19' 29 June 2014, 09:33:33 UTC
0865e77 bumped version 29 June 2014, 09:33:21 UTC
f47b6de Merge branch 'feature/fdopen-110' into develop 29 June 2014, 09:31:56 UTC
4d67d06 Merge branch 'develop' of https://github.com/selvamarcadu/python-goose into selvamarcadu-develop 29 June 2014, 09:30:55 UTC
5177b0c Merge branch 'feature/isnot-114' into develop 29 June 2014, 09:30:19 UTC
1cfc498 Merge branch 'develop' of https://github.com/ankushshah89/python-goose into ankushshah89-develop 29 June 2014, 09:27:42 UTC
06f9ae3 Minor README tweaks 25 June 2014, 16:14:50 UTC
d75bbfb BugFix: wrong equality comparision 29 May 2014, 15:02:17 UTC
fdd88a0 fdopen for all os platforms, to fix unclosed file issue 28 May 2014, 06:27:19 UTC
68df1d2 Merge branch 'release/1.0.18' into develop 19 May 2014, 00:51:13 UTC
dc9a176 Merge release 1.0.18 19 May 2014, 00:48:12 UTC
b4f2c8b bumped version 19 May 2014, 00:46:51 UTC
f259ab6 Typo in instructions for Korean 18 May 2014, 11:40:09 UTC
c8240c0 Merge branch 'release/1.0.17' into develop 09 May 2014, 11:24:10 UTC
40bf23b Merge branch 'release/1.0.17' Conflicts: goose/version.py 09 May 2014, 11:23:54 UTC
52e8d44 bumped version 09 May 2014, 11:23:16 UTC
1909b99 #100 - return response and result in article additional_data 08 May 2014, 10:56:42 UTC
0422c64 bumped version 08 May 2014, 10:19:10 UTC
fed6832 Merge branch 'release/1.0.16' 08 May 2014, 10:18:38 UTC
8ec177b Merge branch 'feature/win-file-97' into develop 08 May 2014, 10:14:43 UTC
b5a3de6 #97 - windows file desc 05 May 2014, 06:15:50 UTC
2e0aeb7 to fix WindowsError: [Error 32], Return an open file object connected to the file descriptor level 04 May 2014, 09:27:20 UTC
6bb5fb6 Merge branch 'release/1.0.15' into develop 02 May 2014, 12:07:23 UTC
e2de93d Merge branch 'release/1.0.15' 02 May 2014, 12:07:19 UTC
64b0960 bumped version 02 May 2014, 12:07:10 UTC
0f40609 Merge branch 'feature/article-refactor-59' into develop 02 May 2014, 12:06:29 UTC
56c6087 Merge branch 'develop' into feature/article-refactor-59 02 May 2014, 12:05:20 UTC
f664fd7 Merge branch 'release/1.0.14' into develop 02 May 2014, 12:00:49 UTC
fe651c7 Merge branch 'release/1.0.14' 02 May 2014, 12:00:44 UTC
c745979 bumped version 02 May 2014, 12:00:39 UTC
5d903b7 #52 - remove all span below a p 02 May 2014, 11:58:18 UTC
14e1251 Merge branch 'release/1.0.13' into develop 01 May 2014, 12:33:20 UTC
4032eb7 Merge branch 'release/1.0.13' 01 May 2014, 12:33:14 UTC
e7c3c22 bumped version 01 May 2014, 12:33:09 UTC
88b30ed Merge branch 'feature/long-article-94' into develop 01 May 2014, 12:31:05 UTC
0314d95 Merge branch 'patch-1' of https://github.com/jeffnappi/python-goose into jeffnappi-patch-1 30 April 2014, 20:12:03 UTC
33db700 Fixed long-form article issue w/ calculate_best_node * Test case included: businessinsider3 / http://www.businessinsider.com/larry-page-the-untold-story-2014-4 See https://github.com/jiminoc/goose/blob/master/src/main/scala/com/gravity/goose/extractors/ContentExtractor.scala#L227 30 April 2014, 17:26:00 UTC
a8d1238 Merge branch 'release/1.0.12' into develop 23 April 2014, 06:49:52 UTC
6430e1d Merge branch 'release/1.0.12' 23 April 2014, 06:49:47 UTC
e453b8e bumped version 23 April 2014, 06:49:42 UTC
7a75339 #84 - don't test lcoal file system 22 April 2014, 08:30:15 UTC
3a50ab0 Merge branch 'articlerefactor' into feature/article-refactor-59 Conflicts: goose/cleaners.py 21 April 2014, 16:27:44 UTC
e225721 Merge branch 'release/1.0.11' into develop 21 April 2014, 16:15:21 UTC
bad4c8b Merge branch 'release/1.0.11' 21 April 2014, 16:15:16 UTC
e0669a9 bump version 21 April 2014, 16:15:05 UTC
3f901e9 #90 - use tmp for travis 21 April 2014, 16:08:34 UTC
fd82cb9 Merge branch 'release/1.0.10' 21 April 2014, 15:59:29 UTC
9c217d1 Merge branch 'feature/local-storage-path-86' into develop 21 April 2014, 15:35:01 UTC
d935872 #86 - add tests 21 April 2014, 15:34:55 UTC
af0eebe #86 - pep8 21 April 2014, 15:27:07 UTC
e178b44 Merge branch 'local_storage_path' of https://github.com/adamlwgriffiths/python-goose into adamlwgriffiths-local_storage_path 21 April 2014, 15:16:31 UTC
cd54783 Merge branch 'feature/bounds-check-89' into develop 21 April 2014, 15:14:58 UTC
2946758 Merge branch 'elements_bounds_check' of https://github.com/adamlwgriffiths/python-goose into adamlwgriffiths-elements_bounds_check 21 April 2014, 15:12:51 UTC
52b752e Add Indonesias stopword file 21 April 2014, 15:06:23 UTC
42124ab Revert "Add Indonesias stopword file" This reverts commit 1b357f54896728bac671a29a50cc8e4231c656b7. 21 April 2014, 15:03:41 UTC
02c3bbd Merge branch 'develop' of github.com:grangier/python-goose into develop 21 April 2014, 15:02:05 UTC
3b87b5f Add bounds check to index access. Received a number of exceptions from this piece of code due to `elements` being empty. Add a check for elements being empty. 16 April 2014, 04:41:24 UTC
d20c00d Make local_storage_path configurable. Heroku and other systems don't support writing to /tmp. So the local_storage_path property should be exposable. See https://github.com/grangier/python-goose/issues/61 16 April 2014, 04:07:11 UTC
afcac25 Merge pull request #82 from bahrunnur/master Add Indonesias stopword file 07 April 2014, 09:28:31 UTC
0876225 Merge pull request #83 from priyankt68/develop fixing typo 07 April 2014, 09:28:21 UTC
1b357f5 Add Indonesias stopword file 17 March 2014, 16:05:51 UTC
a28d9d1 fixing typo 09 March 2014, 16:41:10 UTC
231b8e1 Merge branch 'release/1.0.9' into develop 03 February 2014, 06:01:38 UTC
b9f2364 Merge branch 'release/1.0.9' 03 February 2014, 06:01:32 UTC
e4acfd1 bump version 03 February 2014, 06:01:15 UTC
2d75a94 Merge branch 'feature/polish-77' into develop 03 February 2014, 05:57:12 UTC
9ba2d87 Merge branch 'develop' of https://github.com/martez81/python-goose into martez81-develop 03 February 2014, 05:55:20 UTC
358187c added Polish stopwords 02 February 2014, 18:40:24 UTC
d83134b Merge branch 'release/1.0.8' into develop 02 February 2014, 13:11:21 UTC
d28e736 Merge branch 'release/1.0.8' 02 February 2014, 13:11:15 UTC
8ae2952 bump version 02 February 2014, 13:11:08 UTC
25d6446 Merge branch 'feature/languages-65' into develop 02 February 2014, 13:07:36 UTC
0d9ef94 #65 - Russian stopword file 02 February 2014, 13:05:22 UTC
6c23739 #65 - Dutch stopword file 02 February 2014, 13:04:09 UTC
a97d72e #65 - Norwegian stopword file 02 February 2014, 13:03:26 UTC
93f37c6 #65 - Hungarian stopword file 02 February 2014, 13:02:30 UTC
c6c299b #65 - Finnish stopword file 02 February 2014, 13:01:14 UTC
0414bd3 #65 - danish stopword file 02 February 2014, 13:00:27 UTC
1f15ea2 #76 - add portuguese stopword file 02 February 2014, 12:48:45 UTC
464dfab Merge branch 'release/1.0.7' into develop 02 February 2014, 12:28:37 UTC
back to top