Commit c54edec6 by Ilia Kurenkov

removed problematic reference to *estimator_args.

parent 2934b475
......@@ -112,7 +112,6 @@ class NgramModel(ModelI):
self._backoff = NgramModel(n-1, train,
pad_left, pad_right,
estimator,
*estimator_args,
**estimator_kwargs)
self._backoff_alphas = dict()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment