Hello all, Sorry for the beginner question.
I am interested on giving the Maxent implementation a try. I have read a lot of documentation but I still could not figure out how to do what I want. Here what it is: - I have a CSV file with product code, description one per line. - I would like to train the learner with those codes and their respective descriptions. There are about 3.800 of them. - Once it is trained, then I would like to supply one string to the classifier and that would output the most likely codes. It is possible to have more than one product code for the string I am supplying. How can I achieve that? Thanks.
