All Downloads are FREE. Search and download functionalities are using the official Maven repository.

AnnotatedTree.Processor.LeafConverter.LeafToTurkish Maven / Gradle / Ivy

There is a newer version: 1.0.58
Show newest version
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;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy