-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
351 lines (236 loc) · 9.96 KB
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
commit fcd818ce71beb47af623dc8ef16e1433a11d53fb
Author: Pablo Torres <[email protected]>
Date: Fri Apr 4 16:40:02 2014 +0100
Update MANIFEST.in. Add Sphinx as dependency
commit 9b4429c4f6c61e15526b220c4fe165a6db885742
Author: Pablo Torres <[email protected]>
Date: Fri Apr 4 16:29:58 2014 +0100
Update gitignore to avoid build docs. Add docuementation makefile
commit b6c728efa0d22afb4c2f78d5c5709a9b4e79a57e
Author: Pablo Torres <[email protected]>
Date: Fri Apr 4 16:27:55 2014 +0100
Add function, clase and modules documentation
commit 797971e21bfb80b6936167dfc1e67192e472c637
Author: Pablo Torres <[email protected]>
Date: Fri Apr 4 11:08:54 2014 +0100
Chage dafault logger. Now using 'clean_text'
commit 4e63b2d2a6bb0017d05c735c29c73385a070e69c
Author: Pablo Torres <[email protected]>
Date: Fri Apr 4 10:54:20 2014 +0100
Change configuration system
commit d6899c9fb0943aac19d2cfd00521593207f64286
Merge: 6166cfb 78f3c0f
Author: Pablo Torres <[email protected]>
Date: Tue Apr 1 13:51:04 2014 +0100
merging
commit 78f3c0f5820ab7a1a964051eb1ef582f7b66497b
Author: Pablo Torres <[email protected]>
Date: Tue Apr 1 13:47:27 2014 +0100
update CHANGES
commit 4cd227ce3cbc6ced01858314f0f7b9e437561ddd
Author: Pablo Torres <[email protected]>
Date: Tue Apr 1 13:47:03 2014 +0100
change version
commit 6166cfbbfe368b15fde164d71b845bd5efb17cdc
Merge: aaabaf8 5468833
Author: Pablo Torres <[email protected]>
Date: Tue Apr 1 13:45:20 2014 +0100
Merging
commit 54688336a966466eaf4a856b6c48d86345a4d847
Author: Pablo Torres <[email protected]>
Date: Tue Apr 1 13:43:13 2014 +0100
update CHANGES file
commit aaabaf893091c9b26e88defea8ee77070df51666
Author: Pablo Torres <[email protected]>
Date: Tue Apr 1 13:41:06 2014 +0100
update changes
commit 877d6569aeb06208771146d110294756e88b9f4d
Author: Pablo Torres <[email protected]>
Date: Tue Apr 1 13:34:06 2014 +0100
Improve README file
commit 1215aa5270dd3d2ad7e1cc652015087b0086c37d
Author: Pablo Torres <[email protected]>
Date: Thu Mar 13 15:54:28 2014 +0000
change logger configuration
commit adc582fdb512abfb5c7d7afea985dfc13240eaa5
Author: Pablo Torres <[email protected]>
Date: Tue Mar 11 15:02:03 2014 +0000
new version 0.0.19
commit 6adbe9a265437bcde2dc661af49a0ae1ca5f3258
Author: Pablo Torres <[email protected]>
Date: Tue Mar 11 15:01:32 2014 +0000
deleting globaldata
commit 6768f2bebf62a8bda7215062fe5977ff3fb9bd45
Author: Pablo Torres <[email protected]>
Date: Tue Mar 11 15:00:21 2014 +0000
change globals for dataglobal
commit 60620400ad93a65d2d76d2b878b1773e38c95471
Author: Pablo Torres <[email protected]>
Date: Mon Feb 17 16:31:42 2014 +0000
Fix counting lines bug. It added an extra new line when processing a new set of objects
commit f3b97c40d4c182797ec9b71084806467ecf3176f
Author: Pablo Torres <[email protected]>
Date: Mon Feb 17 16:19:01 2014 +0000
Remove newline for each column read in the input file
commit 68c849c67328ecf3725452785f53f896993e72a6
Author: Pablo Torres <[email protected]>
Date: Mon Feb 17 15:38:11 2014 +0000
Fix overwrite outputfile option and counting lines bug
commit 0d90f6e2a2f5a57c8de984e9b0910f1c3cd7b561
Author: Pablo Torres <[email protected]>
Date: Mon Feb 17 15:25:49 2014 +0000
Fix overwrite outputfile option
commit 5b1918dd5ec7b58fb2d6ad07a7263b525412f820
Author: Pablo Torres <[email protected]>
Date: Mon Feb 17 15:15:55 2014 +0000
Fix overwrite outputfile option
commit 19760146f68c7055b2e67daf4cee598a49912fe1
Author: Pablo Torres <[email protected]>
Date: Mon Feb 17 14:58:52 2014 +0000
version 0.0.14: Add overwrite outputfile option
commit 88331812d9fd69c4d2ca590c9f0b22c0c770b6cf
Author: Pablo Torres <[email protected]>
Date: Mon Feb 17 14:40:53 2014 +0000
fix version 0.12. Create Processor object, which perform the cleaning job and account information. It Indicates event information using the input-line related
commit 2e64c4c3a8819a73c609d4424397e805af54824b
Author: Pablo Torres <[email protected]>
Date: Mon Feb 17 14:18:07 2014 +0000
fix version 0.11. Now it allows serialize less fields than the fields given in the objects
commit 13769491a7c3c4f738bc6a3f62825be0df977742
Author: Pablo Torres <[email protected]>
Date: Mon Feb 17 13:58:21 2014 +0000
create new verision 0.11
commit b14970f5a921bf803bb424b479d8ea62a5d2cd5e
Author: Pablo Torres <[email protected]>
Date: Mon Feb 17 13:57:39 2014 +0000
delete some unnecessary config options
commit 0a2dc521ff5f1319fc6251c0cc085b2252fe76cf
Author: Pablo Torres <[email protected]>
Date: Mon Feb 17 13:50:26 2014 +0000
Add new properties to configuration file
commit 9bd9a88bd3857cd897b5fdf1c4552f55de95e58e
Author: Pablo Torres <[email protected]>
Date: Fri Feb 14 19:41:09 2014 +0000
Separated layer for CSV/TSV serialisation
commit c0bed66660df29acb2430638cb057026f03759e7
Author: Pablo Torres <[email protected]>
Date: Fri Feb 14 12:55:28 2014 +0000
Support for configuration file with optional parameters
commit 61037cc775ccd638541c8181d2054c827c2e07ef
Author: Pablo Torres <[email protected]>
Date: Fri Feb 14 12:53:58 2014 +0000
Add configuration file
commit b4605a8a1f8f9a6e394397d27e72061afd8c878a
Author: Pablo Torres <[email protected]>
Date: Mon Dec 16 15:31:58 2013 +0000
Add *.clean to gitignore
commit 1d19defa0a909014f54d8f62941485b8fdcab89d
Author: Pablo Torres <[email protected]>
Date: Mon Dec 9 16:52:19 2013 +0000
new column position now is variable
commit 0d12142d07a01be13050b00f0b37d581fa91deaa
Author: Pablo Torres <[email protected]>
Date: Mon Dec 9 15:33:13 2013 +0000
Fix wrong input file counting
commit 75e6235cb7d441ca5161706cdb643f5f538e6cd0
Author: Pablo Torres <[email protected]>
Date: Thu Nov 28 12:13:37 2013 +0000
Add numpy as requierment
commit 637f06d260d88cb57a67ed836b25fe4a7948eee1
Author: Pablo Torres <[email protected]>
Date: Fri Nov 22 14:26:23 2013 +0000
fix bug: When find an empty line, the program attemps to read an non-existing object
commit b788786195f707ac76ed881af940bd81ce243633
Author: Pablo Torres <[email protected]>
Date: Thu Nov 21 18:22:04 2013 +0000
remove example output
commit fa093d31527c1fbac279faff28e8b20e279fca00
Author: Pablo Torres <[email protected]>
Date: Thu Nov 21 18:10:02 2013 +0000
delete *.swp files
commit 5e7c2c65ae6b7014f29a12c267e429b9bb583e2a
Author: Pablo Torres <[email protected]>
Date: Thu Nov 21 18:08:32 2013 +0000
Delete lines where clean text is empty. Add new logging system which support test and running environment
commit d089163bfd593eaf0a3e51c1595d29fa9dd51ada
Author: Pablo Torres <[email protected]>
Date: Mon Nov 18 16:42:39 2013 +0000
update CHANGES file
commit d66216b3d242ac3fcfb092392cda1962cc5d4d02
Author: Pablo Torres <[email protected]>
Date: Mon Nov 18 16:42:09 2013 +0000
fix stopword file bugs
commit ecc27e476fbb46c17d3aef4dbdae17ba8c4aff12
Author: Pablo Torres <[email protected]>
Date: Fri Nov 15 14:47:18 2013 +0000
remove t2db_objects as dependency
commit 79aca9ae0e73548f9ded07d319a73e4e1d121eca
Author: Pablo Torres <[email protected]>
Date: Fri Nov 15 13:51:38 2013 +0000
update CHANGES files to 0.0.6
commit 65ec5f5b98ad9a9414b5078783cea7293eb17c2e
Author: Pablo Torres <[email protected]>
Date: Fri Nov 15 13:51:15 2013 +0000
new version 0.0.6
commit e492795c3780efb6b520ad4cfeeb9a58151bc242
Merge: 2858bda 267188d
Author: Pablo Torres <[email protected]>
Date: Fri Nov 15 13:41:16 2013 +0000
fix mergin problems
commit 267188d3f183d98a9bb97053935d152ea82cb98e
Author: Pablo Torres <[email protected]>
Date: Fri Nov 15 13:30:01 2013 +0000
Change stemming algorithm to WordNet
commit 2858bdaa0a31aa194005d7b0b734b02de6e87da0
Author: Pablo Torres <[email protected]>
Date: Wed Nov 13 18:22:49 2013 +0000
fix switched argument bug in processFile function
commit 74825d86aab495c7e94a7c82c45f22afb9da41f1
Author: Pablo Torres <[email protected]>
Date: Wed Nov 13 17:42:58 2013 +0000
new version 0.0.4 Fix some bugs
commit 76b255f323002b688ead44323d2e81601b25209e
Merge: 6be6ef1 1894807
Author: Pablo Torres <[email protected]>
Date: Wed Nov 13 17:27:14 2013 +0000
Merge branch 'master' of https://github.com/ptorrestr/clean_text
commit 6be6ef1f25f8d05ad67f044184ca604a7cf76dd9
Author: Pablo Torres <[email protected]>
Date: Wed Nov 13 17:25:32 2013 +0000
add new status and the end of the line
commit 1894807c654d45c1c614489a6c0d8b3141f2448a
Author: ptorrestr <[email protected]>
Date: Wed Nov 13 17:07:27 2013 +0000
Update README.md
commit cf5a47089a31ff63e705b68f1ee155b55a307430
Author: Pablo Torres <[email protected]>
Date: Wed Nov 13 17:06:05 2013 +0000
new version 0.0.3
commit dbbc70703708177e1d58506dae8237e7594b41df
Author: Pablo Torres <[email protected]>
Date: Wed Nov 13 17:04:01 2013 +0000
update setup.py
commit 7243fdc7cf96b00cea4c9937add405def2bdb1d8
Author: Pablo Torres <[email protected]>
Date: Wed Nov 13 16:46:40 2013 +0000
update CHANGES file
commit 79cb1b3d288e08a79d8b5879fbe6fe8b61e25c61
Author: Pablo Torres <[email protected]>
Date: Wed Nov 13 16:46:14 2013 +0000
support for user defined stopword list
commit ce1425c8def7e50efe9013c6ba1929e93c6f633b
Author: Pablo Torres <[email protected]>
Date: Fri Nov 1 15:48:05 2013 +0000
add CHANGES file
commit f1c4ef8aa1ddd1be5d6193cdd4e20f3eb822a6c3
Author: Pablo Torres <[email protected]>
Date: Fri Nov 1 15:47:12 2013 +0000
remove double chars
commit b36f1b32ec922032322b4f46bba0e5272f90fc57
Author: Pablo Torres <[email protected]>
Date: Fri Oct 18 16:10:50 2013 +0100
add nltk version in setup.py
commit f7e12888e9ab6541ef6b95f4fd2f8c8268656f10
Author: Pablo Torres <[email protected]>
Date: Fri Oct 18 16:05:13 2013 +0100
initial commit