diff options
author | Patrick Simianer <p@simianer.de> | 2018-01-22 23:03:48 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2018-01-22 23:03:48 +0100 |
commit | e6d6e75decb70717636b3b2754080678c00c0fd4 (patch) | |
tree | 086dde44c2864c04ccecbae0f334141e51d17b91 | |
parent | 3c83ab58adab213edd148286b355d422fe30d897 (diff) | |
parent | ab3ae3a95b336a53c4c60e33d79b7460cb786f7d (diff) |
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | phrase2_extraction/example1.txt | 3 | ||||
-rw-r--r-- | phrase2_extraction/example2.txt | 3 |
3 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,7 @@ js/derivation_editor logs/ +cdec_net/ +demo_paper/ +notes.txt +talk/ 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 |