Notable changes to Tisane codebase will be documented in this file.
- Chunked processing using new methods
ParseTextFile
andParseStream
(C++ SDK only) - To support chunking and merging results, possibility to set the initial
offset
andsentence_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,
relations
setting must be set totrue
- Long-term memory is no longer output by default. To reactivate,
state
setting must be set totrue
- Certain duplicate entity issues
- Coreference resolution issues