ipeirotis / WikiSynonyms

Extracts synonyms for various terms, exploiting the redirects between terms in Wikipedia
http://wikisynonyms.ipeirotis.com/
12 stars 3 forks source link

Integrating with oDesk skills #6

Closed ipeirotis closed 12 years ago

ipeirotis commented 12 years ago

Create a table with the list of oDesk skills (get the list from https://www.dropbox.com/s/0flr26yupfpi5gw/4-20-2012-DB-Format.xlsx)

When a query term matches a set of synonyms that is also an oDesk skill, return also back the reference to the oDesk skill

georgegg commented 12 years ago

Because in job's description (oDesk site) this is described a bit differently, can you please elaborate a bit about what you need to be done in relation to what we already have?

eg: we filter the initial query (term) only or we also filter the results ...?? etc

Thanks

ipeirotis commented 12 years ago

The "external link" part contains the odesk skill entries that have a corresponding Wikipedia article. Effectively, if a query matches an "external link" (in other words, the "external link" to a wikipedia entry is one of the entries returned from Wikipedia), you should return back the normalized name of the oDesk skill (return the first column "skill"), and mark it appropriately in the JSON result.

georgegg commented 12 years ago

So additionally to what I return now I just return extra ones that matches our query from the odesk skill table?

ipeirotis commented 12 years ago

Correct.