Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DAN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
DAN
Commits
52b7d14b
Commit
52b7d14b
authored
1 year ago
by
Solene Tarride
Browse files
Options
Downloads
Patches
Plain Diff
Write tests for data extraction with subword and word tokenization
parent
c9f4a20b
No related branches found
No related tags found
1 merge request
!287
Support subword and word language models
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/test_extract.py
+139
-14
139 additions, 14 deletions
tests/test_extract.py
with
139 additions
and
14 deletions
tests/test_extract.py
+
139
−
14
View file @
52b7d14b
...
...
@@ -319,11 +319,127 @@ def test_process_element_unknown_token_in_text_error(mock_database, tmp_path):
arkindex_extractor
.
process_element
(
element
,
"
val
"
)
@pytest.mark.parametrize
(
"
load_entities
"
,
(
True
,
False
))
@pytest.mark.parametrize
(
"
keep_spaces
"
,
(
True
,
False
))
# Transcription and entities have the same worker version
@pytest.mark.parametrize
(
"
transcription_entities_worker_version
"
,
(
"
worker_version_id
"
,
False
)
"
load_entities,keep_spaces,transcription_entities_worker_version,expected_subword_language_corpus,subword_vocab_size
"
,
(
(
True
,
True
,
"
worker_version_id
"
,
"""
▁ ⓢ c a i l l e t ▁ ⓕ m a u r i c e ▁ ⓑ 28. 9.0 6
▁ ⓢ re b ou l ▁ ⓕ j e a n ▁ ⓑ 30. 9.0 2
▁ ⓢ b a re y re ▁ ⓕ j e a n ▁ ⓑ 28. 3 . 1 1
▁ ⓢ r ou s s y ▁ ⓕ j e a n ▁ ⓑ 4 . 1 1 . 1 4
▁ ⓢ m a r i n ▁ ⓕ m a r c e l ▁ ⓑ 1 0 . 8 . 0 6
▁ ⓢ a m i c a l ▁ ⓕ e l o i ▁ ⓑ 1 1 . 1 0 . 0 4
▁ ⓢ b i r o s ▁ ⓕ m a e l ▁ ⓑ 30. 1 0 . 1 0
"""
,
40
,
),
(
True
,
False
,
"
worker_version_id
"
,
"""
▁ ⓢ c a i l l e t ▁ ⓕ m a u r i c e ▁ ⓑ 28. 9.0 6
▁ ⓢ re b ou l ▁ ⓕ j e a n ▁ ⓑ 30. 9.0 2
▁ ⓢ b a re y re ▁ ⓕ j e a n ▁ ⓑ 28. 3 . 1 1
▁ ⓢ r ou s s y ▁ ⓕ j e a n ▁ ⓑ 4 . 1 1 . 1 4
▁ ⓢ m a r i n ▁ ⓕ m a r c e l ▁ ⓑ 1 0 . 8 . 0 6
▁ ⓢ a m i c a l ▁ ⓕ e l o i ▁ ⓑ 1 1 . 1 0 . 0 4
▁ ⓢ b i r o s ▁ ⓕ m a e l ▁ ⓑ 30. 1 0 . 1 0
"""
,
40
,
),
(
False
,
True
,
"
worker_version_id
"
,
"""
▁ ca i l l e t ▁ ma u r i ce ▁ 28. 9.0 6
▁ re b o u l ▁ j e a n ▁ 30. 9.0 2
▁ b a re y re ▁ j e a n ▁ 28. 3 . 1 1
▁ r o u s s y ▁ j e a n ▁ 4 . 11.1 4
▁ ma r i n ▁ ma r ce l ▁ 10. 8 . 0 6
▁ a m i ca l ▁ el o i ▁ 11.1 0 . 0 4
▁ b i r o s ▁ ma el ▁ 30. 10. 1 0
"""
,
40
,
),
(
False
,
False
,
"
worker_version_id
"
,
"""
▁ ca i l l e t ▁ ma u r i ce ▁ 28. 9.0 6
▁ re b o u l ▁ j e a n ▁ 30. 9.0 2
▁ b a re y re ▁ j e a n ▁ 28. 3 . 1 1
▁ r o u s s y ▁ j e a n ▁ 4 . 11.1 4
▁ ma r i n ▁ ma r ce l ▁ 10. 8 . 0 6
▁ a m i ca l ▁ el o i ▁ 11.1 0 . 0 4
▁ b i r o s ▁ ma el ▁ 30. 10. 1 0
"""
,
40
,
),
(
True
,
True
,
False
,
"""
▁ ⓢ C a i l l e t ▁ ⓕ M a u r i c e ▁ ⓑ 2 8 . 9 . 0 6
▁ ⓢ R e b o u l ▁ ⓕ J e a n ▁ ⓑ 3 0 . 9 . 0 2
▁ ⓢ B a r e y r e ▁ ⓕ J e a n ▁ ⓑ 2 8 . 3 . 1 1
▁ ⓢ R o u s s y ▁ ⓕ J e a n ▁ ⓑ 4 . 1 1 . 1 4
▁ ⓢ M a r i n ▁ ⓕ M a r c e l ▁ ⓑ 1 0 . 8 . 0 6
▁ ⓢ A m i c a l ▁ ⓕ E l o i ▁ ⓑ 1 1 . 1 0 . 0 4
▁ ⓢ B i r o s ▁ ⓕ M a e l ▁ ⓑ 3 0 . 1 0 . 1 0
"""
,
40
,
),
(
True
,
True
,
False
,
"""
▁ ⓢ C a i l l e t ▁ ⓕ M a u ri ce ▁ ⓑ 28. 9.0 6
▁ ⓢ R e b ou l ▁ ⓕ J e a n ▁ ⓑ 30. 9.0 2
▁ ⓢ B a re y re ▁ ⓕ J e a n ▁ ⓑ 28. 3 . 1 1
▁ ⓢ R ou s s y ▁ ⓕ J e a n ▁ ⓑ 4 . 11.1 4
▁ ⓢ Mar i n ▁ ⓕ Mar ce l ▁ ⓑ 10. 8 . 0 6
▁ ⓢ A m ic a l ▁ ⓕ E l o i ▁ ⓑ 11.1 0 . 0 4
▁ ⓢ B i r o s ▁ ⓕ M a e l ▁ ⓑ 30. 10. 10
"""
,
55
,
),
(
True
,
False
,
False
,
"""
▁ ⓢ C a i l l e t ▁ ⓕ M a u r i c e ▁ ⓑ 2 8 . 9 . 0 6
▁ ⓢ R e b o u l ▁ ⓕ J e a n ▁ ⓑ 3 0 . 9 . 0 2
▁ ⓢ B a r e y r e ▁ ⓕ J e a n ▁ ⓑ 2 8 . 3 . 1 1
▁ ⓢ R o u s s y ▁ ⓕ J e a n ▁ ⓑ 4 . 1 1 . 1 4
▁ ⓢ M a r i n ▁ ⓕ M a r c e l ▁ ⓑ 1 0 . 8 . 0 6
▁ ⓢ A m i c a l ▁ ⓕ E l o i ▁ ⓑ 1 1 . 1 0 . 0 4
▁ ⓢ B i r o s ▁ ⓕ M a e l ▁ ⓑ 3 0 . 1 0 . 1 0
"""
,
40
,
),
(
False
,
True
,
False
,
"""
▁ C a i l l e t ▁ Ma u r i c e ▁ 28. 9.0 6
▁ R e b o u l ▁ J e a n ▁ 30. 9.0 2
▁ B a r e y r e ▁ J e a n ▁ 28. 3 . 1 1
▁ R o u s s y ▁ J e a n ▁ 4 . 1 1 . 1 4
▁ Ma r i n ▁ Ma r c e l ▁ 1 0 . 8 . 0 6
▁ A m i c a l ▁ E l o i ▁ 1 1 . 1 0 . 0 4
▁ B i r o s ▁ Ma e l ▁ 30. 1 0 . 1 0
"""
,
40
,
),
(
False
,
False
,
False
,
"""
▁ C a i l l e t ▁ Ma u r i c e ▁ 28. 9.0 6
▁ R e b o u l ▁ J e a n ▁ 30. 9.0 2
▁ B a r e y r e ▁ J e a n ▁ 28. 3 . 1 1
▁ R o u s s y ▁ J e a n ▁ 4 . 1 1 . 1 4
▁ Ma r i n ▁ Ma r c e l ▁ 1 0 . 8 . 0 6
▁ A m i c a l ▁ E l o i ▁ 1 1 . 1 0 . 0 4
▁ B i r o s ▁ Ma e l ▁ 30. 1 0 . 1 0
"""
,
40
,
),
),
)
@patch
(
"
dan.datasets.extract.arkindex.download_image
"
)
def
test_extract
(
...
...
@@ -332,6 +448,8 @@ def test_extract(
keep_spaces
,
transcription_entities_worker_version
,
mock_database
,
expected_subword_language_corpus
,
subword_vocab_size
,
tmp_path
,
):
output
=
tmp_path
/
"
extraction
"
...
...
@@ -362,6 +480,7 @@ def test_extract(
else
None
,
keep_spaces
=
keep_spaces
,
image_extension
=
"
.jpg
"
,
subword_vocab_size
=
subword_vocab_size
,
)
# Mock build_image_url to simply return the path to the image
extractor
.
build_iiif_url
=
mock_build_image_url
...
...
@@ -488,17 +607,11 @@ def test_extract(
ⓢ Amical ▁ ⓕ Eloi ▁ ⓑ 11 ▁ . ▁ 10 ▁ . ▁ 04
ⓢ Biros ▁ ⓕ Mael ▁ ⓑ 30 ▁ . ▁ 10 ▁ . ▁ 10
"""
expected_subword_language_corpus
=
"""
▁ ⓢ C a i l l e t ▁ ⓕ M a u ri ce ▁ ⓑ 28. 9.0 6
▁ ⓢ R e b ou l ▁ ⓕ J e a n ▁ ⓑ 30. 9.0 2
▁ ⓢ B a re y re ▁ ⓕ J e a n ▁ ⓑ 28. 3 .11
▁ ⓢ R ou s s y ▁ ⓕ J e a n ▁ ⓑ 4 . 11.1 4
▁ ⓢ Mar i n ▁ ⓕ Mar ce l ▁ ⓑ 10. 8. 0 6
▁ ⓢ A m ic a l ▁ ⓕ E l o i ▁ ⓑ 11.1 0 . 0 4
▁ ⓢ B i r o s ▁ ⓕ M a e l ▁ ⓑ 30. 10. 10
"""
# Transcriptions with worker version are in lowercase
if
transcription_entities_worker_version
:
expected_char_language_corpus
=
expected_char_language_corpus
.
lower
()
expected_word_language_corpus
=
expected_word_language_corpus
.
lower
()
expected_subword_language_corpus
=
expected_subword_language_corpus
.
lower
()
# If we do not load entities, remove tokens
if
not
load_entities
:
...
...
@@ -506,12 +619,23 @@ def test_extract(
expected_char_language_corpus
=
ENTITY_TOKEN_SPACE
.
sub
(
""
,
expected_char_language_corpus
)
expected_word_language_corpus
=
ENTITY_TOKEN_SPACE
.
sub
(
""
,
expected_word_language_corpus
)
expected_subword_language_corpus
=
ENTITY_TOKEN_SPACE
.
sub
(
""
,
expected_subword_language_corpus
)
# Replace double spaces with regular space
if
not
keep_spaces
:
expected_char_language_corpus
=
TWO_SPACES_LM_REGEX
.
sub
(
"
▁
"
,
expected_char_language_corpus
)
expected_word_language_corpus
=
TWO_SPACES_LM_REGEX
.
sub
(
"
▁
"
,
expected_word_language_corpus
)
expected_subword_language_corpus
=
TWO_SPACES_LM_REGEX
.
sub
(
"
▁
"
,
expected_subword_language_corpus
)
assert
(
output
/
"
language_model
"
/
"
corpus_characters.txt
"
...
...
@@ -520,7 +644,8 @@ def test_extract(
assert
(
output
/
"
language_model
"
/
"
corpus_words.txt
"
).
read_text
()
==
expected_word_language_corpus
print
((
output
/
"
language_model
"
/
"
corpus_subwords.txt
"
).
read_text
())
print
(
expected_subword_language_corpus
)
assert
(
output
/
"
language_model
"
/
"
corpus_subwords.txt
"
).
read_text
()
==
expected_subword_language_corpus
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment