Skip to content

pylexique v 1.3.4

Compare
Choose a tag to compare
@SekouDiaoNlp SekouDiaoNlp released this 16 May 15:55
· 175 commits to master since this release
  • Fixed bug where Lexique383 was not shipped with the distribution.
  • Made csv parsing far faster and more robust.
  • Can now use different parsers : 'pandas_csv' is the pandas csv parser, 'std_csv' is the standard library csv parser, 'csv' is a custom csv parser and 'xlsb' is pandas xlsb parser using pyxlsb engine.
  • Updated dependencies.