As a student in Bachelor degree program in computer science field we have a project in course of "Language Theory", our project related with Natural Language Processing:
- First phase talks about giving a dictionary of "Physical Objects Name's" and give it a "Text" (all this in input) after that it gives us a list of "Physical Objects Name's" in our "Text" (this is the output as a file).
- Second phase is to use the last list to as input and implement a code that can classify words by topics and the result will be the general topic or idea of our text.
In this project I did the first phase but in the second one I don't understand how can I implement my code.
P.S: I try to add a python file but I can't, so for all those who wanna help me I can send them my work.