ArgLab / AWE_Workbench

This repository contains the web service API for calling AWE Workbench to support automated writing evaluation, plus examples of use.
Other
0 stars 0 forks source link

Drop Holmes Extractor Expandable #8

Open DrLynch opened 1 month ago

DrLynch commented 1 month ago

Holmes extractor expandable is required by the workbench solely to support the testing interface. It stores a set of parse trees and makes them accessible for analysis. This can be accomplished by storing a list in memory and then processing it via some index. We are using a small portion of the Holmes extractor capabilities but it carries a lot of dependencies with it that are causing us problems. So we need to adjust the system to remove it.

duckduckdoof commented 4 days ago

High level pointers for replacing holmes:

Currently, it is claimed that holmes is being used in workbench, and primarily for document registration/retrieval.