Hi everyone, I am developing a text classification code in R using 'maxent' package. I see that there is a limit on number of unique class labels that can be modeled, which is 255. Can someone please help me understand why this limit is present? The data I am working on has about 400 labels (data consists of thousands of records). Can anybody please suggest which package to use to be able to achieve maximum entropy based text classification on this? I have tried using 'RTextTools' package as well. It seems to be internally using 'maxent' package in return and gives me the same error.
Would really appreciate any help! Thanks. Susrutha Gongalla [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.