aosingh / lexpy

Python package for lexicon; Trie and DAWG implementation.
GNU General Public License v3.0
55 stars 7 forks source link

Update dawg.py #3

Closed rohithkodali closed 2 years ago

rohithkodali commented 6 years ago

the minimization of the nodes is not done properly, this change will fix the nodes length

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 87.329% when pulling 3e2e4772f01a6d6157350cf5e7331b6593994e9d on rohithkodali:patch-1 into 7a278dd399b8583262b1f4869c6a43b3c3341696 on aosingh:master.

aosingh commented 6 years ago

@rohithkodali : Not all the test cases have passed after this fix. So, we need to first ensure that the fix doesn't break anything.