Uses of Class
org.opensextant.annotations.DeepEyeException
Package
Description
DeepEye is an approach for simplifying typical NLP annotation exchanges.
-
Uses of DeepEyeException in org.opensextant.annotations
Modifier and TypeMethodDescriptionvoid
DeepEyeStore.add
(Collection<Annotation> aList) add a list of entity annotations.void
DeepEyeStore.add
(Annotation A) add a single Annotation.void
Add new record.void
DeepEyeStore.connect()
DeepEyeStore.findRecord
(String id) find a single record.DeepEyeStore.findSimilar
(Record q) given the shell of a record, find similar records.void
Suggested Save operation: check if exists, update if it does, otherwise insert.void
DeepEyeStore.update
(Annotation A) Update an existing annotation.void
The implementation of a record updatevoid
DeepEyeStore.updateState
(Record R) Update only the state of a record