I have a *.txt file who each line is a text. My idea is use this *.txt file in my trained model rasa to make a matrix in which intent is condident each line of my file.
Is there any implementation done to analyze my text file with the trained model?
Thanks