Package org.aksw.limes.core.io.ls.nlg
Class ALSPreprocessor
- java.lang.Object
-
- org.aksw.limes.core.io.ls.nlg.ALSPreprocessor
-
- Direct Known Subclasses:
LsPreProcessorDE,LsPreProcessorEN
public abstract class ALSPreprocessor extends Object
-
-
Constructor Summary
Constructors Constructor Description ALSPreprocessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringleftProperty(LinkSpecification linkSpec)protected StringmakeFirstCharUppercaseRestLowercase(String str)StringrightProperty(LinkSpecification linkSpec)
-
-
-
Method Detail
-
leftProperty
public String leftProperty(LinkSpecification linkSpec)
-
rightProperty
public String rightProperty(LinkSpecification linkSpec)
-
-