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
Added the CorpusStorage::find_extra method, which returns for each match the
alternative of the query that produced it in addition to the match ID.
Handle partitioned GraphML files in CorpusStorage.
Make the graph::serizalization::read_graphml function of the graphannis-core crate public. This is useful in case you want to do collect
updates from a GraphML-file without generating a Graph directly.