Adi Rendu

Results 3 issues of Adi Rendu

Hi, I tried to install sharedmem on my university server (no root access) where i have my own python installed. I get the following error: ``` $/sharedmem-numpy>python setup.py build_ext sys.platform:...

I dont understand this formula from [ nltk.classify.maxent](http://www.nltk.org/_modules/nltk/classify/maxent.html) > ``` > dotprod(weights, encode(fs,label)) > prob(fs|label) = --------------------------------------------------- > sum(dotprod(weights, encode(fs,l)) for l in labels) > ``` Isin't maxent same as...

classifier

Hi, If my understanding is correct, this flag uses the same logic/architecture that `-use_chars_enc` does. The `use_chars_enc` uses a char-based CNN to generate an embedding matrix of size |V| x...