// Copyright 2013 Thomas Müller // This file is part of MarMoT, which is licensed under GPLv3. package marmot.morph.mapper; public interface MorphTag { String toHumanMorphString(); String toPosString(); }