Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
pse-trapp-public
IntentFinder
Commits
02b994a9
Commit
02b994a9
authored
Jun 07, 2021
by
Alexander Scharfenberg
Committed by
Patrick Schlindwein
Jun 07, 2021
Browse files
Docs/
#72
overview summary outputs
parent
1d5ff4c0
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
docs/Outputs-for-Strategies/readme.md
0 → 100644
View file @
02b994a9
# Strategien mit Beispieltexten testen, Ausgaben dokumentieren (Issue: #72)
*
Alle Texte befinden sich in test_constants.py
*
num_sentences wurde auf 3 gesetzt
## Excel Table with Inputs & Strategies:
https://studhdade-my.sharepoint.com/:x:/g/personal/alexander_scharfenberg_stud_h-da_de/ESD2kf2ntIBIg0vrfQJYrvIBd2Ttn2kDdIUV3lHbxlprTg?e=UF3f8I
## Evaluation of Outputs:
## Problems:
\ No newline at end of file
src/nlp/app/tests/test_constants.py
View file @
02b994a9
This diff is collapsed.
Click to expand it.
src/nlp/app/tests/test_summarization_with_strategy_tfidf.py
View file @
02b994a9
...
...
@@ -11,6 +11,7 @@ class TestSummarizationSpacy(TestCase):
summary
=
summary_tfidf
.
summarize
(
test_text
,
num_sentences
=
num_sentences
)
assert
type
(
summary
)
==
str
def
test_summarize_text_length
(
self
):
...
...
src/nlp/app/tests/test_summary_sentence_embedding.py
View file @
02b994a9
...
...
@@ -11,6 +11,7 @@ class TestSummarizationSentenceEmbedding(TestCase):
summary
=
summary_sentence_embedding
\
.
summarize
(
test_text
,
num_sentences
=
num_sentences
)
assert
type
(
summary
)
==
str
def
test_summarize_text_length
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment