File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed
Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1+ 0.23 2016-10-25
2+ - Added tests and comments for FCSQL (margaretha)
3+ - Added quantifier for FCSQL QueryGroup (margaretha)
4+ - Improved Poliqarp+ test suite (diewald)
5+
160.22 2016-06-15
2- - Spans now always wrap terms (diewald)
7+ - Spans now always wrap terms (diewald)
38 - Cosmas-II "und", "oder", and "nicht" operations
49 now serialize to unordered sequences (diewald)
510 - Cleanup POM (diewald)
6- - Fix deserialization of unnecessary brackets
11+ - Fixed deserialization of unnecessary brackets
712 around terms and termGroups in Poliqarp (diewald)
813 - Support for FCS 2.0 (margaretha)
914 - Fixed handling of escapes in regex
1015 (issue #21; diewald)
1116
12170.21 2015-10-27
13- - Improved meta query builder (hanl)
18+ - Improved meta query builder (hanl)
1419
15200.2 2015-06-25
1621 - Switch to "koral:" prefix (bingel)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Koral is a translator tool for converting different corpus query
44languages to [ KoralQuery] ( https://korap.github.io/Koral/ ) , a JSON-LD-based protocol for the common representation
55of linguistic queries. KoralQuery specifications are described extensively in Bingel (2015). This work has been carried out within the KorAP project.
66
7- Koral v0.3 supports the following corpus query languages (QLs):
7+ Koral v0.23 supports the following corpus query languages (QLs):
88* [ Cosmas-II QL] ( http://www.ids-mannheim.de/cosmas2/web-app/hilfe/suchanfrage/ )
99* [ ANNIS QL] ( http://annis-tools.org/aql.html )
1010* [ Poliqarp QL] ( http://korpus.pl/en/cheatsheet/node3.html ) (extended by numerous operators to "PoliqarpPlus" QL)
@@ -77,7 +77,7 @@ operands, an *s* span and a sequence of two tokens.
7777
7878Koral allows designing and implementating corpus query systems
7979independent of any specific query languages. The systems only need to have Koral translate a query to a KoralQuery (see usage)
80- and feed the translated query to its search engine. Several query languages can be supported without further adjustments to the search engine.
80+ and feed the translated query to their search engine. Several query languages can be supported without further adjustments to the search engine.
8181
8282Koral and KoralQuery have been designed and developed within the
8383[ KorAP Project] ( http://korap.ids-mannheim.de/ ) , and are used in KorAP to
Original file line number Diff line number Diff line change 44
55 <groupId >de.ids_mannheim.korap</groupId >
66 <artifactId >Koral</artifactId >
7- <version >0.22 </version >
7+ <version >0.23 </version >
88 <packaging >jar</packaging >
99 <name >Koral</name >
1010 <url >http://maven.apache.org</url >
You can’t perform that action at this time.
0 commit comments