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

AnnotatedTree.Layer.TurkishWordLayer Maven / Gradle / Ivy

The newest version!
package AnnotatedTree.Layer;

public class TurkishWordLayer extends TargetLanguageWordLayer {

    /**
     * Constructor for the word layer for Turkish language. Sets the surface form.
     * @param layerValue Value for the word layer.
     */
    public TurkishWordLayer(String layerValue){
        super(layerValue);
        layerName = "turkish";
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy