-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add evaluation experiment pipelines and scripts.
- Loading branch information
Showing
367 changed files
with
5,936 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
156 changes: 156 additions & 0 deletions
156
gepi/gepi-indexing/gepi-indexing-testdata/descAll/JCoRe AcronymAnnotator.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,156 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier"> | ||
|
||
<frameworkImplementation>org.apache.uima.java</frameworkImplementation> | ||
|
||
<primitive>true</primitive> | ||
|
||
<annotatorImplementationName>de.julielab.jcore.ae.acronymtagger.main.AcronymAnnotator</annotatorImplementationName> | ||
|
||
<analysisEngineMetaData> | ||
|
||
<name>JCoRe AcronymAnnotator</name> | ||
|
||
<description/> | ||
|
||
<version>2.6.0</version> | ||
|
||
<vendor>JULIE Lab Jena, Germany</vendor> | ||
|
||
<configurationParameters> | ||
|
||
<configurationParameter> | ||
|
||
<name>ConsistencyAnno</name> | ||
|
||
<description>set true if AcronymAnnotator should annotate every occurence of shortforms in the text</description> | ||
|
||
<type>Boolean</type> | ||
|
||
<multiValued>false</multiValued> | ||
|
||
<mandatory>true</mandatory> | ||
|
||
</configurationParameter> | ||
|
||
<configurationParameter> | ||
|
||
<name>MaxLength</name> | ||
|
||
<description>Define how far (how many words, ignoring stopwords) the AE is supposed too look for the beginning of the fullform.</description> | ||
|
||
<type>Integer</type> | ||
|
||
<multiValued>false</multiValued> | ||
|
||
<mandatory>true</mandatory> | ||
|
||
</configurationParameter> | ||
|
||
<configurationParameter> | ||
|
||
<name>Postprocessing</name> | ||
|
||
<description>Activates a post processing that unifies overlapping abbreviations and fullforms.</description> | ||
|
||
<type>Boolean</type> | ||
|
||
<multiValued>false</multiValued> | ||
|
||
<mandatory>false</mandatory> | ||
|
||
</configurationParameter> | ||
|
||
</configurationParameters> | ||
|
||
<configurationParameterSettings> | ||
|
||
<nameValuePair> | ||
|
||
<name>ConsistencyAnno</name> | ||
|
||
<value> | ||
|
||
<boolean>true</boolean> | ||
|
||
</value> | ||
|
||
</nameValuePair> | ||
|
||
<nameValuePair> | ||
|
||
<name>MaxLength</name> | ||
|
||
<value> | ||
|
||
<integer>5</integer> | ||
|
||
</value> | ||
|
||
</nameValuePair> | ||
|
||
<nameValuePair> | ||
|
||
<name>Postprocessing</name> | ||
|
||
<value> | ||
|
||
<boolean>true</boolean> | ||
|
||
</value> | ||
|
||
</nameValuePair> | ||
|
||
</configurationParameterSettings> | ||
|
||
<typeSystemDescription> | ||
|
||
<imports> | ||
|
||
<import name="de.julielab.jcore.types.jcore-morpho-syntax-types"/> | ||
|
||
</imports> | ||
|
||
</typeSystemDescription> | ||
|
||
<typePriorities/> | ||
|
||
<fsIndexCollection/> | ||
|
||
<capabilities> | ||
|
||
<capability> | ||
|
||
<inputs> | ||
|
||
<type allAnnotatorFeatures="true">de.julielab.jcore.types.Sentence</type> | ||
|
||
</inputs> | ||
|
||
<outputs> | ||
|
||
<type allAnnotatorFeatures="true">de.julielab.jcore.types.Abbreviation</type> | ||
|
||
</outputs> | ||
|
||
<languagesSupported/> | ||
|
||
</capability> | ||
|
||
</capabilities> | ||
|
||
<operationalProperties> | ||
|
||
<modifiesCas>true</modifiesCas> | ||
|
||
<multipleDeploymentAllowed>true</multipleDeploymentAllowed> | ||
|
||
<outputsNewCASes>false</outputsNewCASes> | ||
|
||
</operationalProperties> | ||
|
||
</analysisEngineMetaData> | ||
|
||
<resourceManagerConfiguration/> | ||
|
||
</analysisEngineDescription> |
Binary file added
BIN
+1.37 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000302_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+685 Bytes
gepi/gepi-test-data/src/main/resources/test-index-input/1000779_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.6 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000779_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.63 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000779_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.72 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000779_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.83 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000779_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.83 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000779_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.74 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000779_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.74 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000779_FE7_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.73 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000779_FE8_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.7 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000779_FE9_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.16 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000781_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.59 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000781_FE10_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.48 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000781_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.6 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000781_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.89 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000781_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.62 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000781_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.66 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000781_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.65 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000781_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.66 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000781_FE7_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.68 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000781_FE8_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.57 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1000781_FE9_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.14 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10012221_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.44 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1001807_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.02 KB
gepi/gepi-test-data/src/main/resources/test-index-input/1002006_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.17 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10021457_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.38 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022128_FE10_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.05 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022128_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.04 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022128_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.24 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022128_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.17 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022128_FE6_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.17 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022128_FE7_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.05 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022128_FE9_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.32 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022233_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.9 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022233_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.79 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022233_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.29 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022233_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.77 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022233_FE6_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.3 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022233_FE7_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.01 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022246_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.85 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022246_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.95 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022246_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.66 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022246_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.69 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022381_FE10_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+6.25 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022381_FE11_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.65 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022381_FE12_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.95 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022381_FE13_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.01 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022381_FE14_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.7 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022381_FE16_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.69 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022381_FE17_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.6 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022381_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+6.2 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022381_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.64 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022381_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.17 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022381_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.71 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022381_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.63 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022381_FE7_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.22 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022381_FE9_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.93 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022454_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.86 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022454_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.87 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022454_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.09 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022458_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.58 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022458_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.32 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022835_FE0_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.63 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022835_FE10_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.22 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022835_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.05 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022835_FE2_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.12 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022835_FE3_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.19 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022835_FE4_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.54 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022835_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.3 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022835_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.24 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022835_FE7_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.23 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022835_FE8_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.6 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022835_FE9_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.95 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022847_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.83 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10022847_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.59 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10023669_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.06 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10023677_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.56 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10023677_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.49 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10023677_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.03 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10023757_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.52 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10024515_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.32 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10024515_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.15 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10024515_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.02 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10024515_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.94 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10024537_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.67 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10024618_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.76 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10024683_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.6 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025572_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.98 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025572_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.32 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025733_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.98 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025733_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.08 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025733_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.87 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025733_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.05 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025733_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.17 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025733_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.37 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025733_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.1 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025733_FE7_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.27 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025733_FE8_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.94 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025797_FE0_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.83 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025797_FE10_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.34 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025797_FE11_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.34 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025797_FE12_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.74 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025797_FE13_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.07 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025797_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.11 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025797_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.23 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025797_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.73 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025797_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.68 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025797_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.33 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025797_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.85 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025797_FE7_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.32 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025797_FE8_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.82 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10025797_FE9_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+618 Bytes
gepi/gepi-test-data/src/main/resources/test-index-input/10028446_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.78 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10028446_FE10_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.62 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10028446_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.55 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10028446_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.3 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10028446_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.77 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10028446_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.87 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10028446_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.63 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10028446_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.87 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10028446_FE7_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.64 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10028446_FE8_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.64 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10028446_FE9_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1021 Bytes
gepi/gepi-test-data/src/main/resources/test-index-input/10029069_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.58 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029069_FE1_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.99 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE0_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.63 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE10_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+6.5 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE11_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.21 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE12_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.23 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE13_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.41 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE14_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+6.01 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE15_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.57 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE16_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.59 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE17_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+6.57 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE18_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.19 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE19_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+6.53 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.8 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.31 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.66 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+6.7 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.24 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+6.67 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE7_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.77 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE8_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.28 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029158_FE9_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.53 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10029178_FE0_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.76 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10036185_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.82 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10036185_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.52 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10036186_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.55 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10036186_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.54 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10036187_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.65 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10036187_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.37 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10036188_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.77 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10036338_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.83 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10037161_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.57 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10037161_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.57 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10037161_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.2 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10037161_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.49 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10037161_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.86 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10037723_FE0_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.28 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10037723_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.26 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10037723_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.37 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10037723_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.38 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10037723_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.38 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10037723_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.91 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10037723_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.01 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10037723_FE7_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.57 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10047537_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.83 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10047537_FE2_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.5 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10047537_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.93 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10048316_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.63 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10048399_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+7.33 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10049519_FE10_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.61 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10049519_FE8_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.23 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10049519_FE9_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.39 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10049524_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.43 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10049524_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.34 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10049743_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.37 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10049743_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.04 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10049952_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.94 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051160_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051167_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.13 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051167_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.74 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.5 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE10_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.92 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE11_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.92 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE12_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.51 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE13_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.98 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE14_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.57 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE15_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.87 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE16_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.82 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.05 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.64 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.05 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.97 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE7_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.99 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE8_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.98 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051290_FE9_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.06 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051468_FE0_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.49 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051468_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.49 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051468_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.5 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051468_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.14 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051471_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.47 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051471_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.69 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051471_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.62 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051471_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.52 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051472_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.74 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051472_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.7 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051472_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.66 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051472_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.61 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051473_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.31 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051473_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.05 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051474_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.11 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051474_FE10_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.18 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051474_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.13 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051474_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.01 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051474_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.1 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051474_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.07 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051474_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.02 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051474_FE7_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.14 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051474_FE8_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.99 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051474_FE9_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+967 Bytes
gepi/gepi-test-data/src/main/resources/test-index-input/10051476_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.21 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051476_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.3 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051489_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.22 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051489_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.73 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051489_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.23 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051489_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.8 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051489_FE7_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.47 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051489_FE8_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.5 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051503_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.09 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051503_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.09 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051503_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.48 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051503_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.33 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051503_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.75 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051504_FE0_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.5 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051504_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.51 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051504_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.51 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051504_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.32 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051504_FE8_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+706 Bytes
gepi/gepi-test-data/src/main/resources/test-index-input/10051526_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.72 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051526_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.94 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051526_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.46 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051530_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+911 Bytes
gepi/gepi-test-data/src/main/resources/test-index-input/10051637_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.19 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051637_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.16 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051646_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.26 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051646_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.26 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051660_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.06 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051660_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.11 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051660_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.79 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051661_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.13 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051661_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.02 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051662_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.71 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051662_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.4 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051665_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.32 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051665_FE1_0.1_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.97 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051665_FE1_0.2_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.75 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051665_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.58 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051665_FE4_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.63 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051665_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.79 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051665_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.26 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051665_FE7_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.02 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051705_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.02 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051705_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.29 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051705_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.3 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051705_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.3 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051705_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.3 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051705_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.2 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051776_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.14 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051776_FE5_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.87 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051776_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.88 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051776_FE7_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.68 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10051776_FE8_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.99 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10063314_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.94 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10063314_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.97 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10063314_FE2_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.94 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10063314_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.94 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10063314_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.95 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10063314_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+2.22 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10063323_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.19 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10063564_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.06 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10063564_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.32 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10063564_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.62 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10064062_FE0_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.71 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10064062_FE10_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.78 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10064062_FE1_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.13 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10064062_FE3_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.12 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10064062_FE4_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.84 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10064062_FE5_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.64 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10064062_FE5_0.1_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+5.46 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10064062_FE5_0.2_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.54 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10064062_FE6_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+7.08 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10064062_FE7_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+4.54 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10064062_FE8_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+7.07 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10064062_FE9_0.0_0.0.json.gz
Binary file not shown.
Binary file added
BIN
+1.59 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10064085_FE0_0.0_1.0.json.gz
Binary file not shown.
Binary file added
BIN
+3.25 KB
gepi/gepi-test-data/src/main/resources/test-index-input/10064085_FE1_0.0_1.0.json.gz
Binary file not shown.
Oops, something went wrong.