We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b87fa07 commit fbf0c65Copy full SHA for fbf0c65
1 file changed
rosette/api.py
@@ -1014,8 +1014,10 @@ def similar_terms(self, parameters):
1014
1015
def events(self, parameters):
1016
"""
1017
- Topics returns events related to the provided content
1018
- :param parameters: DocumentParameters
1019
- :return: A python dictionary containing the results
+ Create an L{EndpointCaller} to identify events found in the texts.
+ @param parameters: An object specifying the data,
+ and possible metadata, to be processed by the 'events' identifier.
1020
+ @type parameters: L{DocumentParameters} or L{str}
1021
+ @return: A python dictionary containing the results of event extraction.
1022
1023
return EndpointCaller(self, self.endpoints['EVENTS']).call(parameters)
0 commit comments