From 8bfc968b6d1fe5460a64d831ae66e23adced0578 Mon Sep 17 00:00:00 2001 From: Robert Bossy <Robert.Bossy@inra.fr> Date: Thu, 21 Oct 2021 10:33:14 +0200 Subject: [PATCH] added dict compilation plan --- compile-taxonomy.plan | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 compile-taxonomy.plan diff --git a/compile-taxonomy.plan b/compile-taxonomy.plan new file mode 100644 index 0000000..7f2a154 --- /dev/null +++ b/compile-taxonomy.plan @@ -0,0 +1,14 @@ +<alvisnlp-plan id="check-taxonomy"> + <param name="taxo"> + <alias module="read-taxonomy" param="dictFile"/> + </param> + + <param name="trie"> + <alias module="read-taxonomy" param="trieSink"/> + </param> + + <read-taxonomy class="TabularProjector"> + <targetLayerName>__dummy</targetLayerName> + <valueFeatures>,taxid,canonical-name,path,pos,rank,species-taxid,species-name</valueFeatures> + </read-taxonomy> +</alvisnlp-plan> -- GitLab