001 package org.maltparser.core.feature.function; 002 003 public interface FeatureCastFunction extends FeatureFunction { 004 005 }