AnnotatedTree.Processor.LeafConverter.LeafToTurkish Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of AnnotatedTree Show documentation
Show all versions of AnnotatedTree Show documentation
Annotated constituency treebank library
package AnnotatedTree.Processor.LeafConverter;
import AnnotatedSentence.ViewLayerType;
public class LeafToTurkish extends LeafToLanguageConverter{
/**
* Constructor for LeafToPersian. Sets viewLayerType to TURKISH.
*/
public LeafToTurkish(){
viewLayerType = ViewLayerType.TURKISH_WORD;
}
}