-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup and add few more tests along with their expected and actual
outputs #9
- Loading branch information
Showing
15 changed files
with
352 additions
and
25,048 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
test/MetadataExtraction/examples/actual/actualTimestampsMissngAnchors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
---SPEECH--- | ||
ID: timestampsMissingAnchors.u1 | ||
author: #personX | ||
role: #roleX | ||
when: 2013-11-25 | ||
tokens: 13 | ||
sentences: 1 | ||
named entity refferences: 0 | ||
total duration: 1040.0 | ||
total spoken: 650.0 | ||
time silent: 290.0 | ||
time unknown: 100.0 | ||
unaligned tokens: 1 | ||
earliest timeline: 2024-10-21T14:49:00 | ||
latest timeline: 2024-10-21T14:49:00 |
30 changes: 30 additions & 0 deletions
30
test/MetadataExtraction/examples/actual/actualTimestampsMultipleSpeeces.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
---SPEECH--- | ||
ID: timestampsMultipleSpeeches.u1 | ||
author: #personX | ||
role: #roleX | ||
when: 2013-11-25 | ||
tokens: 13 | ||
sentences: 1 | ||
named entity refferences: 2 | ||
total duration: 1040.0 | ||
total spoken: 700.0 | ||
time silent: 340.0 | ||
time unknown: 0 | ||
unaligned tokens: 0 | ||
earliest timeline: 2024-10-21T14:49:00 | ||
latest timeline: 2024-10-21T14:49:00 | ||
---SPEECH--- | ||
ID: timestampsMultipleSpeeches.u2 | ||
author: #personY | ||
role: #roleY | ||
when: 2013-11-25 | ||
tokens: 13 | ||
sentences: 1 | ||
named entity refferences: 2 | ||
total duration: 1040.0 | ||
total spoken: 650.0 | ||
time silent: 290.0 | ||
time unknown: 100.0 | ||
unaligned tokens: 1 | ||
earliest timeline: 2024-10-21T14:49:00 | ||
latest timeline: 2024-10-21T14:49:00 |
15 changes: 15 additions & 0 deletions
15
test/MetadataExtraction/examples/actual/actualTimestampsMultipleTimelines.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
---SPEECH--- | ||
ID: timestampsMultipleTimelines.u1 | ||
author: #personX | ||
role: #roleX | ||
when: 2013-11-25 | ||
tokens: 13 | ||
sentences: 1 | ||
named entity refferences: 0 | ||
total duration: 1030.0 | ||
total spoken: 700.0 | ||
time silent: 330.0 | ||
time unknown: 0 | ||
unaligned tokens: 0 | ||
earliest timeline: 2024-10-21T14:49:00 | ||
latest timeline: 2024-10-21T15:09:00 |
15 changes: 15 additions & 0 deletions
15
test/MetadataExtraction/examples/actual/actualTimestampsNamesAndDates.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
---SPEECH--- | ||
ID: timestampsNamesAndDates.u1 | ||
author: #personX | ||
role: #roleX | ||
when: 2013-11-25 | ||
tokens: 13 | ||
sentences: 1 | ||
named entity refferences: 2 | ||
total duration: 1040.0 | ||
total spoken: 700.0 | ||
time silent: 340.0 | ||
time unknown: 0 | ||
unaligned tokens: 0 | ||
earliest timeline: 2024-10-21T14:49:00 | ||
latest timeline: 2024-10-21T14:49:00 |
15 changes: 15 additions & 0 deletions
15
test/MetadataExtraction/examples/actual/actualTimestampsSimple.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
---SPEECH--- | ||
ID: timestampsSimple.u1 | ||
author: #personX | ||
role: #roleX | ||
when: 2013-11-25 | ||
tokens: 13 | ||
sentences: 1 | ||
named entity refferences: 0 | ||
total duration: 1040.0 | ||
total spoken: 700.0 | ||
time silent: 340.0 | ||
time unknown: 0 | ||
unaligned tokens: 0 | ||
earliest timeline: 2024-10-21T14:49:00 | ||
latest timeline: 2024-10-21T14:49:00 |
16 changes: 0 additions & 16 deletions
16
test/MetadataExtraction/examples/expected/expectedEncapsulatedWords.txt
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
test/MetadataExtraction/examples/expected/expectedMissingTimestamps.txt
This file was deleted.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
test/MetadataExtraction/examples/expected/expectedMultipleSpeeches.txt
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
test/MetadataExtraction/examples/expected/expectedReal.txt
This file was deleted.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
test/MetadataExtraction/examples/expected/expectedTimestampsMissngAnchors.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
---SPEECH--- | ||
ID: timestampsMissingAnchors.u1 | ||
author: #personX | ||
role: #roleX | ||
when: 2013-11-25 | ||
tokens: 13 | ||
sentences: 1 | ||
named entity refferences: 0 | ||
total duration: 1040.0 | ||
total spoken: 650.0 | ||
time silent: 290.0 | ||
time unknown: 100.0 | ||
unaligned tokens: 1 | ||
earliest timeline: 2024-10-21T14:49:00 | ||
latest timeline: 2024-10-21T14:49:00 | ||
|
Oops, something went wrong.