Parse the texts into perceptions Args: - text: list[str]: The list of texts to be parsed - entities: list[str]: The list of list of entities to extract from the text, each list corresponds to the entities for the corresponding text - batch_size: int:
(self, texts: list[str], entities: list[list[str]], batch_size=20)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected