You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix broken imports for existing corpora when they never have been added to the
cache or have been evicted from it. (by https://github.com/matthias-stemmler)
Deprecated
Graph::load_from is replaced with the open and import methods.
Added
Allow to add updates to the annotation Graph without re-calculating the
statistics with apply_update_keep_statistics. This is useful for scenarios
were we assume the changes don't change the graph that much and we want to
apply the updates as fast as possible.
Open an Graph from an external location with open or import the changes
into the current graph.