Skip to content

Commit 6a0749f

Browse files
author
s2010515
committed
Update import html parsed
1 parent 20a4537 commit 6a0749f

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

cadmus/parsing/clean_html.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import re
33
import unicodedata
44

5-
6-
75
def clean_html(p_text):
86
#check if the content is not none
97
if p_text != None:

cadmus/parsing/html_to_parsed_text.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
from cadmus.parsing.get_attrs import get_attrs
2-
import re
3-
import unicodedata
42

53
def html_to_parsed_text(soup):
64
# i want to save the text portions to a holding list, adding new sections each time we think its useful or new.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="cadmus",
5-
version="0.2.2",
5+
version="0.2.3",
66
author="Jamie Campbell, Ian Simpson, Antoine Lain",
77
author_email="Jamie.campbell@igmm.ed.ac.uk, Ian.Simpson@ed.ac.uk, Antoine.Lain@ed.ac.uk",
88
description="This projects is to build full text retrieval system setup for generation of large biomedical corpora from published literature.",

0 commit comments

Comments
 (0)