CogComp / open-eval

An open source evaluation framework for developing NLP systems
8 stars 5 forks source link

Batch processing #132

Closed ryannk closed 8 years ago

ryannk commented 8 years ago

Implementing batch processing

ryannk commented 8 years ago

Does anyone have any idea on why the build is failing. I cannot duplicate the error

ryannk commented 8 years ago

Nevermind, this should do it. .gitignore issue

DhruvVajpeyi commented 8 years ago

This implementation removes the multithreading. Is that something we want to do?

ryannk commented 8 years ago

Probably not. What do I need to do to fix that?

ryannk commented 8 years ago

@DhruvVajpeyi I addressed your comment. It is parrellized now

ryannk commented 8 years ago

@DhruvVajpeyi addressed comments