We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Polishing of annotated version of the ParlaMint-IL corpus takes 17 hours on AMD EPYC 7313, when running on a single thread:
ParlaMint/Scripts/parlamint2distro.pl
Lines 427 to 434 in 2de4c7c
parallel
--procThreads
The text was updated successfully, but these errors were encountered:
matyaskopp
No branches or pull requests
Polishing of annotated version of the ParlaMint-IL corpus takes 17 hours on AMD EPYC 7313, when running on a single thread:
ParlaMint/Scripts/parlamint2distro.pl
Lines 427 to 434 in 2de4c7c
It can be easily parallelized:
parallel
command--procThreads
to set a degree of parallelizationThe text was updated successfully, but these errors were encountered: