MathWebSearch / mws

MathWebSearch Implementation
https://search.mathweb.org/
GNU General Public License v3.0
46 stars 12 forks source link

Change loadMwsHarvestFromFd() to processMwsHarvest() #23

Closed cprodescu closed 10 years ago

cprodescu commented 10 years ago

Provide an interface for processing harvests. It should have 2 callbacks: one for data and one for expressions (as CmmlTokens). loadMwsHarvestFromFd should be implemented trivially using this interface.