summaryrefslogtreecommitdiff
path: root/extools/test_data/README
diff options
context:
space:
mode:
Diffstat (limited to 'extools/test_data/README')
-rw-r--r--extools/test_data/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/extools/test_data/README b/extools/test_data/README
new file mode 100644
index 00000000..e368cffc
--- /dev/null
+++ b/extools/test_data/README
@@ -0,0 +1,10 @@
+The following was used to create the test data. The real inputs
+were corpus.fr, corpus.en, and corpus.aligned. The generated files
+were corpus.len_cats and fr-en.al.len.
+
+
+ ./make_len_cats.pl corpus.en > corpus.len_cats
+
+ ../merge_lines.pl corpus.fr corpus.en corpus.aligned corpus.len_cats > fr-en.al.len
+
+