Uses of Class
org.episteme.social.linguistics.Language
Packages that use Language
Package
Description
Provides mathematical and computational models for natural language
processing, linguistic analysis, and glottochronology.
User interface components and internationalization support for Episteme applications.
Standard TigerXML loader for linguistic corpora.
- social structures, persons, and cultural modeling.
-
Uses of Language in org.episteme.social.linguistics
Fields in org.episteme.social.linguistics declared as LanguageModifier and TypeFieldDescriptionstatic final LanguageLanguages.CHINESEstatic final LanguageLanguage.ENGLISHstatic final LanguageLanguages.ENGLISHstatic final LanguageLanguages.FRENCHstatic final LanguageLanguages.GERMANstatic final LanguageLanguages.JAPANESEstatic final LanguageLanguages.SPANISHMethods in org.episteme.social.linguistics that return LanguageModifier and TypeMethodDescriptionLanguageDetector.DetectionResult.detectedLanguage()Returns the value of thedetectedLanguagerecord component.Grammar.getLanguage()Returns the language.Grapheme.getLanguage()Returns the language this grapheme belongs to.Lexeme.getLanguage()Lexicon.getLanguage()Returns the language.Morpheme.getLanguage()NaturalLanguageAnalyzer.getLanguage()Phoneme.getLanguage()Returns the language.Text.getLanguage()Word.getLanguage()Translation.getTargetLanguage()Returns the target language of this translation.EtymologyGraph.EtymologyNode.language()Returns the value of thelanguagerecord component.Methods in org.episteme.social.linguistics that return types with arguments of type LanguageModifier and TypeMethodDescriptionLanguageDetector.DetectionResult.allScores()Returns the value of theallScoresrecord component.Locutor.getKnownLanguages()Methods in org.episteme.social.linguistics with parameters of type LanguageModifier and TypeMethodDescriptionvoidLocutor.addLanguage(Language language) EtymologyGraph.findCognates(String word, Language language) static NaturalLanguageAnalyzerNaturalLanguageAnalyzer.getInstance(Language language) static voidvoidLocutor.removeLanguage(Language language) voidLexicon.setLanguage(Language language) Sets the language.voidText.setLanguage(Language language) EtymologyGraph.traceEtymology(String word, Language language) Method parameters in org.episteme.social.linguistics with type arguments of type LanguageConstructors in org.episteme.social.linguistics with parameters of type LanguageModifierConstructorDescriptionDetectionResult(Language detectedLanguage, double confidence, Map<Language, Double> allScores) Creates an instance of aDetectionResultrecord class.EtymologyNode(String word, Language language, String meaning) Creates an instance of aEtymologyNoderecord class.Creates a grammar for a language.Creates a named grammar.Creates a new Grapheme.Constructs a lexeme with a canonical form.Creates a lexicon for a specific language.Constructs a morpheme from a raw string.Constructs a morpheme from explicit phonetic and orthographic units.protectedNaturalLanguageAnalyzer(Language language) Phoneme(Language language, String ipaSymbol, Phoneme.Type type) Creates a phoneme with IPA symbol (for multi-character IPA).Creates a phoneme with an audio clip.Creates a phoneme with audio and IPA representation.Initializes a phrase by parsing a raw text string.Creates a text with a specified language.Translation(Text text, Language target) Creates a new Translation object.Creates a simple word consisting of a single morpheme.Constructor parameters in org.episteme.social.linguistics with type arguments of type LanguageModifierConstructorDescriptionDetectionResult(Language detectedLanguage, double confidence, Map<Language, Double> allScores) Creates an instance of aDetectionResultrecord class. -
Uses of Language in org.episteme.social.linguistics.loaders
Constructors in org.episteme.social.linguistics.loaders with parameters of type LanguageModifierConstructorDescriptionBNFGrammarReader(Language language) PEGGrammarReader(Language language) -
Uses of Language in org.episteme.social.linguistics.loaders.tigerxml
Methods in org.episteme.social.linguistics.loaders.tigerxml with parameters of type Language -
Uses of Language in org.episteme.social.sociology
Methods in org.episteme.social.sociology that return LanguageModifier and TypeMethodDescriptionCulture.getLanguage()Returns the primary language of this culture.Methods in org.episteme.social.sociology that return types with arguments of type LanguageMethods in org.episteme.social.sociology with parameters of type LanguageModifier and TypeMethodDescriptionvoidSociety.addLanguage(Language language) voidCulture.setLanguage(Language language) Constructors in org.episteme.social.sociology with parameters of type Language