eaudeweb / percolator

Poor man's auto tagging based on exact matches, synonyms and common abbreviations
0 stars 0 forks source link

Show domain and score in results #8

Closed melish closed 6 years ago

melish commented 6 years ago

related to #11 and #12

andrei-duhnea commented 6 years ago

Results are now structured as follows:

{
      "<domain>": {
          <tag1>: <score>,
          ...
      }
}

For response format consistency, scores are now included when constant scoring is on.