ulaval-rs / trombone

GNU General Public License v3.0
0 stars 0 forks source link

Determine a strategy to split the treatments and merge the results #9

Closed gacou54 closed 2 years ago

gacou54 commented 3 years ago

The results of the indices are given by document. The resulting JSON is a list, of which each element is the result of a given index. The application can simply be run several times for different document batches. It is then easy to aggregate the results by parsing the JSON files.

gacou54 commented 2 years ago

This operation is handled in https://github.com/ulaval-rs/trombone-scripts.