FlexFringe
FlexFringe copied to clipboard
Apta file being read in wrongly
When reading the apta file the state machien is wrong and has duplicate transitions. Reproduce:
./flexfringe --ini ini/alergia.ini data/PAutomaC-competition_sets/5.pautomac.train.dat
./flexfringe --ini ini/predict-css.ini --aptafile=data/PAutomaC-competition_sets/5.pautomac.train.dat.ff.final.json data/PAutomaC-competition_sets/5.pautomac.test.dat
- Go into PAutomaC directory and dot -Tpdf 5.pautomac.test.dat.ff.tom_final.dot >> 5.tom.pdf
The desired result and the predict-css.ini are in attachment. 5.out.pdf predict-css.txt
We fixed one of the things, but the problem persists. I noticed that idat is a local object, but then it reads abbadingo sequences in apta::read_json(): idat.read_abbadingo_sequence(trace_stream,node->access_trace);
This has other side effects, but should be tackled nevertheless. Branches are
- refactor-inputdata
- Publications/CSS_and_streaming
This is now fixed in 5ec86619c83b980baa9878d1f8f1d4924520a6d1
So this can be closed.