- Added
AnnotateCommunicationBatchService
.
- Added optional parameter
canonicalName
toSituation
structure. - Added propertyList to Situation(Mention) and Entity(Mention).
- Added
convert
package including aConvertCommunicationService
service. - Added custom
id
fields toEntityMention
,Situation
,SituationMention
.
- Added
Context
structure andAnnotateWithContextService
service.Context
s are intended to be used to convey additional information alongside aCommunication
to be annotated.
- Removed
constituent
field fromMentionArgument
andSituationMention
. - Added
dependencies
andconstituent
fields toTokenRefSequence
- Added the
summarization
package, which includes the enumerationSummarySourceType
, the structsSummarizationRequest
,SummaryConcept
,Summary
, andSummarizationCapability
, and the serviceSummarizationService
. - Added an
id
field to the classEntity
. - Added a
rawMentionList
field to the classEntity
. - Added an
entity
field toSearchResultItem
. - Added
TOPICID
to theAnnotationTaskType
enumeration
- Merged
concrete-services
with the main repository. - Added a
k
field to the classSearchQuery
. - Added a
communication
field to the classSearchQuery
.
- Added retweeted status fields to the
TwitterInfo
structure, mirroring the fields representing replies.
The 4.10
release removes the Sender
service and deprecates
the Annotator
service. These new services now live in a project
called concrete-services
, a parallel set of thrift files
based on concrete
. See that project for more details.
The 4.9
release contains an additional service, Sender
, that
allows Communication
objects to be sent from clients to an
implementing server.
See the stub here.
- Added service layer to Concrete. The .thrift file can be viewed here.
- Added section-level
LanguageIdentification
field to allow language-specific analytics to run over meaningful content.
- Added new fields to email.thrift to better support/describe email messages.
- Added a new type, SpanLink, to support linking between documents (e.g., mapping URLs within a document).
- Added documentation about how to support pro-drop.
- Fixed a few documentation issues.
Added an optional field, ConstituentRef, to both
MentionArgument
s and SituationMention
s. This field allows references to
Constituent objects within a Parse object.
Added an optional field, mentionSetId, to EntitySet. This field stores the UUID of an EntityMentionSet.
When present, this field indicates that all Entities in the EntitySet contain mentions in the referenced EntityMentionSet.