Is it possible to add additional arguments to crfsuite besides the choice algorithm? For example I can execute on command line:
$ crfsuite learn -m CRF.model -a lbfgs -p c2=1 train.txt
But the class org.dkpro.tc.crfsuite.CRFSuiteAdapter only allows me to choose the algorithm for training (the "-a" argument).
Thanks,
Dominic