biosemantics / charaparser

enumerateCompoundOrgan
6 stars 2 forks source link

Paralelize description extraction #4

Open rodenhausen opened 11 years ago

rodenhausen commented 11 years ago

e.g. in SomeDescriptionExtractor.extract() where chunkCollectors are looped. A better solution would be to directly have the extraction be taking place in the same thread that runs SentenceChunkerRun and creates a chunkCollector for a sentence.