Notable changes to Tisane codebase will be documented in this file.
- Chunked processing using new methods
ParseTextFileandParseStream(C++ SDK only) - To support chunking and merging results, possibility to set the initial
offsetandsentence_index, which are then taken into consideration.
- Improvements to the throughput with large inputs
- Parse progress callback with an easy way to abort long processing
- First take on relations between entities. Currently disabled by default,
relationssetting must be set totrue
- Long-term memory is no longer output by default. To reactivate,
statesetting must be set totrue
- Certain duplicate entity issues
- Coreference resolution issues