B C D E F G I M R S T W

B

BinFileMultCol - interface de.uni_leipzig.asv.coocc.BinFileMultCol.
This interface summarizes BinFileMultColFile and BinFileMultColRam.
BinFileMultColFile - class de.uni_leipzig.asv.coocc.BinFileMultColFile.
This class gives access to collocations which is slower but less memory-intense.
BinFileMultColFile(String, int) - Constructor for class de.uni_leipzig.asv.coocc.BinFileMultColFile
Sole constructor.
BinFileMultColPreparer - class de.uni_leipzig.asv.coocc.BinFileMultColPreparer.
This class prepares the two tempFiles for fast access of a large multiple-column table containing only Integers.
BinFileMultColPreparer(String, int) - Constructor for class de.uni_leipzig.asv.coocc.BinFileMultColPreparer
Sole constructor.
BinFileMultColRam - class de.uni_leipzig.asv.coocc.BinFileMultColRam.
This class gives access to collocations which is slower but less memory-intense.
BinFileMultColRam(String, int) - Constructor for class de.uni_leipzig.asv.coocc.BinFileMultColRam
Sole constructor.
BinFileStrCol - class de.uni_leipzig.asv.coocc.BinFileStrCol.
Reads the stored files for wordstrings.
BinFileStrCol(String) - Constructor for class de.uni_leipzig.asv.coocc.BinFileStrCol
 
BinFileStrColPreparer - class de.uni_leipzig.asv.coocc.BinFileStrColPreparer.
This class prepares the two tempFiles which are needed to access word_bins faster.
BinFileStrColPreparer(String) - Constructor for class de.uni_leipzig.asv.coocc.BinFileStrColPreparer
 
bytesToInt(byte[], int) - Static method in class de.uni_leipzig.asv.coocc.Converter
 
bytesToInt(byte[]) - Static method in class de.uni_leipzig.asv.coocc.Converter
 
bytesToInteger(byte[], int) - Static method in class de.uni_leipzig.asv.coocc.Converter
 
bytesToInteger(byte[]) - Static method in class de.uni_leipzig.asv.coocc.Converter
 

C

Converter - class de.uni_leipzig.asv.coocc.Converter.
This class converts bytes to Integers and vice versa, the same for chars.
Converter() - Constructor for class de.uni_leipzig.asv.coocc.Converter
 
columns - Variable in class de.uni_leipzig.asv.coocc.BinFileMultColFile
The number of columns to assume
columns - Variable in class de.uni_leipzig.asv.coocc.BinFileMultColPreparer
 
columns - Variable in class de.uni_leipzig.asv.coocc.BinFileMultColRam
The number of columns to assume
createFiles(String) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColPreparer
This method wraps the actual algorithm, taking care of opening and closing the files, etc.
createFiles(String) - Method in class de.uni_leipzig.asv.coocc.BinFileStrColPreparer
 

D

dataFile - Variable in class de.uni_leipzig.asv.coocc.BinFileMultColRam
This is the datafile which is loaded into memory
dataFileReader - Variable in class de.uni_leipzig.asv.coocc.BinFileMultColFile
This represents the datafile
dataFileReader - Variable in class de.uni_leipzig.asv.coocc.BinFileStrCol
 
de.uni_leipzig.asv.coocc - package de.uni_leipzig.asv.coocc
 

E

existsFileDump(String) - Static method in class de.uni_leipzig.asv.coocc.BinFileMultColFile
Tests, whether the required files for this class, given with the fileName exist and are not of null-length (like after a failed start of FilePreparer
existsFileDump(String) - Static method in class de.uni_leipzig.asv.coocc.BinFileMultColRam
Tests, whether the required files for this class, given with the fileName exist and are not of null-length (like after a failed start of FilePreparer
existsFileDump(String) - Static method in class de.uni_leipzig.asv.coocc.BinFileStrCol
Tests, whether the required files for this class, given with the fileName exist and are not of null-length (like after a failed start of FilePreparer
ext1 - Static variable in class de.uni_leipzig.asv.coocc.BinFileMultColPreparer
for better recognition the data file has this extension
ext1 - Static variable in class de.uni_leipzig.asv.coocc.BinFileStrColPreparer
for better recognition the data file has this extension
ext2 - Static variable in class de.uni_leipzig.asv.coocc.BinFileMultColPreparer
The index file gets another extension
ext2 - Static variable in class de.uni_leipzig.asv.coocc.BinFileStrColPreparer
The index file gets another extension

F

fileName - Variable in class de.uni_leipzig.asv.coocc.BinFileStrCol
 

G

getData(Integer) - Method in interface de.uni_leipzig.asv.coocc.BinFileMultCol
For a given number returns the row
getData(Integer, int) - Method in interface de.uni_leipzig.asv.coocc.BinFileMultCol
Returns the data for the given number up to the given maximum.
getData(Integer, int, int) - Method in interface de.uni_leipzig.asv.coocc.BinFileMultCol
Returns the data for the given number up to the given maximum.
getData(Integer, int, int, int[], int[]) - Method in interface de.uni_leipzig.asv.coocc.BinFileMultCol
Returns the data for the given number up to the given maximum.
getData(Integer, int, int[], int[]) - Method in interface de.uni_leipzig.asv.coocc.BinFileMultCol
Returns the data for the given number up to the given maximum in a list.
getData(Integer) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColFile
For a given number returns the row
getData(Integer, int) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColFile
Returns the data for the given number up to the given maximum.
getData(Integer, int, int) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColFile
Returns the data for the given number up to the given maximum.
getData(Integer, int, int, int[], int[]) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColFile
Returns the data for the given number up to the given maximum.
getData(Integer, int, int[], int[]) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColFile
Returns the data for the given number up to the given maximum in a list.
getData(Integer) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColRam
For a given number returns the row
getData(Integer, int) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColRam
Returns the data for the given number up to the given maximum.
getData(Integer, int, int) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColRam
Returns the data for the given number up to the given maximum.
getData(Integer, int, int, int[], int[]) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColRam
Returns the data for the given number up to the given maximum.
getData(Integer, int, int[], int[]) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColRam
Returns the data for the given number up to the given maximum in a list.
getDataAsMap(Integer) - Method in interface de.uni_leipzig.asv.coocc.BinFileMultCol
Returns the data for the given number up to the given maximum in a map.
getDataAsMap(Integer, int, int) - Method in interface de.uni_leipzig.asv.coocc.BinFileMultCol
Returns the data for the given number up to the given maximum.
getDataAsMap(Integer, int) - Method in interface de.uni_leipzig.asv.coocc.BinFileMultCol
Returns the data for the given number up to the given maximum in a map.
getDataAsMap(Integer, int, int, int[], int[]) - Method in interface de.uni_leipzig.asv.coocc.BinFileMultCol
Returns the data for the given number up to the given maximum in a map.
getDataAsMap(Integer, int, int[], int[]) - Method in interface de.uni_leipzig.asv.coocc.BinFileMultCol
Returns the data for the given number up to the given maximum in a map.
getDataAsMap(Integer) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColFile
Returns the data for the given number up to the given maximum in a map.
getDataAsMap(Integer, int, int) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColFile
Returns the data for the given number up to the given maximum.
getDataAsMap(Integer, int) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColFile
Returns the data for the given number up to the given maximum in a map.
getDataAsMap(Integer, int, int, int[], int[]) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColFile
Returns the data for the given number up to the given maximum in a map.
getDataAsMap(Integer, int, int[], int[]) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColFile
Returns the data for the given number up to the given maximum in a map.
getDataAsMap(Integer) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColRam
Returns the data for the given number up to the given maximum in a map.
getDataAsMap(Integer, int, int) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColRam
Returns the data for the given number up to the given maximum.
getDataAsMap(Integer, int) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColRam
Returns the data for the given number up to the given maximum in a map.
getDataAsMap(Integer, int, int, int[], int[]) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColRam
Returns the data for the given number up to the given maximum in a map.
getDataAsMap(Integer, int, int[], int[]) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColRam
Returns the data for the given number up to the given maximum in a map.
getMaxWordNr() - Method in class de.uni_leipzig.asv.coocc.BinFileStrCol
Look up in file2 what's at position n-1 and n and returns the wort_bin from n-1 to n from file1 as Object[2] with Object[0]=String and Object[1]=Integer
getNumber(String) - Method in class de.uni_leipzig.asv.coocc.BinFileStrCol
Lineare Suche zum auffinden von Wortnummern
getSingleColumn(Integer, int) - Method in interface de.uni_leipzig.asv.coocc.BinFileMultCol
Column here is the column in the initial datafile, count begins with 1.
getSingleColumn(Integer, int, int) - Method in interface de.uni_leipzig.asv.coocc.BinFileMultCol
 
getSingleColumn(Integer, int) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColFile
Column here is the column in the initial datafile, count begins with 1.
getSingleColumn(Integer, int, int) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColFile
 
getSingleColumn(Integer, int) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColRam
Column here is the column in the initial datafile, count begins with 1.
getSingleColumn(Integer, int, int) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColRam
 
getWord(Integer) - Method in class de.uni_leipzig.asv.coocc.BinFileStrCol
Look up in file2 what's at position n-1 and n and returns the wort_bin from n-1 to n from file1 as Object[2] with Object[0]=String and Object[1]=Integer
getWordsForNumbersSameOrder(List) - Method in class de.uni_leipzig.asv.coocc.BinFileStrCol
 

I

indexFile - Variable in class de.uni_leipzig.asv.coocc.BinFileMultColFile
This is the indexfile which is loaded into memory
indexFile - Variable in class de.uni_leipzig.asv.coocc.BinFileMultColRam
This is the indexfile which is loaded into memory
indexFile - Variable in class de.uni_leipzig.asv.coocc.BinFileStrCol
 
intToBytes(int) - Static method in class de.uni_leipzig.asv.coocc.Converter
 
integerToBytes(Integer) - Static method in class de.uni_leipzig.asv.coocc.Converter
 

M

MASK - Static variable in class de.uni_leipzig.asv.coocc.Converter
 
main(String[]) - Static method in class de.uni_leipzig.asv.coocc.BinFileMultColFile
With this main method it's possible to test a prepared file.
main(String[]) - Static method in class de.uni_leipzig.asv.coocc.BinFileMultColPreparer
Use this main in order to prepare file directly from the command line.
main(String[]) - Static method in class de.uni_leipzig.asv.coocc.BinFileMultColRam
With this main method it's possible to test a prepared file.
main(String[]) - Static method in class de.uni_leipzig.asv.coocc.BinFileStrCol
 
main(String[]) - Static method in class de.uni_leipzig.asv.coocc.BinFileStrColPreparer
 
main(String[]) - Static method in class de.uni_leipzig.asv.coocc.Tester
 

R

readFiles(String) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColPreparer
 

S

splitToIntArray(String) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColPreparer
Splits the line into an array of Integers.

T

Tester - class de.uni_leipzig.asv.coocc.Tester.
Title: Description: Copyright: Copyright (c) 2004 Company:
Tester() - Constructor for class de.uni_leipzig.asv.coocc.Tester
 
testFiles(String) - Method in class de.uni_leipzig.asv.coocc.BinFileStrCol
 
testFiles() - Method in class de.uni_leipzig.asv.coocc.BinFileStrColPreparer
 

W

writeFiles(BufferedReader, OutputStream, OutputStream) - Method in class de.uni_leipzig.asv.coocc.BinFileMultColPreparer
This method actually does the work.
writeFiles(BufferedReader, OutputStream, OutputStream) - Method in class de.uni_leipzig.asv.coocc.BinFileStrColPreparer
 

B C D E F G I M R S T W