You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If multiple word lists are to be added, as mentioned in #8, it would make sense to compress the data directory in some way. As a test, tar -acf data.tar.gz data shrinks the data directory from over 20 MB to less than 1. (Of course, implementing this using plain Python would be preferable to an external command like tar.)
The text was updated successfully, but these errors were encountered:
If multiple word lists are to be added, as mentioned in #8, it would make sense to compress the data directory in some way. As a test,
tar -acf data.tar.gz data
shrinks the data directory from over 20 MB to less than 1. (Of course, implementing this using plain Python would be preferable to an external command liketar
.)The text was updated successfully, but these errors were encountered: