Skip to content

Commit 20a4537

Browse files
author
jcampb14
committed
2 parents 0ccae50 + 2e79a06 commit 20a4537

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cadmus/parsing/html_to_parsed_text.py

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

35
def html_to_parsed_text(soup):
46
# 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.1",
5+
version="0.2.2",
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)