Hello,
Can you suggest what modifications should be done while dealing with sequences of length greater than MAX_NGRAMS? If such an input sequence is used, accessing dlt[r] in line 194 of scfgLearner.py (as well as a few other locations) would lead to an error.
Thanks in advance.
Hello,
Can you suggest what modifications should be done while dealing with sequences of length greater than
MAX_NGRAMS? If such an input sequence is used, accessingdlt[r]in line 194 ofscfgLearner.py(as well as a few other locations) would lead to an error.Thanks in advance.