cleanup code
This commit is contained in:
@@ -114,14 +114,12 @@ final class NdjsonHybridRetrieverConfig
|
|||||||
public const FOCUSED_PRODUCT_MAX_CHUNKS = 4;
|
public const FOCUSED_PRODUCT_MAX_CHUNKS = 4;
|
||||||
|
|
||||||
public const GENERIC_PRODUCT_TOKEN = [
|
public const GENERIC_PRODUCT_TOKEN = [
|
||||||
'der', 'die', 'das', 'ein', 'eine', 'einen', 'einem', 'und', 'oder', 'mit',
|
|
||||||
'fuer', 'für', 'von', 'im', 'in', 'am', 'an', 'auf', 'zu', 'zum', 'zur',
|
|
||||||
'produkt', 'produkte', 'produktkarte', 'titel', 'geraet', 'gerät',
|
'produkt', 'produkte', 'produktkarte', 'titel', 'geraet', 'gerät',
|
||||||
'messgeraet', 'messgerät', 'wasser', 'haerte', 'härte', 'resthaerte',
|
'messgeraet', 'messgerät', 'wasser', 'haerte', 'härte', 'resthaerte',
|
||||||
'resthärte', 'analyse', 'analysator', 'automat', 'online', 'messung',
|
'resthärte', 'analyse', 'analysator', 'automat', 'online', 'messung',
|
||||||
'messen', 'preis', 'preise', 'kosten', 'info', 'infos', 'passend',
|
'messen', 'preis', 'preise', 'kosten', 'info', 'infos', 'passend',
|
||||||
'richtige', 'richtiges', 'geeignet', 'geeignete', 'welche', 'welcher',
|
'richtige', 'richtiges', 'geeignet', 'geeignete', 'welche', 'welcher',
|
||||||
'welches', 'brauche', 'suche', 'bitte', 'fuer', 'gegen', 'und', 'oder',
|
'welches', 'brauche', 'suche'
|
||||||
];
|
];
|
||||||
|
|
||||||
const IMPORTANT_SHORT_MODEL_TOKEN = ['th', 'tc', 'tp', 'tm', 'ph', 'rx'];
|
const IMPORTANT_SHORT_MODEL_TOKEN = ['th', 'tc', 'tp', 'tm', 'ph', 'rx'];
|
||||||
|
|||||||
Reference in New Issue
Block a user