From ef5131928c90606075cc7bc342637eb0234f4af7 Mon Sep 17 00:00:00 2001 From: Phuntsok Drak-pa Date: Tue, 16 Jul 2019 19:33:52 +0200 Subject: [PATCH] removed debug tree --- phonetics-feature-tree.scm | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/phonetics-feature-tree.scm b/phonetics-feature-tree.scm index 383bdf3..0926a87 100644 --- a/phonetics-feature-tree.scm +++ b/phonetics-feature-tree.scm @@ -1,20 +1,3 @@ -(define test-tree - '("1" - ("1-1" - ("1-1-1" - ("1-1-1-1") - ("1-1-1-2")) - ("1-1-2" - ("1-1-2-1" - ("1-1-2-1-1") - ("1-1-2-1-2") - ("1-1-2-1-3") - ("1-1-2-1-4"))) - ("1-1-3" - ("1-1-3-1" - ("1-1-3-1-1") - ("1-1-3-1-2")))))) - (define (declare-node node-text node-generation) (string-append ;; "node" (number->string node-generation)