TermBoyTerm

English
model weights
The learned numerical parameters of a machine learning model that are adjusted during training and determine how inputs are mapped to outputs. They encode the knowledge acquired by the model.
Releasing the model weights openly allows researchers to fine-tune the neural network for their own tasks.
  • https://en.wikipedia.org/wiki/Weighting
  • https://developers.google.com/machine-learning/glossary#weight
Deutsch
Modellgewichte
Die während des Trainings gelernten numerischen Parameter eines Machine-Learning-Modells, die festlegen, wie Eingaben auf Ausgaben abgebildet werden. Sie speichern das vom Modell erworbene Wissen.
Durch die Veröffentlichung der Modellgewichte können Forschende das neuronale Netz für eigene Aufgaben feinabstimmen.
  • https://de.wikipedia.org/wiki/K%C3%BCnstliches_neuronales_Netz
Français
poids du modèle
Paramètres numériques appris par un modèle d'apprentissage automatique lors de l'entraînement, qui déterminent la manière dont les entrées sont transformées en sorties. Ils encodent les connaissances acquises par le modèle.
La publication des poids du modèle permet aux chercheurs d'affiner le réseau de neurones pour leurs propres tâches.
  • https://fr.wikipedia.org/wiki/R%C3%A9seau_de_neurones_artificiels
Italiano
pesi del modello
I parametri numerici appresi da un modello di machine learning durante l'addestramento, che determinano il modo in cui gli input vengono trasformati in output. Codificano la conoscenza acquisita dal modello.
La pubblicazione dei pesi del modello consente ai ricercatori di perfezionare la rete neurale per i propri compiti.
  • https://it.wikipedia.org/wiki/Rete_neurale_artificiale
中文
模型权重
机器学习模型在训练过程中学习到的数值参数,决定了输入如何映射到输出,并编码了模型所获得的知识。
公开发布模型权重使研究人员能够针对自身任务对神经网络进行微调。
  • https://zh.wikipedia.org/wiki/%E4%BA%BA%E5%B7%A5%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C
English
multilingual SEO
Multilingual SEO is the practice of optimizing a website so that its content ranks well in search engines across multiple languages. It involves language-specific keyword research, translated or localized content and proper technical signalling such as hreflang annotations.
Their multilingual SEO strategy targeted English, German and Japanese users with dedicated language versions.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites
  • https://developers.google.com/search/docs/specialty/international/localized-versions
Deutsch
mehrsprachige SEO
Mehrsprachige SEO bezeichnet die Suchmaschinenoptimierung einer Website für mehrere Sprachen. Sie umfasst sprachspezifische Keyword-Recherche, übersetzte bzw. lokalisierte Inhalte sowie technische Signale wie hreflang-Auszeichnungen.
Die mehrsprachige SEO umfasste eigene Sprachversionen für Deutsch, Französisch und Italienisch.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=de
  • https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
Français
SEO multilingue
Le SEO multilingue désigne l'optimisation d'un site web pour le référencement dans plusieurs langues. Il comprend la recherche de mots-clés par langue, des contenus traduits ou localisés et des signaux techniques tels que les balises hreflang.
Leur SEO multilingue ciblait les utilisateurs francophones, anglophones et hispanophones avec des versions dédiées.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=fr
  • https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
SEO multilingue
La SEO multilingue è l'ottimizzazione di un sito web per il posizionamento nei motori di ricerca in più lingue. Comprende la ricerca di parole chiave per lingua, contenuti tradotti o localizzati e segnali tecnici come le annotazioni hreflang.
La loro SEO multilingue prevedeva versioni dedicate per italiano, inglese e tedesco.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=it
  • https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
多语言SEO
多语言SEO是指针对多种语言对网站进行搜索引擎优化,使其内容在不同语言的搜索结果中获得良好排名。它包括分语言的关键词研究、翻译或本地化内容以及hreflang标注等技术信号。
他们的多语言SEO策略为中文、英文和日文用户分别提供了专门的语言版本。
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=zh-cn
  • https://zh.wikipedia.org/wiki/搜索引擎优化
English
multimodal model
A machine learning model that can process and relate multiple types of data such as text, images, audio and video within a single architecture. It enables cross-modal understanding and generation tasks.
A multimodal model can answer questions about the contents of an uploaded image while also generating a written summary.
  • https://en.wikipedia.org/wiki/Multimodal_learning
  • https://platform.openai.com/docs/guides/vision
Deutsch
multimodales Modell
Ein maschinelles Lernmodell, das mehrere Datentypen wie Text, Bilder, Audio und Video in einer einzigen Architektur verarbeiten und miteinander verknüpfen kann. Es ermöglicht modalitätsübergreifendes Verstehen und Erzeugen von Inhalten.
Ein multimodales Modell kann Fragen zum Inhalt eines hochgeladenen Bildes beantworten und zugleich eine schriftliche Zusammenfassung erstellen.
  • https://de.wikipedia.org/wiki/Multimodales_Lernen
Français
modèle multimodal
Modèle d'apprentissage automatique capable de traiter et de relier plusieurs types de données tels que texte, images, audio et vidéo au sein d'une même architecture. Il permet la compréhension et la génération intermodales.
Un modèle multimodal peut répondre à des questions sur le contenu d'une image téléversée tout en rédigeant un résumé.
  • https://fr.wikipedia.org/wiki/Apprentissage_multimodal
Italiano
modello multimodale
Modello di apprendimento automatico in grado di elaborare e mettere in relazione più tipi di dati come testo, immagini, audio e video all'interno di un'unica architettura. Consente la comprensione e la generazione intermodale.
Un modello multimodale può rispondere a domande sul contenuto di un'immagine caricata e allo stesso tempo generare un riassunto scritto.
  • https://it.wikipedia.org/wiki/Apprendimento_multimodale
中文
多模态模型
一种能够在单一架构中处理并关联文本、图像、音频和视频等多种数据类型的机器学习模型,可实现跨模态的理解与生成。
多模态模型能够回答关于上传图片内容的问题,同时生成一段文字摘要。
  • https://zh.wikipedia.org/wiki/%E5%A4%9A%E6%A8%A1%E6%80%81%E5%AD%A6%E4%B9%A0
English
multiregional website
A website that targets users in multiple countries or geographic regions, often with content adapted for each market. In international SEO it is typically signaled to search engines via hreflang annotations and geotargeting settings.
The retailer runs a multiregional website with dedicated sections for the US, Canada, and the UK.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites
  • https://en.wikipedia.org/wiki/Website_localization
Deutsch
multiregionale Website
Eine Website, die Nutzer in mehreren Ländern oder geografischen Regionen anspricht, häufig mit für den jeweiligen Markt angepassten Inhalten. Im internationalen SEO wird sie meist über hreflang-Annotationen und Geotargeting-Einstellungen an Suchmaschinen signalisiert.
Der Händler betreibt eine multiregionale Website mit eigenen Bereichen für Deutschland, Österreich und die Schweiz.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=de
Français
site web multirégional
Site web ciblant des utilisateurs de plusieurs pays ou régions géographiques, souvent avec des contenus adaptés à chaque marché. En SEO international, il est signalé aux moteurs de recherche via les annotations hreflang et les paramètres de ciblage géographique.
Le distributeur exploite un site web multirégional avec des sections dédiées à la France, la Belgique et le Canada.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=fr
Italiano
sito web multiregionale
Sito web destinato a utenti di più paesi o regioni geografiche, spesso con contenuti adattati a ciascun mercato. Nella SEO internazionale viene segnalato ai motori di ricerca tramite annotazioni hreflang e impostazioni di targeting geografico.
Il rivenditore gestisce un sito web multiregionale con sezioni dedicate a Italia, Svizzera e Regno Unito.
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=it
中文
多地区网站
面向多个国家或地理区域用户的网站,通常针对各市场提供本地化内容。在国际SEO中,一般通过hreflang标注和地理定位设置向搜索引擎表明其地区目标。
该零售商运营一个多地区网站,分别为中国、香港和台湾设有专门板块。
  • https://developers.google.com/search/docs/specialty/international/managing-multi-regional-sites?hl=zh-cn
English
multi-turn conversation
An interaction between a user and a conversational AI system that spans multiple exchanges, where the system retains context from previous turns to inform subsequent responses.
In a multi-turn conversation, the AI remembers the user's earlier question about hotels when answering a follow-up about nearby restaurants.
  • https://platform.openai.com/docs/guides/conversation-state
  • https://en.wikipedia.org/wiki/Dialogue_system
Deutsch
mehrstufige Konversation
Eine Interaktion zwischen Nutzer und einem konversationellen KI-System über mehrere Gesprächsrunden hinweg, bei der das System den Kontext vorheriger Runden für nachfolgende Antworten bewahrt.
In einer mehrstufigen Konversation erinnert sich die KI an die frühere Frage nach Hotels, wenn sie eine Folgefrage zu Restaurants in der Nähe beantwortet.
  • https://de.wikipedia.org/wiki/Dialogsystem
Français
conversation multi-tours
Interaction entre un utilisateur et un système d'IA conversationnelle s'étendant sur plusieurs échanges, où le système conserve le contexte des tours précédents pour orienter ses réponses suivantes.
Dans une conversation multi-tours, l'IA se souvient de la question posée plus tôt sur les hôtels lorsqu'elle répond à une question de suivi sur les restaurants voisins.
  • https://fr.wikipedia.org/wiki/Agent_conversationnel
Italiano
conversazione multi-turno
Interazione tra un utente e un sistema di IA conversazionale che si estende su più scambi, in cui il sistema mantiene il contesto dei turni precedenti per orientare le risposte successive.
In una conversazione multi-turno, l'IA ricorda la domanda precedente sugli hotel quando risponde a una domanda successiva sui ristoranti nelle vicinanze.
  • https://it.wikipedia.org/wiki/Sistema_di_dialogo
中文
多轮对话
用户与对话式人工智能系统之间跨越多次交互的对话,系统会保留先前轮次的上下文,以指导后续的回复。
在多轮对话中,当用户随后询问附近餐厅时,人工智能会记住之前关于酒店的提问。
  • https://zh.wikipedia.org/wiki/%E5%AF%B9%E8%AF%9D%E7%B3%BB%E7%BB%9F
English
multivariate testing
A method of experimentation that simultaneously tests multiple variables and their combinations on a web page to determine which combination produces the best conversion outcome. Unlike A/B testing, it evaluates the interaction effects between several elements at once.
The team used multivariate testing to evaluate different combinations of headline, button color, and hero image on the landing page.
  • https://en.wikipedia.org/wiki/Multivariate_testing_in_marketing
  • https://support.google.com/optimize/answer/6211930
Deutsch
multivariates Testing
Ein Testverfahren, bei dem mehrere Variablen und deren Kombinationen gleichzeitig auf einer Webseite getestet werden, um die konversionsstärkste Kombination zu ermitteln. Im Gegensatz zum A/B-Test werden dabei auch Wechselwirkungen zwischen den Elementen erfasst.
Das Team setzte multivariates Testing ein, um verschiedene Kombinationen aus Überschrift, Button-Farbe und Titelbild auf der Landingpage zu bewerten.
  • https://de.wikipedia.org/wiki/Multivariater_Test
Français
test multivarié
Méthode d'expérimentation qui teste simultanément plusieurs variables et leurs combinaisons sur une page web afin de déterminer la combinaison offrant le meilleur taux de conversion. Contrairement au test A/B, elle mesure les interactions entre plusieurs éléments à la fois.
L'équipe a utilisé un test multivarié pour évaluer différentes combinaisons de titre, de couleur de bouton et d'image principale sur la page d'atterrissage.
  • https://fr.wikipedia.org/wiki/Test_multivari%C3%A9
Italiano
test multivariato
Metodo di sperimentazione che testa contemporaneamente più variabili e le loro combinazioni su una pagina web per individuare la combinazione con il miglior tasso di conversione. A differenza del test A/B, valuta anche le interazioni tra più elementi.
Il team ha usato un test multivariato per valutare diverse combinazioni di titolo, colore del pulsante e immagine principale sulla landing page.
  • https://it.wikipedia.org/wiki/Test_multivariato
中文
多变量测试
一种同时测试网页上多个变量及其组合的实验方法,用于确定哪种组合能带来最佳转化效果。与A/B测试不同,它可评估多个元素之间的交互影响。
团队使用多变量测试来评估落地页上标题、按钮颜色和主图的不同组合。
  • https://support.google.com/optimize/answer/6211930
English
MUM
Multitask Unified Model (MUM) is a Google AI technology based on the Transformer architecture that is multilingual and multimodal, designed to understand and answer complex search queries. It is about 1,000 times more powerful than BERT.
Thanks to MUM, Google can transfer knowledge across languages and combine information from text and images to answer complex questions.
  • https://blog.google/products/search/introducing-mum/
  • https://en.wikipedia.org/wiki/Google_Search
Deutsch
MUM
Multitask Unified Model (MUM) ist eine auf der Transformer-Architektur basierende KI-Technologie von Google, die mehrsprachig und multimodal ist und komplexe Suchanfragen verstehen und beantworten soll. Es ist rund 1.000-mal leistungsfähiger als BERT.
Dank MUM kann Google Wissen sprachübergreifend übertragen und Informationen aus Text und Bildern kombinieren, um komplexe Fragen zu beantworten.
  • https://blog.google/products/search/introducing-mum/
  • https://de.wikipedia.org/wiki/Google_Suche
Français
MUM
Multitask Unified Model (MUM) est une technologie d'IA de Google fondée sur l'architecture Transformer, à la fois multilingue et multimodale, conçue pour comprendre et répondre à des requêtes de recherche complexes. Elle est environ 1 000 fois plus puissante que BERT.
Grâce à MUM, Google peut transférer des connaissances entre les langues et combiner des informations issues du texte et des images pour répondre à des questions complexes.
  • https://blog.google/products/search/introducing-mum/
  • https://fr.wikipedia.org/wiki/Google_Search
Italiano
MUM
Multitask Unified Model (MUM) è una tecnologia di IA di Google basata sull'architettura Transformer, multilingue e multimodale, progettata per comprendere e rispondere a query di ricerca complesse. È circa 1.000 volte più potente di BERT.
Grazie a MUM, Google può trasferire conoscenze tra lingue diverse e combinare informazioni da testo e immagini per rispondere a domande complesse.
  • https://blog.google/products/search/introducing-mum/
  • https://it.wikipedia.org/wiki/Google_Search
中文
MUM
多任务统一模型(Multitask Unified Model,MUM)是谷歌基于 Transformer 架构的人工智能技术,具备多语言和多模态能力,用于理解和回答复杂的搜索查询。其性能约为 BERT 的 1000 倍。
借助 MUM,谷歌能够跨语言迁移知识,并结合文本与图像信息来回答复杂问题。
  • https://blog.google/products/search/introducing-mum/
  • https://zh.wikipedia.org/wiki/Google搜索
English
named entity recognition
A natural language processing task that identifies and classifies named entities in text into predefined categories such as persons, organizations, locations, dates and quantities.
Named entity recognition extracted 'Google' as an organization and 'Mountain View' as a location from the article.
  • https://en.wikipedia.org/wiki/Named-entity_recognition
Deutsch
Eigennamenerkennung
Eine Aufgabe der Computerlinguistik, bei der Eigennamen in Texten erkannt und in vordefinierte Kategorien wie Personen, Organisationen, Orte oder Zeitangaben klassifiziert werden.
Die Eigennamenerkennung identifizierte 'Berlin' als Ort und 'Siemens' als Organisation im Nachrichtentext.
  • https://de.wikipedia.org/wiki/Eigennamenerkennung
Français
reconnaissance d'entités nommées
Tâche du traitement automatique du langage naturel qui consiste à repérer et à classer les entités nommées d'un texte dans des catégories prédéfinies telles que personnes, organisations, lieux ou dates.
La reconnaissance d'entités nommées a extrait 'Paris' comme lieu et 'Airbus' comme organisation.
  • https://fr.wikipedia.org/wiki/Reconnaissance_d%27entit%C3%A9s_nomm%C3%A9es
Italiano
riconoscimento di entità nominate
Compito di elaborazione del linguaggio naturale che individua e classifica le entità nominate in un testo in categorie predefinite come persone, organizzazioni, luoghi e date.
Il riconoscimento di entità nominate ha estratto 'Roma' come luogo e 'Ferrari' come organizzazione.
  • https://it.wikipedia.org/wiki/Riconoscimento_di_entit%C3%A0_denominate
中文
命名实体识别
自然语言处理中的一项任务,用于在文本中识别命名实体并将其归类为人名、组织、地点、日期等预定义类别。
命名实体识别从文章中提取出“北京”作为地点,“华为”作为组织。
  • https://zh.wikipedia.org/wiki/%E5%91%BD%E5%90%8D%E5%AE%9E%E4%BD%93%E8%AF%86%E5%88%AB
English
nameserver
A nameserver is a server in the Domain Name System (DNS) that stores and answers queries about DNS records, translating human-readable domain names into IP addresses and other resource records.
Before the website could go live, we had to point the domain's nameserver entries to our hosting provider.
  • https://datatracker.ietf.org/doc/html/rfc1035
  • https://en.wikipedia.org/wiki/Name_server
Deutsch
Nameserver
Ein Nameserver ist ein Server im Domain Name System (DNS), der DNS-Einträge speichert und Anfragen beantwortet, indem er menschenlesbare Domainnamen in IP-Adressen und andere Ressourceneinträge übersetzt.
Nach der Domainregistrierung mussten wir die Nameserver auf den Hosting-Anbieter umstellen.
  • https://de.wikipedia.org/wiki/Nameserver
Français
serveur de noms
Un serveur de noms est un serveur du système de noms de domaine (DNS) qui stocke des enregistrements DNS et répond aux requêtes en traduisant les noms de domaine lisibles en adresses IP et autres enregistrements de ressources.
Après l'enregistrement du domaine, nous avons configuré les serveurs de noms pour pointer vers notre hébergeur.
  • https://fr.wikipedia.org/wiki/Serveur_de_noms
Italiano
server dei nomi
Un server dei nomi è un server del Domain Name System (DNS) che memorizza record DNS e risponde alle query traducendo i nomi di dominio leggibili in indirizzi IP e altri record di risorse.
Dopo la registrazione del dominio abbiamo impostato i server dei nomi per puntare al nostro provider di hosting.
  • https://it.wikipedia.org/wiki/Domain_Name_System
中文
域名服务器
域名服务器是域名系统(DNS)中的一种服务器,用于存储 DNS 记录并响应查询,将人类可读的域名解析为 IP 地址及其他资源记录。
域名注册后,我们需要将域名服务器指向托管服务提供商。
  • https://zh.wikipedia.org/wiki/域名服务器
English
NAP consistency
The uniform and accurate presentation of a business's Name, Address, and Phone number across all online directories, listings, and citations. Consistent NAP data strengthens local search rankings and trust signals.
Ensuring NAP consistency across Google Business Profile, Yelp, and the company website helped the store rank higher in local results.
  • https://developers.google.com/search/docs/appearance/structured-data/local-business
  • https://moz.com/learn/seo/nap
Deutsch
NAP-Konsistenz
Die einheitliche und korrekte Darstellung von Name, Adresse und Telefonnummer eines Unternehmens über alle Online-Verzeichnisse, Einträge und Zitationen hinweg. Konsistente NAP-Daten stärken das lokale Ranking und Vertrauenssignale.
Die NAP-Konsistenz zwischen Google-Unternehmensprofil, Branchenverzeichnissen und Website verbesserte die lokale Sichtbarkeit deutlich.
  • https://de.wikipedia.org/wiki/Local_SEO
  • https://moz.com/learn/seo/nap
Français
cohérence NAP
Présentation uniforme et exacte du nom, de l'adresse et du numéro de téléphone d'une entreprise dans tous les annuaires, fiches et citations en ligne. Des données NAP cohérentes renforcent le référencement local et les signaux de confiance.
La cohérence NAP entre la fiche Google Business Profile et le site web a amélioré le classement local du restaurant.
  • https://moz.com/learn/seo/nap
  • https://fr.wikipedia.org/wiki/R%C3%A9f%C3%A9rencement_local
Italiano
coerenza NAP
Presentazione uniforme e accurata di nome, indirizzo e numero di telefono di un'attività in tutte le directory, schede e citazioni online. Dati NAP coerenti rafforzano il posizionamento locale e i segnali di affidabilità.
La coerenza NAP tra il profilo Google Business e il sito web ha migliorato il ranking locale del negozio.
  • https://moz.com/learn/seo/nap
  • https://it.wikipedia.org/wiki/Local_SEO
中文
NAP一致性
指企业的名称、地址和电话号码在所有在线目录、商家列表和引用中保持统一且准确。一致的NAP信息有助于提升本地搜索排名和信任度。
确保谷歌商家资料、点评网站与官网上的NAP一致性,使该门店在本地搜索结果中排名更高。
  • https://moz.com/learn/seo/nap
  • https://developers.google.com/search/docs/appearance/structured-data/local-business
English
native advertising
A form of paid advertising in which the ad content matches the form and function of the platform on which it appears, blending in with editorial or organic content. It is designed to be less disruptive than traditional display ads.
The sponsored article looked like a regular editorial piece, a classic example of native advertising.
  • https://en.wikipedia.org/wiki/Native_advertising
Deutsch
Native Advertising
Eine Form der bezahlten Werbung, die sich in Form und Funktion an die redaktionellen oder organischen Inhalte der jeweiligen Plattform anpasst und dadurch weniger als Werbung wahrgenommen wird.
Der gesponserte Beitrag war kaum vom übrigen redaktionellen Inhalt zu unterscheiden – ein typisches Beispiel für Native Advertising.
  • https://de.wikipedia.org/wiki/Native_Advertising
Français
native advertising
Forme de publicité payante dont le format et la fonction s'intègrent au contenu éditorial ou organique de la plateforme, de manière à se fondre dans l'environnement et à paraître moins intrusive.
Cet article sponsorisé ressemblait à un contenu éditorial classique, un exemple typique de native advertising.
  • https://fr.wikipedia.org/wiki/Publicit%C3%A9_native
Italiano
native advertising
Forma di pubblicità a pagamento il cui formato e funzione si integrano con i contenuti editoriali o organici della piattaforma, risultando meno invasiva rispetto alla pubblicità display tradizionale.
L'articolo sponsorizzato sembrava un normale contenuto editoriale, un classico esempio di native advertising.
  • https://it.wikipedia.org/wiki/Native_advertising
中文
原生广告
一种付费广告形式,其内容在形式和功能上与所在平台的编辑内容或自然内容相融合,从而降低干扰性,让用户感觉不像传统广告。
那篇赞助文章看起来像普通的编辑内容,是原生广告的典型例子。
  • https://zh.wikipedia.org/wiki/%E5%8E%9F%E7%94%9F%E5%B9%BF%E5%91%8A
English
natural language generation
Natural language generation (NLG) is a subfield of natural language processing that automatically produces coherent, human-readable text from structured data or internal representations. It powers applications such as report writing, chatbots and answer generation in AI search engines.
The AI assistant uses natural language generation to turn database records into a fluent weather summary.
  • https://en.wikipedia.org/wiki/Natural_language_generation
Deutsch
natürliche Sprachgenerierung
Die natürliche Sprachgenerierung (NLG) ist ein Teilgebiet der Verarbeitung natürlicher Sprache, das aus strukturierten Daten oder internen Repräsentationen automatisch verständlichen Text erzeugt. Sie ist zentral für Chatbots und die Antwortgenerierung in KI-Suchmaschinen.
Das System nutzt natürliche Sprachgenerierung, um aus Kennzahlen einen lesbaren Bericht zu formulieren.
  • https://de.wikipedia.org/wiki/Textgenerierung
Français
génération de langage naturel
La génération de langage naturel (GLN ou NLG) est un sous-domaine du traitement automatique du langage naturel qui produit automatiquement un texte cohérent et lisible à partir de données structurées ou de représentations internes. Elle alimente les agents conversationnels et la génération de réponses des moteurs de recherche dotés d'IA.
Le service recourt à la génération de langage naturel pour transformer des chiffres en un résumé fluide.
  • https://fr.wikipedia.org/wiki/G%C3%A9n%C3%A9ration_de_langage_naturel
Italiano
generazione del linguaggio naturale
La generazione del linguaggio naturale (NLG) è un sottocampo dell'elaborazione del linguaggio naturale che produce automaticamente testo coerente e leggibile a partire da dati strutturati o da rappresentazioni interne. È fondamentale per chatbot e per la generazione di risposte nei motori di ricerca basati sull'IA.
Il sistema impiega la generazione del linguaggio naturale per trasformare i dati di vendita in un resoconto discorsivo.
  • https://it.wikipedia.org/wiki/Generazione_del_linguaggio_naturale
中文
自然语言生成
自然语言生成(NLG)是自然语言处理的一个子领域,用于从结构化数据或内部表示自动生成连贯、可读的文本。它是聊天机器人和人工智能搜索引擎答案生成的核心技术。
该系统利用自然语言生成技术,将销售数据转化为通顺的文字报告。
  • https://zh.wikipedia.org/wiki/%E8%87%AA%E7%84%B6%E8%AF%AD%E8%A8%80%E7%94%9F%E6%88%90
English
natural language processing
A subfield of artificial intelligence concerned with enabling computers to understand, interpret and generate human language. It underpins search query understanding, chatbots and text analysis.
Modern search engines use natural language processing to interpret the intent behind conversational queries.
  • https://en.wikipedia.org/wiki/Natural_language_processing
  • https://developers.google.com/machine-learning/glossary
Deutsch
Verarbeitung natürlicher Sprache
Teilgebiet der künstlichen Intelligenz, das Computern ermöglicht, menschliche Sprache zu verstehen, zu interpretieren und zu erzeugen. Grundlage für Suchanfrageninterpretation, Chatbots und Textanalyse.
Moderne Suchmaschinen nutzen die Verarbeitung natürlicher Sprache, um die Absicht hinter dialogorientierten Suchanfragen zu erkennen.
  • https://de.wikipedia.org/wiki/Computerlinguistik
Français
traitement automatique du langage naturel
Sous-domaine de l'intelligence artificielle visant à permettre aux ordinateurs de comprendre, interpréter et générer le langage humain. Il sous-tend l'interprétation des requêtes, les agents conversationnels et l'analyse de texte.
Les moteurs de recherche modernes utilisent le traitement automatique du langage naturel pour comprendre l'intention des requêtes conversationnelles.
  • https://fr.wikipedia.org/wiki/Traitement_automatique_des_langues
Italiano
elaborazione del linguaggio naturale
Sottocampo dell'intelligenza artificiale che consente ai computer di comprendere, interpretare e generare il linguaggio umano. È alla base dell'interpretazione delle query, dei chatbot e dell'analisi testuale.
I motori di ricerca moderni impiegano l'elaborazione del linguaggio naturale per interpretare l'intento delle query conversazionali.
  • https://it.wikipedia.org/wiki/Elaborazione_del_linguaggio_naturale
中文
自然语言处理
人工智能的一个分支,旨在使计算机能够理解、解释和生成人类语言。它是搜索查询理解、聊天机器人和文本分析的基础。
现代搜索引擎利用自然语言处理来理解对话式查询背后的意图。
  • https://zh.wikipedia.org/wiki/自然语言处理
English
natural language understanding
A subfield of natural language processing that enables machines to interpret the meaning, intent and context of human language input. It goes beyond parsing text to extracting semantics such as entities, intents and relationships.
The search engine's natural language understanding lets it recognize that 'flights to the Big Apple' refers to New York.
  • https://en.wikipedia.org/wiki/Natural-language_understanding
  • https://cloud.google.com/natural-language/docs
Deutsch
Natural Language Understanding
Ein Teilgebiet der maschinellen Sprachverarbeitung, das es Systemen ermöglicht, Bedeutung, Absicht und Kontext natürlichsprachlicher Eingaben zu erfassen. Es umfasst die Extraktion semantischer Informationen wie Entitäten und Intentionen.
Dank Natural Language Understanding erkennt die Suchmaschine, dass mit „Flüge in die Millionenstadt am Rhein“ Köln gemeint sein kann.
  • https://de.wikipedia.org/wiki/Natural_Language_Understanding
Français
compréhension du langage naturel
Sous-domaine du traitement automatique du langage naturel qui permet aux systèmes d'interpréter le sens, l'intention et le contexte d'énoncés en langage humain. Il vise à extraire des informations sémantiques telles que les entités et les intentions.
Grâce à la compréhension du langage naturel, le moteur de recherche saisit que « vols vers la Ville Lumière » désigne Paris.
  • https://fr.wikipedia.org/wiki/Compr%C3%A9hension_du_langage_naturel
Italiano
comprensione del linguaggio naturale
Sottocampo dell'elaborazione del linguaggio naturale che consente ai sistemi di interpretare significato, intenzione e contesto di input in linguaggio umano. Mira a estrarre informazioni semantiche come entità e intenti.
Grazie alla comprensione del linguaggio naturale, il motore di ricerca capisce che «voli per la città eterna» si riferisce a Roma.
  • https://it.wikipedia.org/wiki/Comprensione_del_linguaggio_naturale
中文
自然语言理解
自然语言处理的一个分支,使机器能够解析人类语言输入的含义、意图和上下文。它超越了单纯的文本解析,进而提取实体、意图等语义信息。
借助自然语言理解,搜索引擎能够识别出「飞往魔都的航班」指的是上海。
  • https://zh.wikipedia.org/wiki/%E8%87%AA%E7%84%B6%E8%AF%AD%E8%A8%80%E7%90%86%E8%A7%A3
English
navigation menu
A structured set of links, usually displayed as a bar or list, that lets users move between the main sections of a website. It is a core UX and information-architecture element influencing usability and internal linking.
The navigation menu at the top of the page links to Products, Pricing, and Support.
  • https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nav
  • https://www.nngroup.com/articles/menu-design/
Deutsch
Navigationsmenü
Eine strukturierte Sammlung von Links, meist als Leiste oder Liste dargestellt, mit der Nutzer zwischen den Hauptbereichen einer Website wechseln. Es ist ein zentrales UX- und Informationsarchitektur-Element.
Das Navigationsmenü im Kopfbereich der Seite verlinkt auf Produkte, Preise und Support.
  • https://developer.mozilla.org/de/docs/Web/HTML/Element/nav
Français
menu de navigation
Ensemble structuré de liens, généralement présenté sous forme de barre ou de liste, permettant aux utilisateurs de passer d'une section principale à une autre d'un site web. C'est un élément clé de l'UX et de l'architecture de l'information.
Le menu de navigation en haut de la page renvoie vers Produits, Tarifs et Support.
  • https://developer.mozilla.org/fr/docs/Web/HTML/Element/nav
Italiano
menu di navigazione
Insieme strutturato di link, solitamente presentato come barra o elenco, che consente agli utenti di spostarsi tra le sezioni principali di un sito web. È un elemento centrale della UX e dell'architettura dell'informazione.
Il menu di navigazione nella parte superiore della pagina rimanda a Prodotti, Prezzi e Supporto.
  • https://developer.mozilla.org/it/docs/Web/HTML/Element/nav
中文
导航菜单
一组结构化的链接,通常以栏或列表形式显示,让用户在网站的主要板块之间进行切换。它是用户体验和信息架构的核心元素。
页面顶部的导航菜单链接到产品、价格和支持页面。
  • https://developer.mozilla.org/zh-CN/docs/Web/HTML/Element/nav
English
navigational query
A search query with which the user intends to reach a specific website or page, typically by entering a brand or site name. It is one of the three classic intent types alongside informational and transactional queries.
Typing 'facebook login' is a typical navigational query because the user wants to reach a specific site.
  • https://developers.google.com/search/docs/fundamentals/creating-helpful-content
  • https://en.wikipedia.org/wiki/Web_search_query
Deutsch
navigationsorientierte Suchanfrage
Eine Suchanfrage, mit der ein Nutzer eine bestimmte Website oder Seite ansteuern möchte, meist durch Eingabe eines Marken- oder Seitennamens. Sie ist einer der drei klassischen Suchintentionstypen neben informationalen und transaktionalen Anfragen.
Die Eingabe 'youtube startseite' ist eine navigationsorientierte Suchanfrage, da der Nutzer eine konkrete Website erreichen will.
  • https://de.wikipedia.org/wiki/Suchanfrage
Français
requête navigationnelle
Requête de recherche par laquelle l'utilisateur cherche à atteindre un site web ou une page précise, généralement en saisissant un nom de marque ou de site. Elle constitue l'un des trois types d'intention classiques avec les requêtes informationnelles et transactionnelles.
Saisir 'connexion gmail' est une requête navigationnelle, car l'utilisateur souhaite accéder à un site précis.
  • https://fr.wikipedia.org/wiki/Requ%C3%AAte_de_recherche
Italiano
query navigazionale
Query di ricerca con cui l'utente intende raggiungere un sito web o una pagina specifica, in genere digitando un nome di brand o di sito. È uno dei tre tipi classici di intento di ricerca insieme alle query informazionali e transazionali.
Digitare 'accesso instagram' è una query navigazionale, poiché l'utente vuole raggiungere un sito preciso.
  • https://it.wikipedia.org/wiki/Query
中文
导航型查询
用户希望直接到达某个特定网站或页面的搜索查询,通常通过输入品牌名或网站名称完成。它是与信息型查询和交易型查询并列的三种经典搜索意图之一。
输入“淘宝登录”属于典型的导航型查询,因为用户想要到达特定网站。
  • https://zh.wikipedia.org/wiki/%E6%90%9C%E7%B4%A2%E6%9F%A5%E8%AF%A2
English
nearest neighbor search
An optimization problem that finds the point in a dataset closest to a given query point according to a distance metric. It underpins similarity search in high-dimensional vector spaces used by embeddings.
The vector database performs nearest neighbor search to retrieve the most semantically similar documents for a query.
  • https://en.wikipedia.org/wiki/Nearest_neighbor_search
Deutsch
Nächste-Nachbarn-Suche
Ein Optimierungsproblem, bei dem zu einem Anfragepunkt der nach einer Distanzmetrik nächstgelegene Punkt in einem Datensatz gesucht wird. Sie bildet die Grundlage der Ähnlichkeitssuche in hochdimensionalen Vektorräumen von Embeddings.
Die Vektordatenbank nutzt die Nächste-Nachbarn-Suche, um die semantisch ähnlichsten Dokumente zu einer Anfrage zu finden.
  • https://de.wikipedia.org/wiki/N%C3%A4chste-Nachbarn-Klassifikation
Français
recherche du plus proche voisin
Problème d'optimisation consistant à trouver, dans un ensemble de données, le point le plus proche d'un point de requête selon une métrique de distance. Elle est au cœur de la recherche par similarité dans les espaces vectoriels à haute dimension des embeddings.
La base de données vectorielle effectue une recherche du plus proche voisin pour retrouver les documents les plus similaires à la requête.
  • https://fr.wikipedia.org/wiki/Recherche_des_plus_proches_voisins
Italiano
ricerca del vicino più prossimo
Problema di ottimizzazione che consiste nel trovare in un insieme di dati il punto più vicino a un punto di query secondo una metrica di distanza. È alla base della ricerca per similarità negli spazi vettoriali ad alta dimensionalità degli embedding.
Il database vettoriale esegue una ricerca del vicino più prossimo per recuperare i documenti più simili alla query.
  • https://it.wikipedia.org/wiki/K-nearest_neighbors
中文
最近邻搜索
一种优化问题,根据某种距离度量在数据集中找到与给定查询点最接近的点。它是嵌入向量高维空间中相似性搜索的基础。
向量数据库通过最近邻搜索来检索与查询语义最相似的文档。
  • https://zh.wikipedia.org/wiki/%E6%9C%80%E8%BF%91%E9%84%B0%E5%B1%85%E6%B3%95
English
negative SEO
Negative SEO refers to malicious practices aimed at harming a competitor's search engine rankings, such as building toxic backlinks, content scraping, or hacking. It exploits ranking factors in reverse to damage a website's visibility.
The website's sudden ranking drop was traced back to a negative SEO attack involving thousands of spammy backlinks.
  • https://developers.google.com/search/docs/essentials/spam-policies
  • https://en.wikipedia.org/wiki/Search_engine_optimization
Deutsch
Negative SEO
Negative SEO bezeichnet böswillige Maßnahmen, die darauf abzielen, das Suchmaschinen-Ranking eines Wettbewerbers zu schädigen, etwa durch toxische Backlinks, Content-Diebstahl oder Hacking. Dabei werden Ranking-Faktoren gezielt missbraucht, um die Sichtbarkeit einer Website zu beeinträchtigen.
Der plötzliche Ranking-Verlust der Seite wurde auf einen Negative-SEO-Angriff mit tausenden Spam-Backlinks zurückgeführt.
  • https://developers.google.com/search/docs/essentials/spam-policies?hl=de
  • https://de.wikipedia.org/wiki/Suchmaschinenoptimierung
Français
negative SEO
Le negative SEO désigne des pratiques malveillantes visant à nuire au classement d'un concurrent dans les moteurs de recherche, telles que la création de liens toxiques, le vol de contenu ou le piratage. Il détourne les facteurs de classement pour dégrader la visibilité d'un site.
La chute soudaine du classement du site a été attribuée à une attaque de negative SEO impliquant des milliers de liens spammés.
  • https://developers.google.com/search/docs/essentials/spam-policies?hl=fr
  • https://fr.wikipedia.org/wiki/Optimisation_pour_les_moteurs_de_recherche
Italiano
negative SEO
La negative SEO indica pratiche malevole volte a danneggiare il posizionamento di un concorrente nei motori di ricerca, come la creazione di backlink tossici, il furto di contenuti o l'hacking. Sfrutta i fattori di ranking in senso inverso per compromettere la visibilità di un sito.
L'improvviso calo di posizionamento del sito è stato ricondotto a un attacco di negative SEO con migliaia di backlink spam.
  • https://developers.google.com/search/docs/essentials/spam-policies?hl=it
  • https://it.wikipedia.org/wiki/Ottimizzazione_per_i_motori_di_ricerca
中文
负面SEO
负面SEO是指旨在损害竞争对手搜索引擎排名的恶意行为,例如构建垃圾外链、抄袭内容或黑客攻击。它反向利用排名因素来削弱某网站的可见性。
该网站排名突然下滑,追查后发现是一次涉及数千条垃圾外链的负面SEO攻击。
  • https://developers.google.com/search/docs/essentials/spam-policies?hl=zh-cn
  • https://zh.wikipedia.org/wiki/搜尋引擎最佳化
English
neural machine translation
A machine translation approach that uses a single large artificial neural network to model the entire translation process, typically based on encoder-decoder or Transformer architectures. It predicts the likelihood of a target sequence directly from a source sequence.
Modern search engines rely on neural machine translation to render foreign-language pages in the user's preferred language.
  • https://en.wikipedia.org/wiki/Neural_machine_translation
Deutsch
neuronale maschinelle Übersetzung
Ein Ansatz der maschinellen Übersetzung, bei dem ein einzelnes grosses künstliches neuronales Netz den gesamten Übersetzungsprozess modelliert, meist auf Basis von Encoder-Decoder- oder Transformer-Architekturen.
Suchmaschinen nutzen neuronale maschinelle Übersetzung, um fremdsprachige Seiten automatisch zu übersetzen.
  • https://de.wikipedia.org/wiki/Neuronale_maschinelle_%C3%9Cbersetzung
Français
traduction automatique neuronale
Approche de traduction automatique reposant sur un unique grand réseau de neurones artificiels qui modélise l'ensemble du processus de traduction, généralement à partir d'architectures encodeur-décodeur ou Transformer.
Les moteurs de recherche utilisent la traduction automatique neuronale pour afficher les pages étrangères dans la langue de l'utilisateur.
  • https://fr.wikipedia.org/wiki/Traduction_automatique_neuronale
Italiano
traduzione automatica neurale
Approccio alla traduzione automatica basato su un'unica grande rete neurale artificiale che modella l'intero processo di traduzione, tipicamente tramite architetture encoder-decoder o Transformer.
I motori di ricerca impiegano la traduzione automatica neurale per mostrare le pagine straniere nella lingua dell'utente.
  • https://it.wikipedia.org/wiki/Traduzione_automatica_neurale
中文
神经机器翻译
一种机器翻译方法,使用单个大型人工神经网络对整个翻译过程进行建模,通常基于编码器-解码器或Transformer架构,直接从源序列预测目标序列。
现代搜索引擎依靠神经机器翻译将外语网页翻译成用户所需的语言。
  • https://zh.wikipedia.org/wiki/%E7%A5%9E%E7%B6%93%E6%A9%9F%E5%99%A8%E7%BF%BB%E8%AD%AF
English
neural network
A computational model inspired by biological neurons, consisting of interconnected layers of nodes that learn patterns from data by adjusting weighted connections. It forms the basis of most modern machine learning and deep learning systems.
The search ranking system uses a neural network to interpret the semantic meaning behind user queries.
  • https://en.wikipedia.org/wiki/Neural_network
  • https://developers.google.com/machine-learning/crash-course/neural-networks
Deutsch
neuronales Netz
Ein von biologischen Neuronen inspiriertes Rechenmodell aus miteinander verbundenen Schichten von Knoten, das durch Anpassung gewichteter Verbindungen Muster aus Daten lernt. Es bildet die Grundlage moderner Machine-Learning- und Deep-Learning-Systeme.
Das Ranking-System nutzt ein neuronales Netz, um die semantische Bedeutung von Suchanfragen zu erfassen.
  • https://de.wikipedia.org/wiki/K%C3%BCnstliches_neuronales_Netz
Français
réseau de neurones
Modèle de calcul inspiré des neurones biologiques, composé de couches interconnectées de nœuds qui apprennent des motifs à partir de données en ajustant des connexions pondérées. Il constitue la base des systèmes modernes d'apprentissage automatique et profond.
Le système de classement utilise un réseau de neurones pour interpréter le sens sémantique des requêtes.
  • https://fr.wikipedia.org/wiki/R%C3%A9seau_de_neurones_artificiels
Italiano
rete neurale
Modello di calcolo ispirato ai neuroni biologici, costituito da strati interconnessi di nodi che apprendono schemi dai dati regolando connessioni pesate. È alla base dei moderni sistemi di apprendimento automatico e profondo.
Il sistema di ranking utilizza una rete neurale per interpretare il significato semantico delle query.
  • https://it.wikipedia.org/wiki/Rete_neurale_artificiale
中文
神经网络
一种受生物神经元启发的计算模型,由相互连接的多层节点构成,通过调整加权连接从数据中学习模式。它是现代机器学习和深度学习系统的基础。
该排名系统使用神经网络来理解用户查询背后的语义含义。
  • https://zh.wikipedia.org/wiki/%E4%BA%BA%E5%B7%A5%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C
English
news SEO
News SEO is the practice of optimizing news content and websites to gain visibility in Google News, the Top Stories carousel and other news-oriented search surfaces. It emphasizes timeliness, structured data and technical requirements specific to journalistic publications.
By adding NewsArticle structured data and a dedicated news sitemap, the publisher improved its news SEO and started appearing in Top Stories.
  • https://developers.google.com/search/docs/appearance/structured-data/article
  • https://support.google.com/news/publisher-center/answer/9606710
Deutsch
News-SEO
News-SEO bezeichnet die Optimierung von Nachrichteninhalten und -websites, um in Google News, im Karussell 'Top Stories' und anderen nachrichtenorientierten Suchflächen sichtbar zu werden. Aktualität, strukturierte Daten und spezifische technische Anforderungen stehen im Vordergrund.
Durch eine dedizierte News-Sitemap und NewsArticle-Markup verbesserte der Verlag sein News-SEO und erschien in den Top Stories.
  • https://developers.google.com/search/docs/appearance/structured-data/article
  • https://support.google.com/news/publisher-center/answer/9606710
Français
SEO news
Le SEO news désigne l'optimisation des contenus et sites d'actualité afin d'apparaître dans Google Actualités, le carrousel 'À la une' et d'autres surfaces de recherche orientées actualité. Il met l'accent sur la fraîcheur, les données structurées et des exigences techniques propres à la presse.
Grâce à un sitemap d'actualités dédié et au balisage NewsArticle, l'éditeur a amélioré son SEO news et est apparu dans 'À la une'.
  • https://developers.google.com/search/docs/appearance/structured-data/article
  • https://support.google.com/news/publisher-center/answer/9606710
Italiano
SEO news
La SEO news è l'ottimizzazione dei contenuti e dei siti di notizie per ottenere visibilità in Google News, nel carosello 'Notizie principali' e in altre superfici di ricerca orientate all'attualità. Pone l'accento su tempestività, dati strutturati e requisiti tecnici specifici dell'editoria giornalistica.
Con una sitemap di notizie dedicata e il markup NewsArticle, l'editore ha migliorato la propria SEO news comparendo tra le Notizie principali.
  • https://developers.google.com/search/docs/appearance/structured-data/article
  • https://support.google.com/news/publisher-center/answer/9606710
中文
新闻SEO
新闻SEO是指对新闻内容和网站进行优化,以便在Google新闻、热门报道(Top Stories)轮播及其他面向新闻的搜索位置中获得曝光。其重点在于时效性、结构化数据以及针对新闻出版的特定技术要求。
通过添加NewsArticle结构化数据和专门的新闻站点地图,该出版商提升了新闻SEO并出现在热门报道中。
  • https://developers.google.com/search/docs/appearance/structured-data/article
  • https://support.google.com/news/publisher-center/answer/9606710
English
news sitemap
A specialized XML sitemap that lists a site's recent news articles to help search engines discover and index news content quickly for services like Google News. It supports additional news-specific tags such as publication name and publication date.
The publisher submitted a news sitemap containing only articles published within the last two days.
  • https://developers.google.com/search/docs/crawling-indexing/sitemaps/news-sitemap
  • https://www.sitemaps.org/protocol.html
Deutsch
News-Sitemap
Eine spezielle XML-Sitemap, die aktuelle Nachrichtenartikel einer Website auflistet, damit Suchmaschinen wie Google News diese schnell erfassen und indexieren können. Sie enthält nachrichtenspezifische Tags wie Publikationsname und Veröffentlichungsdatum.
Der Verlag reichte eine News-Sitemap ein, die nur in den letzten zwei Tagen veröffentlichte Artikel enthielt.
  • https://developers.google.com/search/docs/crawling-indexing/sitemaps/news-sitemap
  • https://www.sitemaps.org/protocol.html
Français
sitemap d'actualités
Un sitemap XML spécialisé qui répertorie les articles d'actualité récents d'un site afin d'aider les moteurs de recherche comme Google Actualités à les découvrir et à les indexer rapidement. Il prend en charge des balises spécifiques telles que le nom et la date de publication.
L'éditeur a soumis un sitemap d'actualités contenant uniquement des articles publiés au cours des deux derniers jours.
  • https://developers.google.com/search/docs/crawling-indexing/sitemaps/news-sitemap
  • https://www.sitemaps.org/protocol.html
Italiano
sitemap delle notizie
Una sitemap XML specializzata che elenca gli articoli di notizie recenti di un sito per aiutare i motori di ricerca come Google News a individuarli e indicizzarli rapidamente. Supporta tag specifici come il nome della pubblicazione e la data di pubblicazione.
L'editore ha inviato una sitemap delle notizie contenente solo articoli pubblicati negli ultimi due giorni.
  • https://developers.google.com/search/docs/crawling-indexing/sitemaps/news-sitemap
  • https://www.sitemaps.org/protocol.html
中文
新闻站点地图
一种专门的 XML 站点地图,列出网站近期的新闻文章,帮助 Google 新闻等搜索引擎快速发现和索引新闻内容。它支持发布名称和发布日期等新闻专用标签。
发布商提交了一个仅包含过去两天内发布文章的新闻站点地图。
  • https://developers.google.com/search/docs/crawling-indexing/sitemaps/news-sitemap
  • https://www.sitemaps.org/protocol.html
English
newsletter
A newsletter is an email message sent regularly to a list of subscribers to distribute news, content or promotional offers. In online marketing it is a core channel for customer retention and lead nurturing.
Users who sign up for the newsletter receive a weekly digest of new blog posts.
  • https://en.wikipedia.org/wiki/Newsletter
  • https://mailchimp.com/marketing-glossary/newsletter/
Deutsch
Newsletter
Ein Newsletter ist eine regelmässig per E-Mail an ein Verteilernetz von Abonnenten versendete Nachricht zur Verbreitung von Neuigkeiten, Inhalten oder Werbeangeboten. Im Online-Marketing dient er der Kundenbindung und Lead-Pflege.
Wer sich für den Newsletter anmeldet, erhält wöchentlich eine Übersicht neuer Blogbeiträge.
  • https://de.wikipedia.org/wiki/Newsletter
Français
newsletter
Une newsletter est un message envoyé régulièrement par courriel à une liste d'abonnés pour diffuser des actualités, des contenus ou des offres promotionnelles. En marketing en ligne, c'est un canal clé de fidélisation.
Les utilisateurs qui s'inscrivent à la newsletter reçoivent chaque semaine un récapitulatif des nouveaux articles.
  • https://fr.wikipedia.org/wiki/Lettre_d%27information
Italiano
newsletter
Una newsletter è un messaggio inviato regolarmente via e-mail a una lista di abbonati per diffondere notizie, contenuti o offerte promozionali. Nel marketing online è un canale chiave per la fidelizzazione dei clienti.
Gli utenti che si iscrivono alla newsletter ricevono ogni settimana un riepilogo dei nuovi articoli.
  • https://it.wikipedia.org/wiki/Newsletter
中文
电子邮件通讯
电子邮件通讯是定期发送给订阅者列表的邮件,用于传播新闻、内容或促销信息。在网络营销中,它是客户维系和潜在客户培育的重要渠道。
订阅电子邮件通讯的用户每周都会收到最新博客文章的汇总。
  • https://zh.wikipedia.org/wiki/%E9%80%9A%E8%A8%8A
English
n-gram
An n-gram is a contiguous sequence of n items (typically words or characters) extracted from a text or speech corpus. It is widely used in language modeling and information retrieval to estimate probabilities and capture local context.
The bigram 'search engine' is a common n-gram in queries about web search.
  • https://en.wikipedia.org/wiki/N-gram
Deutsch
N-Gramm
Ein N-Gramm ist eine zusammenhängende Folge von n Elementen (meist Wörter oder Zeichen) aus einem Text- oder Sprachkorpus. Es wird in der Sprachmodellierung und im Information Retrieval zur Wahrscheinlichkeitsschätzung und Erfassung des lokalen Kontexts eingesetzt.
Das Bigramm 'Suchmaschine' ist ein häufiges N-Gramm in Anfragen zur Websuche.
  • https://de.wikipedia.org/wiki/N-Gramm
Français
n-gramme
Un n-gramme est une séquence contiguë de n éléments (généralement des mots ou des caractères) extraite d'un corpus textuel ou oral. Il est utilisé en modélisation du langage et en recherche d'information pour estimer des probabilités et capturer le contexte local.
Le bigramme « moteur de recherche » est un n-gramme fréquent dans les requêtes liées à la recherche web.
  • https://fr.wikipedia.org/wiki/N-gramme
Italiano
n-gramma
Un n-gramma è una sequenza contigua di n elementi (di solito parole o caratteri) estratta da un corpus testuale o vocale. Viene usato nella modellazione del linguaggio e nel recupero delle informazioni per stimare probabilità e catturare il contesto locale.
Il bigramma «motore di ricerca» è un n-gramma frequente nelle query sulla ricerca web.
  • https://it.wikipedia.org/wiki/N-gramma
中文
n元语法
n元语法(n-gram)是从文本或语音语料中提取的由n个连续项(通常是词或字符)组成的序列。它广泛用于语言建模和信息检索,以估计概率并捕捉局部上下文。
在网络搜索查询中,二元语法「搜索引擎」是一个常见的n元语法。
  • https://zh.wikipedia.org/wiki/N元语法
English
nofollow
A link attribute value (rel="nofollow") that instructs search engines not to pass ranking credit or follow the link as an endorsement. It is commonly used for untrusted, paid, or user-generated links.
The webmaster added rel="nofollow" to the sponsored link so it would not pass PageRank.
  • https://developers.google.com/search/docs/crawling-indexing/qualify-outbound-links
  • https://en.wikipedia.org/wiki/Nofollow
Deutsch
nofollow
Ein Wert des Link-Attributs (rel="nofollow"), der Suchmaschinen signalisiert, einem Link nicht als Empfehlung zu folgen bzw. keine Ranking-Wertung zu übertragen. Er wird typischerweise für nicht vertrauenswürdige, bezahlte oder von Nutzern erstellte Links verwendet.
Der Webmaster versah den bezahlten Link mit rel="nofollow", damit kein PageRank weitergegeben wird.
  • https://developers.google.com/search/docs/crawling-indexing/qualify-outbound-links?hl=de
  • https://de.wikipedia.org/wiki/Nofollow
Français
nofollow
Valeur de l'attribut de lien (rel="nofollow") indiquant aux moteurs de recherche de ne pas suivre le lien comme une recommandation ni de transmettre de valeur de classement. Elle s'emploie généralement pour les liens non fiables, payants ou générés par les utilisateurs.
Le webmaster a ajouté rel="nofollow" au lien sponsorisé afin de ne pas transmettre de PageRank.
  • https://developers.google.com/search/docs/crawling-indexing/qualify-outbound-links?hl=fr
  • https://fr.wikipedia.org/wiki/Nofollow
Italiano
nofollow
Valore dell'attributo di collegamento (rel="nofollow") che indica ai motori di ricerca di non seguire il link come una raccomandazione né di trasmettere valore di ranking. Viene usato tipicamente per link non attendibili, a pagamento o generati dagli utenti.
Il webmaster ha aggiunto rel="nofollow" al link sponsorizzato per non trasmettere PageRank.
  • https://developers.google.com/search/docs/crawling-indexing/qualify-outbound-links?hl=it
  • https://it.wikipedia.org/wiki/Nofollow
中文
nofollow
一种链接属性值(rel="nofollow"),用于告知搜索引擎不将该链接视为推荐、不传递排名权重。通常用于不可信、付费或用户生成的链接。
站长为赞助链接添加了 rel="nofollow",以避免传递 PageRank。
  • https://developers.google.com/search/docs/crawling-indexing/qualify-outbound-links?hl=zh-cn
  • https://zh.wikipedia.org/wiki/Nofollow