edponce / FACET

Framework for Annotation and Concept Extraction in Text
Other
2 stars 0 forks source link

Include Simstring settings in databases to inform clients of settings to use #17

Open edponce opened 4 years ago

edponce commented 4 years ago

Simstring algorithm depends on similarity measure and N-gram features, so a FACET client automatically uses the corresponding settings. This allows client/users to not be aware of how Simstring was installed. Another setting that might be worth including is the serialization protocol (if applicable). This would allow other systems to access the data and parse correctly.

edponce commented 4 years ago

These settings should be stored as a single small dictionary.