001 package org.maltparser.ml.lib; 002 003 public interface MaltLibModel { 004 public int[] predict(MaltFeatureNode[] x); 005 }