projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be996b1
)
...
author
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Thu, 11 Dec 2014 17:18:38 +0000
(18:18 +0100)
committer
Pierre Ratinaud
<ratinaud@univ-tlse2.fr>
Thu, 11 Dec 2014 17:18:38 +0000
(18:18 +0100)
parse_europress.py
patch
|
blob
|
history
diff --git
a/parse_europress.py
b/parse_europress.py
index
62ed52c
..
8097d30
100644
(file)
--- a/
parse_europress.py
+++ b/
parse_europress.py
@@
-10,11
+10,6
@@
import os
from HTMLParser import HTMLParser
-infile = '/home/pierre/workspace/iramuteq/dev/europress/DocActionPrintSave.aspx.html'
-
-with codecs.open(infile, 'r', 'utf8') as f :
- html = f.read()
-
mois = {u'janvier' : '01',
u'février' : '02',
u'mars' : '03',