commit | e52b29514e823a54fe5ac0ae7637f6392f0e2fb3 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jul 17 16:53:02 2025 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Mon Jul 21 11:39:30 2025 +0200 |
tree | 1889e86a5f157f9d919986bc9826ce13e7c142ea | |
parent | 49b8fc9d0882c36230f8b88f35c4910605337486 [diff] [blame] |
Add fetchAnnotations method to KorAPQuery Resolves #26 Change-Id: Ie6234e471216941148304d42cf70c7cc509ceb41
diff --git a/NAMESPACE b/NAMESPACE index 5e5e2be..beb1dea 100644 --- a/NAMESPACE +++ b/NAMESPACE
@@ -44,6 +44,7 @@ exportMethods(corpusQuery) exportMethods(corpusStats) exportMethods(fetchAll) +exportMethods(fetchAnnotations) exportMethods(fetchNext) exportMethods(fetchRest) exportMethods(frequencyQuery)