LxMLS / lxmls-toolkit

Machine Learning applied to Natural Language Processing Toolkit used in the Lisbon Machine Learning Summer School
Other
223 stars 215 forks source link

Deterministic corpus generation #99

Closed dcferreira closed 6 years ago

dcferreira commented 6 years ago

This PR fixes #90. build_dicts was not deterministic through different runs (although it was deterministic when called twice in the same run), for python < 3.6.

Thanks @pedrobalage for writing the tests using python 3.6, so I don't have to update the values to check for :p