diff options
author | Patrick Simianer <p@simianer.de> | 2016-06-03 13:14:35 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-06-03 13:14:35 +0200 |
commit | fa286dcc9f573caa71a065efd7d1cdad5a1915dc (patch) | |
tree | 7c4ae63c2e940d860f302467aff83e8664d7a6f0 | |
parent | 5de17850669ca0ffb15a2e5aaff3b346e0101700 (diff) |
phrase2_extraction: new examples
-rw-r--r-- | phrase2_extraction/example1.txt | 3 | ||||
-rw-r--r-- | phrase2_extraction/example2.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/phrase2_extraction/example1.txt b/phrase2_extraction/example1.txt new file mode 100644 index 0000000..656f45c --- /dev/null +++ b/phrase2_extraction/example1.txt @@ -0,0 +1,3 @@ +a b c d e f g h i +A B C D E F G H I J +0-0 1-1 2-2 3-3 4-5 5-6 6-7 7-8 8-9 9-4 9-10 diff --git a/phrase2_extraction/example2.txt b/phrase2_extraction/example2.txt new file mode 100644 index 0000000..2003da7 --- /dev/null +++ b/phrase2_extraction/example2.txt @@ -0,0 +1,3 @@ +Die Verbindungen lassen%20sich unter%20anderem zur Markierung von%20Biomolek%C3%BClen in%20bioanalytischen Anwendungen verwenden. +The compounds can%20be inter%20alia used for marking biomolecules in%20bioanalytical applications . +0-0 1-1 2-2 3-3 4-5 5-6 6-7 7-8 8-9 9-4 9-10 |