summaryrefslogtreecommitdiff
path: root/src/ui/android/gf-translator-alignment.dot
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/android/gf-translator-alignment.dot')
-rw-r--r--src/ui/android/gf-translator-alignment.dot15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ui/android/gf-translator-alignment.dot b/src/ui/android/gf-translator-alignment.dot
new file mode 100644
index 000000000..69a98c8c7
--- /dev/null
+++ b/src/ui/android/gf-translator-alignment.dot
@@ -0,0 +1,15 @@
+digraph {
+ rankdir=LR ;
+ node [shape = record] ;
+ bgcolor = "#FFFFFF00" ;
+
+ struct0[label = "<n0>аз | <n1>обичам | <n2>теб"] ;
+ struct0:n0:e -> struct1:n0:w ;
+ struct0:n1:e -> struct1:n1:w ;
+ struct0:n2:e -> struct1:n2:w ;
+ struct1[label = "<n0>I | <n1>love | <n2>you"] ;
+ struct1:n0:e -> struct2:n0:w ;
+ struct1:n1:e -> struct2:n2:w ;
+ struct1:n2:e -> struct2:n1:w ;
+ struct2[label = "<n0>je | <n1>t' | <n2>aime"] ;
+}