com.intersystems.iknow.languagemodel.slavic.GrammaticalCategory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of languagemodel-slavic Show documentation
Show all versions of languagemodel-slavic Show documentation
Slavic Language Model for use with iKnow/iFind
The newest version!
/*-
* $Id: 9b993ba3cdbf07e6d9a2f5dec2aac30635bbc702 $
*/
package com.intersystems.iknow.languagemodel.slavic;
import java.io.Serializable;
/**
* @author Andrey Shcheglov (mailto:[email protected])
*/
public interface GrammaticalCategory extends Serializable {
// empty
}