tagger with disjoint annotations
[IRC.git] / Robust / src / Benchmarks / mlp / tagger / mlp-java / PropertyParser.java
index 5bc79fdea74fe4ad8e2626ec3fba1259bbcb4a85..ca999d14060e76d947b3a257ddd4aec2470bbebf 100644 (file)
@@ -67,7 +67,7 @@ public class PropertyParser {
    *   case in which first property is removed (eg, because it's a style name)\r
    */\r
   public LinkedList get_property_list () {\r
-    LinkedList result = new LinkedList ();\r
+    LinkedList result = /*disjoint llPropList*/ new LinkedList ();\r
     while (!is_eol (next_char) && !is_eos(next_char))\r
       result.add (get_property ());\r
     consume_char ();\r