jfatine

Results 2 issues of jfatine

I'm trying to train FastText for performing Information Extraction (which is considered as a text classification problem) on a big corpus where the positive examples (speakers) are not organized one...

In order to explore FastText, I prepared a train.txt containing 90 examples tagged with a single label, and a test.txt containing 4 examples. The training is performed successfully, but i...