001 package org.maltparser.core.feature.function; 002 /** 003 * 004 * 005 * @author Johan Hall 006 */ 007 public interface FeatureMapFunction extends FeatureFunction { 008 009 }