hydra-crawler 2.5.3 → 2.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,12 +42,12 @@ const OFFENCE_PROMPT = GENERIC_PROMPT
42
42
  3 = extremely offensive or highly controversial, potentially racist, sexist, homophobic or promoting hatred.
43
43
  `.trim());
44
44
  const INTEREST_PROMPT = GENERIC_PROMPT
45
- .replace('<<<REASON>>>', 'for how interesting or entertaining the text is')
45
+ .replace('<<<REASON>>>', 'for how interesting or enlightening the text is')
46
46
  .replace('SCALE', `
47
47
  0 = purely function information with no further interest, such as opening times or directions
48
- 1 = information with a little interest or intrigue, such as opinions and informative descriptions
49
- 2 = opinion and commentary which is likely to be very interesting to many people
50
- 3 = highly informative and interesting or entertaining commentary, which most people would rate highly.
48
+ 1 = information that is partially interesting or intriguing, such as informative descriptions
49
+ 2 = opinion and commentary which is likely to be interesting to many people
50
+ 3 = highly informative and interesting or enlightening commentary, which most people would rate highly.
51
51
  `.trim());
52
52
  export class RigSubjectivityScaleService extends RigTicketedPromiseService {
53
53
  constructor(url, key, model) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hydra-crawler",
3
- "version": "2.5.3",
3
+ "version": "2.5.4",
4
4
  "description": "Node.js Hydra web crawler",
5
5
  "author": "Pete Morris",
6
6
  "license": "ISC",