This repo contains:
hu.bme.vzqixx.punctuationsJava package to experiment with punctuated streamsInsertPunctuationinsert punctuation to a stream represented in a file
Usage:InsertPunctuation punctuationMode punctuationOnFieldPosition path inputFile outputFile, wherepunctuationModecan be:NONE,TAIL,HEAD_AND_TAILPunctuatedIndexJoinimplement a punctuation-aware left outer join between a stream and a persistent relation
Usage:PunctuatedIndexJoin punctuationMode punctuationOnFieldPositionInS punctuationOnFieldPositionInR path streamingRelation persistentRelation, wherepunctuationModecan be:NONE,TAIL,HEAD_AND_TAIL
Pending to add build tool. Until then, use the following commands under bash 4 from the git root:
mkdir -p out && shopt -s globstar && javac -d out/ src/**/*.java