Skip to content

add support for Alchemy TextExtractDates endpoint #210

@davismat

Description

@davismat

The is an endpoint for relative date extraction:

/text/TextExtractDates

params include, for example:

BasicNameValuePair outputModeParam = new BasicNameValuePair("outputMode", "json");
BasicNameValuePair textParam = new BasicNameValuePair("text", input);
BasicNameValuePair anchorDateParam = new BasicNameValuePair("anchorDate", anchorDateStr + " 12");

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions