Skip to content
#

maximum-entropy

Here are 28 public repositories matching this topic...

tlarock
tlarock commented Aug 26, 2019

I think this is probably related to #5.

When I try to use the ConditionalModel class, I get TypeError: __init__() missing 2 required positional arguments: 'features' and 'samplespace' from the call super(ConditionalModel, self).__init__() in ConditonalModel.__init__().

Is this due to a current round of refactoring? Should it be necessary to pass feature functions and sample space in

Implemented POS tagging by combining a standard HMM tagger separately with a Maximum Entropy classifier designed to re-rank the k-best tag sequences produced by HMM – achieved better results than VITERBI (decoding algorithm)

  • Updated Jun 14, 2017
  • Python

Improve this page

Add a description, image, and links to the maximum-entropy topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the maximum-entropy topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.