
com.harium.suneidesis.linguistic.nlp.NLP Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Project to represent knowledge
The newest version!
package com.harium.suneidesis.linguistic.nlp;
import com.harium.suneidesis.linguistic.nlp.pos.TagPair;
/**
* NLP here stands for Natural Language Processor
*/
public interface NLP {
TagPair[] posTag(String sentence);
String lemmatize(String word);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy