Text Mining
Hi everyone
I have huge amount of document (text) that I am currently working with. I have the data cleaned and preprepared, e.g. tokenized, filtered stop words, with n-grams, without grams. So I have the data ready and I would like to build my model which would help me to extract job related words from it e.g. job, cv, employee and more.
I dont have labelled data which makes it hard to do so. So I gathered some job related words from the internet. Now I would like to extract/display all the words from my dataset that match the job related words.
Can you please advice how to do so or if you have any other solutions please let me know.
Regards
I have huge amount of document (text) that I am currently working with. I have the data cleaned and preprepared, e.g. tokenized, filtered stop words, with n-grams, without grams. So I have the data ready and I would like to build my model which would help me to extract job related words from it e.g. job, cv, employee and more.
I dont have labelled data which makes it hard to do so. So I gathered some job related words from the internet. Now I would like to extract/display all the words from my dataset that match the job related words.
Can you please advice how to do so or if you have any other solutions please let me know.
Regards