Skip to content

ANNIS 3.1.4

Compare
Choose a tag to compare
@thomaskrause thomaskrause released this 05 May 10:48

We are pleased to announce the release of a new version of ANNIS, public release version 3.1.4. You can download local and server versions as well as detailed documentation from the ANNIS website:

http://www.sfb632.uni-potsdam.de/annis/

New features in version 3.1.4

Backend (database)

  • Support for aggregate queries
  • Fetching of full text for documents
  • Storage for individual corpus preferences
  • Minor performance improvements

Frontend (user interface)

  • New frequency analysis interface (histograms and type counts based on combinations of query elements and their annotations)
  • Document browser mode for close reading without submitting a query
  • Get more/less context for individual search results
  • Re-implemented key-word-in-context (KWIC) for better support of dialogue corpora and gaps
  • Better handling of ‘islands’: search results containing very distant areas of a document hide intervening text more intuitively for the grid and KWIC visualizers

Query language

  • Shortened query form with operators between elements (e.g. cat="NP" > cat="PP" or "hello" . "world")
  • New non-binding value comparison operators: tok . tok & #1 == #2 (finds a sequence of two identical tokens, or tok _=_ lemma & #1 != #2 (finds a token that is not identical to its lemma)
  • Free naming of query nodes, e.g. NP#cat="NP" & PP1#cat="PP" . PP2#cat="PP" & #NP > #PP1 & #NP > #PP2
  • Extended support for brackets in disjunctions, e.g.: cat="NP" & (head#cat="NP" | head#pos="NN") & #1 >[func="HD"] #head

Please let us know if you find any bugs, or if you have any comments or feature requests. You can also submit these online at: https://github.com/korpling/ANNIS/issues