Uses of Enum Class
org.episteme.social.linguistics.Word.PartOfSpeech
Packages that use Word.PartOfSpeech
Package
Description
Provides mathematical and computational models for natural language
processing, linguistic analysis, and glottochronology.
-
Uses of Word.PartOfSpeech in org.episteme.social.linguistics
Subclasses with type arguments of type Word.PartOfSpeech in org.episteme.social.linguisticsModifier and TypeClassDescriptionstatic enumStandard parts of speech (POS) categories.Methods in org.episteme.social.linguistics that return Word.PartOfSpeechModifier and TypeMethodDescriptionLexeme.getPartOfSpeech()Word.getPartOfSpeech()static Word.PartOfSpeechReturns the enum constant of this class with the specified name.static Word.PartOfSpeech[]Word.PartOfSpeech.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.episteme.social.linguistics with parameters of type Word.PartOfSpeechModifier and TypeMethodDescriptionvoidLexeme.setPartOfSpeech(Word.PartOfSpeech pos) voidWord.setPartOfSpeech(Word.PartOfSpeech pos)