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