logger.error("Missing inflected form feature \"f\" for a morphological entry, skipping");
return;
}
String fsStr = attributes.getValue("fs");
FeatureStructure fs = new FeatureStructure();
if (fsStr != null)
try
{
fs = MphFormatParser.readFeatureStructure(fsStr);
}