How to find my keywords

Hi everybody,

I have 2 documents :

- a document with my keywords (clearned with pnctuation eraser...)

- a document (we call it doc 2) with various strings

 

I would like to find a solution in order to do a kind of Vlookup and find my keywords in the doc 2

 

If there are any ideas I would appreciate a lot !

 

Thanks

JL

Hi,

you can create a dictionary of the keywords from document 1 e.g. by creating a bow and converting terms to strings (Bag of words creator -> Term to String). Then use that dictionary to tag the words in document 2 using the Dictionary Tagger. Now the words are labeled and you can filter doc 2 based on that using the Tag Filter. Create a bow to see what's left in doc 2 or use the Document Viewer to see the tagged terms.

I hope that helps.

Cheers, Kilian

Hi Kilian and everyone
Does this method work with phrases As well?
Or just single words?