--- title: KMManager.getAssociatedLexicalModel() --- ## Summary The **getAssociatedLexicalModel()** method searches the installed lexical models list and see if there's an associated model for a given language ## Syntax ```java HashMap getAssociatedLexicalModel(String langId) ``` ### Parameters `langId` : The language ID ### Returns A dictionary of the associated lexical model information with keys and values defined as `HashMap lexModelMap = KMManager.getAssociatedLexicalModel(langId); ``` ## See also * [addLexicalModel()](addLexicalModel) * [registerLexicalModel()](registerLexicalModel)