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

AnnotatedTree.Layer.EnglishWordLayer Maven / Gradle / Ivy

There is a newer version: 1.0.58
Show newest version
package AnnotatedTree.Layer;

public class EnglishWordLayer extends SourceLanguageWordLayer {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy