Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Krill
/
2aeb3a3a38033626ceb34eb0d425ae10101d60d7
/
src
/
test
/
java
/
de
/
ids_mannheim
/
korap
/
query
2aeb3a3
Fixed negative class number bug in span reference query.
by margaretha
· 5 years ago
b8676eb
Add test for longer sequence with distances
by Akron
· 5 years ago
93f9607
Test for correct behaviour of unresolved query references
by Akron
· 6 years ago
fa8b228
Change order of attribute payloads in attribute queries
by Akron
· 6 years ago
13a716f
Fix deserialization of spans with attributes
by Akron
· 6 years ago
46147ec
Fixed bug in segments with negated components
by Akron
· 6 years ago
163a04b
Fix bug in classed group queries
by Akron
· 6 years ago
296fb4c
Added test for deserialization of sentence exclusion
by Akron
· 6 years ago
c0426bb
Check regex for validity before querying
by Akron
· 6 years ago
63fd296
Support vector representation in KoralQuery terms
by Akron
· 6 years ago
a7a152c
Fix wrong optimization of %+w1:1
by Akron
· 7 years ago
567b6fe
Removed deprecated within() method from QueryBuilder
by Akron
· 7 years ago
v0.58.2
a26184e
Sort focus operations on demand
by Akron
· 7 years ago
7d71e3b
Deactivate some logging and fix a test depending on it
by Akron
· 7 years ago
b7e8bfd
Added opt() method to QueryBuilder
by Akron
· 7 years ago
d6f5f59
Refactored test suite to have a single query interpretation function in TestSimple
by Akron
· 8 years ago
67d2ff0
Refactored test suite to have a single query read function in TestSimple
by Akron
· 8 years ago
798e6a2
Load KQ files as UTF-8
by Akron
· 8 years ago
4f52a63
Improve java compatibility by renaming _ method to nr
by Akron
· 8 years ago
e54600f
First attempt to fix negative regex behaviour in sequences
by Akron
· 8 years ago
f09fdd4
Implemented relation queries with regex.
by margaretha
· 8 years ago
82080c0
Fixed SpanWithinQuery deserialization, issue #21.
by margaretha
· 8 years ago
d3e077f
Added test for wildcards without foundry information
by Akron
· 9 years ago
9880aec
Added tests using sample index (marked as ignore).
by margaretha
· 9 years ago
f14f380
Added a MultipleDistanceQuery with Wildcard test.
by margaretha
· 9 years ago
79fa75b
Added wildcard bug test for Cosmas2
by Akron
· 9 years ago
3fd7ffe
Added test for deserialization of negative-optional-classed query in sequence
by Akron
· 9 years ago
ac2fc48
Fixed matching in SegmentSpans for relation spans.
by margaretha
· 9 years ago
7d89c05
Handled empty koral:span for relation queries.
by margaretha
· 9 years ago
69060ad
Warn on use of operation:merge
by Akron
· 9 years ago
1533707
Reenabled previously enabled tests
by Akron
· 9 years ago
c0b7a46
Added testcases for indexing.
by Eliza Margaretha
· 10 years ago
ff5e1ff
Improve treatment of nregativity in SpanWithinQueries
by Akron
· 10 years ago
6f98920
Added check for minimum repetition and formatted codes.
by Eliza Margaretha
· 10 years ago
805e27f
Added URL decoding for json file paths.
by Eliza Margaretha
· 10 years ago
df3b0eb
Merge empty tokens to larger extensions
by Akron
· 10 years ago
9c5b6c8
Optimize regex queries that are equivalent to any tokens
by Akron
· 10 years ago
f9def5e
Throw error for optionality in distances
by Akron
· 10 years ago
07b727b
Added failing test for distances including a sequence with optionality
by Akron
· 10 years ago
dfc9357
Fixed query bug for zero-boundary repetitions
by Akron
· 10 years ago
f785dae
Added test suit for distances bug occurring in the Schreibgebrauch instance
by Akron
· 10 years ago
352dae8
Fixed error passing to responses
by Akron
· 10 years ago
850b46e
Refactor: Renamed fromJson() to fromKoral()
by Akron
· 10 years ago
6759b04
Code autoformat
by Akron
· 10 years ago
4328dee
Added bug in SpanWithinQuery
by Akron
· 10 years ago
f6b384b
Merge branch 'master' of
by margaretha
· 10 years ago
32d2bee
Added and updated relation tests.
by margaretha
· 10 years ago
dependency
30c4606
Fixed tests regarding WithinSpans
by Akron
· 10 years ago
a7b936d
Minor modifications to the - still broken - test
by Akron
· 10 years ago
747986e
match creation with spanExpansion fails
by Akron
· 10 years ago
5314390
Added relation deserialization tests.
by margaretha
· 10 years ago
f19b318
Test with different query type
by Akron
· 10 years ago
13db615
Formatted sourcecode
by Akron
· 10 years ago
4e2bc0e
Fix Koral serialization support for different distance types (2)
by Akron
· 10 years ago
4d5fe19
Fix distance constraint serialization bug
by Akron
· 10 years ago
43cea66
Define 'base' as default sentence foundry
by Akron
· 10 years ago
d2ddac9
Fixed use of s-layer for structs
by Akron
· 10 years ago
4055017
Finally removed legacy collection classes
by Akron
· 11 years ago
newKrillCollection
001dab3
Fixed KoralQuery mirroring o parsing failures
by Akron
· 11 years ago
907d3d7
Fixed deserialization of wrapped spans
by Akron
· 11 years ago
2ac6e53
Deserialization of span/wrap
by Akron
· 11 years ago
31bc9aa
Added support for group:disjunction in deserialization
by Akron
· 11 years ago
bb5d173
Mirror collection
by Akron
· 11 years ago
784d13d
Fixed Multiple Distance Bug
by Akron
· 11 years ago
d504f21
Put all meta data in meta and mirror KoralQuery
by Akron
· 11 years ago
738ed00
Deserialization of flags
by Akron
· 11 years ago
c63697c
Added term escaping
by Akron
· 11 years ago
144983d
Added reference query deserialization
by margaretha
· 11 years ago
f70addb
Added temporary class mechanism for relation spans.
by margaretha
· 11 years ago
ca8d622
Changed class number policy for relations: source always has class #1
by margaretha
· 11 years ago
old
b097bac
Updated code-style / format.
by margaretha
· 11 years ago
0668a92
Updated focus for relation queries.
by margaretha
· 11 years ago
5c26de4
Added span relation deserialization and its examples.
by margaretha
· 11 years ago
bb33da2
autoformat
by Nils Diewald
· 11 years ago
f075df0
Ignore broken tests for publication
by Nils Diewald
· 11 years ago
884dbcf
Moved KorapResult to response/Result
by Nils Diewald
· 11 years ago
a14ecd6
Renamed KorapIndex to KrillIndex
by Nils Diewald
· 11 years ago
392bcf3
Renamed KorapMatch to Match
by Nils Diewald
· 11 years ago
8904c1d
Extract Querybuilder methods from KrillQuery
by Nils Diewald
· 11 years ago
0339d46
Renamed KorapQuery to KrillQuery
by Nils Diewald
· 11 years ago
bbd39a5
Renamed to Krill - Unfortunately I introduced 2 new failing Jersey tests
by Nils Diewald
· 11 years ago
b1a57e5
Updated korap to koral.
by Eliza Margaretha
· 11 years ago
1969c2b
Added arbitrary element with attribute(s) deserialization and test examples.
by Eliza Margaretha
· 11 years ago
3aa9e69
Streamlined json import a bit
by Nils Diewald
· 11 years ago
cec40f9
Changed focus and KoralQuery prefix
by Nils Diewald
· 11 years ago
641b20a
Added SpanWithAttributeQueryWrapper.
by Eliza Margaretha
· 11 years ago
e7a820b
More bit shifting for FrameConstraints
by Nils Diewald
· 11 years ago
661ff12
Remove comments and min max in ClassQueryWrapper.
by Eliza Margaretha
· 11 years ago
fc7bd67
Restored KorapQuery and SpanSequenceQueryWrapper.
by Eliza Margaretha
· 11 years ago
2dcde4f
Added tests for the subspanquerywrapper dealing with classes.
by Eliza Margaretha
· 11 years ago
5c37570
Added some failures and a new exception
by Nils Diewald
· 11 years ago
369e756
Query optimization for subspanquery with an empty or negative subquery.
by Eliza Margaretha
· 11 years ago
85f9c42
Renamed analysis to /model and shrink() to focus()
by Nils Diewald
· 11 years ago
e4db128
Removed candidate buffering in ElementSpans
by Nils Diewald
· 11 years ago
83c9b16
Fixed NullPointer Exception in WithinSpans
by Nils Diewald
· 11 years ago
93d6d1b
Cleanup and initial position frames
by Nils Diewald
· 11 years ago
0cc4f2e
Fixed serialization bug for empty classes and added documentation
by Nils Diewald
· 11 years ago
6409a92
Minor fix for subspan deserialization
by Nils Diewald
· 11 years ago
58ee0bf
Updated SpanSubspanQuery for empty length.
by Eliza Margaretha
· 11 years ago
afe9812
Added SpanSubspanQuery deserialization.
by Eliza Margaretha
· 11 years ago
Next »