-------------------
- Update to concrete 4.12 schema.
- Remove wrappers and scripts interfacing with the Annotator service
removed in the 4.12 schema:
- concrete.util.annotator_wrapper.AnnotatorClientWrapper
- concrete.util.annotator_wrapper.AnnotatorServiceWrapper
- concrete.util.annotator_wrapper.SubprocessAnnotatorServiceWrapper
- examples/annotate_example.py
- examples/annotator_server.py
- scripts/annotator_client.py
- Add wrappers and scripts interfacing with the
AnnotateCommunicationService (replacing the Annotator service):
- concrete.util.annotate_wrapper.AnnotateCommunicationClientWrapper
- concrete.util.annotate_wrapper.AnnotateCommunicationServiceWrapper
- concrete.util.annotate_wrapper.SubprocessAnnotateCommunicationServiceWrapper
- examples/annotate-communication-example.py
- examples/annotate-communication-service.py
- scripts/annotate-communication-client.py
- Rename search_client.py to search-client.py.
- Remove deprecated compress-uuids, tweets2concrete scripts.
News