For each keyword, it should be counted only once per offer. So the following offer: ``` Look for a Java developer, knowing all about java and .net. ``` should be counted as java: 1 and .net: 1 instead of java: 2 and .net: 1.
For each keyword, it should be counted only once per offer.
So the following offer:
should be counted as java: 1 and .net: 1 instead of java: 2 and .net: 1.