Skip to content

pylexique v 1.2.6

Compare
Choose a tag to compare
@SekouDiaoNlp SekouDiaoNlp released this 07 May 02:21
· 371 commits to master since this release
  • Allows for new style of relative imports.
  • Now all the attributes of the LexItem objects are immutable for consistency.
  • Added new method Lexique383.get_all_forms(word) to get all the lexical variations of a word.
  • This new method returns a list of LexItems having the same root lemma.
  • Expanded sample usage of the software in the docs.
  • Updated dependencies.