only use 25k words and 100k lines
This commit is contained in:
parent
0af41c7a57
commit
1937db14c2
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ in rec {
|
||||||
src = inputs.regenpfeifer;
|
src = inputs.regenpfeifer;
|
||||||
nativeBuildInputs = [regenpfeifer-env];
|
nativeBuildInputs = [regenpfeifer-env];
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
PYTHONPATH=${regenpfeifer-env}/site-packages LC_ALL=C.UTF-8 pypy3 -m regenpfeifer.dictionary_generator ${wortformliste} $out unmatched.log 300000 300000
|
PYTHONPATH=${regenpfeifer-env}/site-packages LC_ALL=C.UTF-8 pypy3 -m regenpfeifer.dictionary_generator ${wortformliste} $out unmatched.log 25000 100000
|
||||||
'';
|
'';
|
||||||
installPhase = "cat unmatched.log";
|
installPhase = "cat unmatched.log";
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue