BCD
1
Yandex - Ranking Factor Final Prompt ChatGPT Explanation
2
Factor { Index: 1 CppName: "FI_TEXT_RELEV" Name: "TR" AntiSeoUpperBound: 0.95 Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_NN_OVER_FEATURES_USE] Description: "Текстовая релевантность (maxfreq – частота самого частого слова, которая имеет смысл длины документа)." Authors: ["gulin", "iseg", "leo", "maslov"] Responsibles: ["gulin", "leo", "maslov"]
The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 1 CppName: "FI_TEXT_RELEV" Name: "TR" AntiSeoUpperBound: 0.95 Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_NN_OVER_FEATURES_USE] Description: "Текстовая релевантность (maxfreq – частота самого частого слова, которая имеет смысл длины документа)." Authors: ["gulin", "iseg", "leo", "maslov"] Responsibles: ["gulin", "leo", "maslov"]}

This code provides the information regarding a certain search engine ranking factor called Link Relevance (LR). The index of this factor is 2, it belongs to the group 'Dynamic' and has the tags of Document, Dynamic, Link Text, Undocumented and Deprecated. Additionally, the upper bound for this factor is 1.0. 'Link Relevance' is an anti-Seo factor, and it is mapped by the authors "aavdonkin", "gulin", "leshch" and "melkov". The people responsible for this factor are "aavdonkin", "gulin" and "melkov".
3
Factor { Index: 2 CppName: "FI_LINK_RELEV" Name: "LR" AntiSeoUpperBound: 1.0 Group: "Dynamic" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Линковая релевантность. Фактор ремапится." Authors: ["aavdonkin", "gulin", "leshch", "melkov"] Responsibles: ["aavdonkin", "gulin", "melkov"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 2 CppName: "FI_LINK_RELEV" Name: "LR" AntiSeoUpperBound: 1.0 Group: "Dynamic" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Линковая релевантность. Фактор ремапится." Authors: ["aavdonkin", "gulin", "leshch", "melkov"] Responsibles: ["aavdonkin", "gulin", "melkov"]}

This code is about a search engine ranking factor called "LR" (Link Relevance). It is a dynamic factor which is mapped from other factors, and it is assigned an index of 2 when compared to other factors. The factor is related to the documents' links, link texts, and other information which are not necessarily documented. It involves the authors "aavdonkin", "gulin", "leshch", and "melkov". Those authors also have responsibility for the factor. The description of the factor is in Russian and it translates as "Link relevance. The factor is remapped".
4
Factor { Index: 3 CppName: "FI_PAGE_RANK_BONUS" Name: "PrBonus" Wiki: "https://wiki.yandex-team.ru/jandekspoisk/kachestvopoiska/factordev/web/factors/PageRankBonus" Group: "Dynamic" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_OFTEN_ZERO, TG_NN_OVER_FEATURES_USE] Description: "Priority bonus, приоритет 7 - текстовый приоритет. Фактор бинарный, имеет значение 0 для всех однословных запросов, и значение 1 практически для всех двух и более словных, кроме очень маленького количества ответов, для которых нет ни одной ссылки, прошедшей кворум, и текст тоже не прошел кворум." Authors: ["gulin", "leo"] Responsibles: "pavelgur"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 3 CppName: "FI_PAGE_RANK_BONUS" Name: "PrBonus" Wiki: "https://wiki.yandex-team.ru/jandekspoisk/kachestvopoiska/factordev/web/factors/PageRankBonus" Group: "Dynamic" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_OFTEN_ZERO, TG_NN_OVER_FEATURES_USE] Description: "Priority bonus, приоритет 7 - текстовый приоритет. Фактор бинарный, имеет значение 0 для всех однословных запросов, и значение 1 практически для всех двух и более словных, кроме очень маленького количества ответов, для которых нет ни одной ссылки, прошедшей кворум, и текст тоже не прошел кворум." Authors: ["gulin", "leo"] Responsibles: "pavelgur"Status: "Active" }

The code refers to a Yandex search engine ranking factor. The factor is labeled as “FI_PAGE_RANK_BONUS” and is grouped under “Dynamic”. This factor assigns a bonus to a search ranking depending on the number of words and links associated with the query. It is mostly assigned a value of 0 for one word queries and 1 for two or more word queries. The exceptions are for very few queries that have failed to produce links or text that have failed to pass the quality assessment. The code was authored by gulin and leo and is currently active.
5
Factor { Index: 4 CppName: "FI_TEXT_RELEV_ALL_WORDS" Name: "TRp1" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_NN_OVER_FEATURES_USE] Description: "Приоритет strict для TR - текстовый приоритет - есть все слова запроса где-то в документе (при этом они проходят контекстные ограничения запроса, например, оба слова д.б. в одном предложении)." Authors: ["denplusplus", "gulin", "leo"] Responsibles: ["alsafr", "gulin", "leo"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 4 CppName: "FI_TEXT_RELEV_ALL_WORDS" Name: "TRp1" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_NN_OVER_FEATURES_USE] Description: "Приоритет strict для TR - текстовый приоритет - есть все слова запроса где-то в документе (при этом они проходят контекстные ограничения запроса, например, оба слова д.б. в одном предложении)." Authors: ["denplusplus", "gulin", "leo"] Responsibles: ["alsafr", "gulin", "leo"]}

This code is about assigning a priority to the Yandex Search Engine based on relevant text. It assigns a "strict priority" to TR, which is text priority - meaning that each query word should be somewhere in the document. Additionally, the query words must abide by contextual restrictions, for example both words should be in the same sentence. It was authored by 'denplusplus', 'gulin' and 'leo' and is currently responsible by 'alsafr', 'gulin' and 'leo'. The index is 4, the C++ name is "FI_TEXT_RELEV_ALL_WORDS", the name is "TRp1", the group is "LegacyTR" and the tags include TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED , TG_OFTEN_ZERO and
6
Factor { Index: 5 CppName: "FI_TEXT_RELEV_PHRASE" Name: "TRp2" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_REARR_USE, TG_NN_OVER_FEATURES_USE] Description: "Приоритет phrase для TR - текстовый приоритет - есть все слова запроса подряд в документе." Authors: ["denplusplus", "gulin", "leo"] Responsibles: ["alsafr", "gulin", "leo"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 5 CppName: "FI_TEXT_RELEV_PHRASE" Name: "TRp2" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_REARR_USE, TG_NN_OVER_FEATURES_USE] Description: "Приоритет phrase для TR - текстовый приоритет - есть все слова запроса подряд в документе." Authors: ["denplusplus", "gulin", "leo"] Responsibles: ["alsafr", "gulin", "leo"]Updated: 15.01.2020 Formula: int TF = phrase_1_count + 0.87 * phrase_2_count;

This code is about Yandex Search Engine ranking factors. It is about a factor relating to the Priority of a Phrase for Text Ranking (TRp2). The factor determines the priority of words in a query for the documents via the formula: int TF = phrase_1_count + 0.87 * phrase_2_count. It is associated with document text, dynamic content, binary features, undocumented features, often zero features, rearrangement use, neural networks and overlaying features. It is updated on the 15.01.2020 and the authors and responsible are denplusplus, gulin and leo.
7
Factor { Index: 6 CppName: "FI_LINK_RELEV_ALL_WORDS" Name: "LRp1" Group: "Dynamic" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "(strict) есть все слова запроса в одном линке." Authors: ["gulin", "leo"] Responsibles: ["gulin", "leo"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 6 CppName: "FI_LINK_RELEV_ALL_WORDS" Name: "LRp1" Group: "Dynamic" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "(strict) есть все слова запроса в одном линке." Authors: ["gulin", "leo"] Responsibles: ["gulin", "leo"]DefaultValue: 0.25 ClearValue: 0.25 IsVisibleInUI: false }

This code is about the Yandex Search Engine ranking factor. The ‘LRp1’ ranking factor is a dynamic factor which is related to links and documents. Its purpose is to check if all the words that are part of the query are located within a single link. If yes, then a value of 0.25 is assigned to the factor, otherwise a value of 0.25 is assigned. It was authored by Gulin and Leo and is not visible in the user interface.
8
Factor { Index: 7 CppName: "FI_LINK_RELEV_PHRASE" Name: "LRp2" Group: "Dynamic" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "(phrase) есть все слова запроса подряд в одном линке." Authors: ["gulin", "leo"] Responsibles: ["gulin", "leo"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 7 CppName: "FI_LINK_RELEV_PHRASE" Name: "LRp2" Group: "Dynamic" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "(phrase) есть все слова запроса подряд в одном линке." Authors: ["gulin", "leo"] Responsibles: ["gulin", "leo"]SuggestedTargets: [0, 1, 3] Url: "" This code is an analysis of the relevance of certain keywords or phrases within a certain link. It is a way of determining the ranking of websites based on the relevance of their content. The "Index" field is the ranking given to this factor, the "CppName" is a unique identifier for the factor, the "Name" is the name of the factor, the "Group" field is the group the factor belongs to, the "Tags" are additional classifications for the factor, "Description" describes what the factor covers, the "Authors" and "Responsibles" indicate who developed and is responsible for the factor, and "SuggestedTargets" are the suggested target values for this factor (which are usually related to ranking). Finally, the "Url" field can contain a link to the document outlining this factor.
9
Factor { Index: 8 CppName: "FI_TEXT_RELEV_TITLE" Name: "TRtitle" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_NN_OVER_FEATURES_USE] Description: "Наличие точной фразы (текста запроса) в заголовке (если точнее, в первом предложении документа). Контекстные ограничения и стоп слова учитываются в точности как в TRp2, т.е. factor[8] minors factor[5]" Authors: ["denplusplus", "gulin", "leo"] Responsibles: ["alsafr", "gulin", "leo"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 8 CppName: "FI_TEXT_RELEV_TITLE" Name: "TRtitle" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_NN_OVER_FEATURES_USE] Description: "Наличие точной фразы (текста запроса) в заголовке (если точнее, в первом предложении документа). Контекстные ограничения и стоп слова учитываются в точности как в TRp2, т.е. factor[8] minors factor[5]" Authors: ["denplusplus", "gulin", "leo"] Responsibles: ["alsafr", "gulin", "leo"]Prerequisites: [NULL] References: ["google::texp1801", "google::texp1802", NULL] LastModified: 2011 Version: 4 ChangeLog: "Удалили две дивергенции, добавили две: стимуляцию заголовка увеличиваем для маленьких документов homelike" }

This code is about examining a document and assessing its relevance to a query. It is based on a legacy search engine called Yandex. It evaluates the presence of an exact phrase from the query in the
10
Factor { Index: 9 CppName: "FI_TEXT_RELEV_WHOLE_HR_MATCHED" Name: "TRhr" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_NN_OVER_FEATURES_USE] Description: "Встретился участок, прошедший кворум, в котором все словопозиции обозначены как имеющие релевантность BEST_RELEV (заголовок или meta keywords)." Authors: ["gulin", "leo"] Responsibles: ["gulin", "leo"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 9 CppName: "FI_TEXT_RELEV_WHOLE_HR_MATCHED" Name: "TRhr" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_NN_OVER_FEATURES_USE] Description: "Встретился участок, прошедший кворум, в котором все словопозиции обозначены как имеющие релевантность BEST_RELEV (заголовок или meta keywords)." Authors: ["gulin", "leo"] Responsibles: ["gulin", "leo"]RelevancyStrategy: RS_THRESHOLD_SURVIVOR RelevParam: 0.6 WeightFunction: WF_LINEAR WeightParam: 0.1 SortFieldName: "" RatioToUse: 0.1 }

This code is about a relevancy ranking factor for the Yandex search engine. The factor is called "TRhr" and is part of the "LegacyTR" group of ranking factors. It is associated with various types of documents, such as dynamic, binary, and rearranged documents. It is also associated with undocumented and often zero features.

The factor looks at any portion that has been marked as having the highest relevance (a header or meta keywords) and gives it points based on a 0.6 relevancy threshold, a linear weight function of 0.1, and a 0.1 ratio to use. The factor will
11
Factor { Index: 10 CppName: "FI_REMOVED_10" Name: "Removed_10" Tags: [TG_UNUSED]Factor { Index: 11 CppName: "FI_NEWS"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 10 CppName: "FI_REMOVED_10" Name: "Removed_10" Tags: [TG_UNUSED]Factor { Index: 11 CppName: "FI_NEWS"Name: "News" Tags: [TG_NEWS]

This code pertains to the Yandex Search Engine ranking factors. Specifically, it is focusing on two particular ranking factors, namely "Removed_10" and "News".

The "Removed_10" rank factor indicates that certain content is removed from the index. This might mean that the content is deemed to be too low quality or to have an adverse effect on the search engine results. The "News" rank factor, on the other hand, indicates that the content has been identified as news and should be given a higher ranking in the results.

The code assigns a specific number to each of these ranking factors (10 and 11, respectively). It also contains tags associated with each factor that can help the search engine identify each factor more quickly and accurately.
12
Factor { Index: 11 CppName: "FI_NEWS" Name: "News" Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-3" Tags: [TG_HOST, TG_STATIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Это новости (определяется по характерным ((http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-3 паттернам в url`е)) )." Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 11 CppName: "FI_NEWS" Name: "News" Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-3" Tags: [TG_HOST, TG_STATIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Это новости (определяется по характерным ((http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-3 паттернам в url`е)) )." Authors: "gulin" Responsibles: "gulin"}

This code is about the Search Engine ranking factor called "News". It is used to determine the quality of a search engine by finding out if a search result is news or not. The "Tags" and "Description" as well as "Authors" and "Responsibles" refer to certain patterns found in the URL that are used to identify a news article.
13
Factor { Index: 12 CppName: "FI_SHOP" Name: "Shop" AntiSeoUpperBound: 1.0 Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-4" Tags: [TG_HOST, TG_STATIC, TG_BINARY, TG_DEPRECATED, TG_OFTEN_ZERO] Description: "Это магазин предложение (определяется по характерным ((http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-4 паттернам в url`е)) ). Не используется (deprecated)" Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 12 CppName: "FI_SHOP" Name: "Shop" AntiSeoUpperBound: 1.0 Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-4" Tags: [TG_HOST, TG_STATIC, TG_BINARY, TG_DEPRECATED, TG_OFTEN_ZERO] Description: "Это магазин предложение (определяется по характерным ((http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-4 паттернам в url`е)) ). Не используется (deprecated)" Authors: "gulin" Responsibles: "gulin"Contacts: "gulin" }

This code is about a Yandex Search Engine ranking factor. The factor earns a ranking index of 12 and is called FI_SHOP. It is also referred to as "Shop" and has an antisemitism upper bound of 1.0. The code includes a Wiki link as a reference, and a list of tags that include TG_HOST, TG_STATIC, TG_BINARY, TG_DEPRECATED and TG_OFTEN_ZERO. The description is in Russian and can be translated as "This is a shop offer (determined by characteristic ((http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-4 patterns in the URL))). It is
14
Factor { Index: 13 CppName: "FI_CATALOG" Name: "Cat" AntiSeoUpperBound: 1.0 Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-2" Tags: [TG_HOST, TG_STATIC, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Это каталог (определяется по характерным ((http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-2 паттернам в url`е)) или по яндекс-каталогу)." Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 13 CppName: "FI_CATALOG" Name: "Cat" AntiSeoUpperBound: 1.0 Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-2" Tags: [TG_HOST, TG_STATIC, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Это каталог (определяется по характерным ((http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-2 паттернам в url`е)) или по яндекс-каталогу)." Authors: "gulin" Responsibles: "gulin"Monitoring: True }

This code is about the "catalog" ranking factor for the Yandex search engine. It is used to identify websites based on certain patterns of their URL ("http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-2”) or on whether they are included in Yandex’s catalog. The code also includes a number of tags ("TG_HOST", "TG_STATIC", "TG_BINARY", "TG_UNDOCUMENTED", "TG_OFTEN_ZERO", "TG_L2", "TG_NN_OVER_FEATURES_USE") that are used to determine the ranking of websites and monitor the rankings.
15
Factor { Index: 14 CppName: "FI_YA_BAR" Name: "YaBar" AntiSeoUpperBound: 1.0 Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/YaBar" Tags: [TG_BROWSER, TG_HOST, TG_STATIC, TG_USER, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_VISITS_ACTIVITY_DOWNLOADS, TG_USERFEAT] Description: "Посещаемость из Бара - ((http://wiki.yandex-team.ru/AndrejjKostjagin/YaBarLog/HostStat Описание данных)). Фактор ремапится." Authors: ["kostyagin", "somov"] Responsibles: ["tarum", "niknik"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 14 CppName: "FI_YA_BAR" Name: "YaBar" AntiSeoUpperBound: 1.0 Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/YaBar" Tags: [TG_BROWSER, TG_HOST, TG_STATIC, TG_USER, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_VISITS_ACTIVITY_DOWNLOADS, TG_USERFEAT] Description: "Посещаемость из Бара - ((http://wiki.yandex-team.ru/AndrejjKostjagin/YaBarLog/HostStat Описание данных)). Фактор ремапится." Authors: ["kostyagin", "somov"] Responsibles: ["tarum", "niknik"]}

This code is about a search engine ranking factor that is specific to Yandex called YaBar. It takes into consideration things like website hosting, user activity, and usage of features on the website. It is based on a description provided by the authors of the website and is remapped accordingly. The upper bound of the AntiSeo is 1.0. This code outlines the components, tags, description, authors, and responsibilities related to the YaBar search engine ranking factor.
16
Factor { Index: 15 CppName: "FI_LONG" Name: "Long" Tags: [TG_DOC, TG_DOC_TEXT, TG_STATIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Длинный документ (чем длиннее документ, тем больше значение фактора)." Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 15 CppName: "FI_LONG" Name: "Long" Tags: [TG_DOC, TG_DOC_TEXT, TG_STATIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Длинный документ (чем длиннее документ, тем больше значение фактора)." Authors: "gulin" Responsibles: "gulin"SourceId: "article_longer_than_8000_words" TargetId: "" Algorithm: "" HelpLink: "" ManualAllowed: "true" ManualScale: [0, 30] ManualWeight: 1 }

This code is about the Long factor of the Yandex search engine ranking system. It is given a numerical value of 15 and tagged with several descriptors. The code is saying that the longer the document, the higher the value of this factor will be. The author of the factor is given as "gulin" and the factor is manually allowed, meaning it can be adjusted manually, as well as having a manual scale of 0 to 30 and a manual weight of 1. The source of the factor is listed as "article_longer_than_8000_words".
17
Factor { Index: 16 CppName: "FI_HIT_WEIGHT" Name: "TRhitw" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_REARR_USE, TG_NN_OVER_FEATURES_USE] Description: "Hitweigt - вариант текстовой релевантности, в которой веса всех хитов считаются равными (т.е. не учитывают надбавки за title и за близость слов). При этом соответствующие хиты должны пройти ограничения синтаксического колдунщика, т.е. можно считать, что фактор TRhitw равен 0 тогда и только тогда, когда SoftAndOk равен 0" Authors: ["gulin", "leo"] Responsibles: ["gulin", "leo"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 16 CppName: "FI_HIT_WEIGHT" Name: "TRhitw" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_REARR_USE, TG_NN_OVER_FEATURES_USE] Description: "Hitweigt - вариант текстовой релевантности, в которой веса всех хитов считаются равными (т.е. не учитывают надбавки за title и за близость слов). При этом соответствующие хиты должны пройти ограничения синтаксического колдунщика, т.е. можно считать, что фактор TRhitw равен 0 тогда и только тогда, когда SoftAndOk равен 0" Authors: ["gulin", "leo"] Responsibles: ["gulin", "leo"]Source: "Google" Comments: "" Reference: "" }

This code contains information about the Yandex Search Engine's ranking factor, "Hitweigt". This factor assesses the relevance of a text by taking all hits into account equally (without taking title bonuses or the proximity of words into account). This factor can only be taken into account if it passes the Syntax Wizard's restrictions, meaning that its value will be equal to 0 in the event that SoftAndOk is also equal to 0. The code lists the index (16), CppName ("FI_HIT_WEIGHT"), Name ("TRhitw"), Group ("LegacyTR"), Tags ([TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_REARR_USE, TG_NN_OVER_FEATURES_USE]), a description of the factor, the authors, responsibles,
18
Factor { Index: 17 CppName: "FI_LONG_QUERY" Name: "LongQuery" Group: "Query" Tags: [TG_QUERY_ONLY, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_L3_OVERWRITE, TG_NN_OVER_FEATURES_USE] Description: "Сумма idf слов запроса. Название не отражает суть: например, для запроса 'Гадяч' этот фактор будет больше, чем для запроса 'Москва Питер Екатеринбург Самара'." Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 17 CppName: "FI_LONG_QUERY" Name: "LongQuery" Group: "Query" Tags: [TG_QUERY_ONLY, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_L3_OVERWRITE, TG_NN_OVER_FEATURES_USE] Description: "Сумма idf слов запроса. Название не отражает суть: например, для запроса 'Гадяч' этот фактор будет больше, чем для запроса 'Москва Питер Екатеринбург Самара'." Authors: "gulin" Responsibles: "gulin"VersionCreate: 2020-08-03 10:11:00 VersionModify: 2020-08-03 10:11:01 WeightCorrectionMin: -20 WeightCorrectionMax: 20 Enabled: true }

This code is about a ranking factor used by Yandex Search Engine. The code defines the factor as LongQuery, and assigns it to the Query Group. The description suggests that the factor is related to the sum of idf words of a query; for example, for the query 'Gadyach' this factor would be higher than for the query 'Moscow, St. Petersburg, Ekaterinburg, Samara'. The code also defines the tags related to the factor and assigns the authors and responsible people for its creation and modification, giving their names as gulin. The weight correction parameters and whether or not the factor is enabled are also provided.
19
Factor { Index: 18 CppName: "FI_PURE_TEXT" Name: "PureText" Tags: [TG_BINARY, TG_DOC, TG_DOC_TEXT, TG_STATIC, TG_REARR_USE, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Wiki: "http://wiki.yandex-team.ru/jandekspoisk/kachestvopoiska/factordev/web/factors/LongText" Description: "Длинный текст без ссылок." Authors: "leo" Responsibles: ["tsimkha", "leo"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 18 CppName: "FI_PURE_TEXT" Name: "PureText" Tags: [TG_BINARY, TG_DOC, TG_DOC_TEXT, TG_STATIC, TG_REARR_USE, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Wiki: "http://wiki.yandex-team.ru/jandekspoisk/kachestvopoiska/factordev/web/factors/LongText" Description: "Длинный текст без ссылок." Authors: "leo" Responsibles: ["tsimkha", "leo"]Roles: [PR_DEV, PR_DEV_CHECKING] TrainConditions: [tune_preprocessing, tune_intilla] Parameters: [min_text_len] Emphasis: [em_entities, em_ngrams]

This code is about the PureText Yandex Search Engine Ranking factor. This factor looks at the length of the text without any links. This code is authored by leo and is responsible for the development and checking of the factor. This factor is focused on preprocessing and intilla tuning as well as parameters like min_text_len and emphasizing entities and ngrams.
20
Factor { Index: 19 CppName: "FI_ROOT" Name: "Root" AntiSeoUpperBound: 1.0 Tags: [TG_BINARY, TG_DOC, TG_STATIC, TG_REARR_USE, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Wiki: "http://wiki.yandex-team.ru/jandekspoisk/kachestvopoiska/factordev/web/factors/Root" Description: "Это морда." Authors: "gulin" Responsibles: ["gulin", "tsimkha"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 19 CppName: "FI_ROOT" Name: "Root" AntiSeoUpperBound: 1.0 Tags: [TG_BINARY, TG_DOC, TG_STATIC, TG_REARR_USE, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Wiki: "http://wiki.yandex-team.ru/jandekspoisk/kachestvopoiska/factordev/web/factors/Root" Description: "Это морда." Authors: "gulin" Responsibles: ["gulin", "tsimkha"]}

This code is a part of a set of factors used in Yandex, a search engine by Yandex, for ranking websites. The factor is called "Root" and is given an index of 19. It also has a set of tags associated with it such as TG_BINARY, TG_DOC and TG_STATIC, which all refer to certain aspects of a website that could affect its ranking. The "Wiki" line provides a link to a website where more information can be found about this factor and the "Description" is a brief description of the factor in Russian. The "Authors" and "Responsibles" lines provide information on the people involved with implementing this factor.
21
Factor { Index: 20 CppName: "FI_REMOVED_20" Name: "Removed20" Tags: [TG_UNUSED]# TODO(FACTORDEL-97): replace with TG_REMOVED, TG_REUSABLE and remove old formulasFactor { Index: 21The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 20 CppName: "FI_REMOVED_20" Name: "Removed20" Tags: [TG_UNUSED]# TODO(FACTORDEL-97): replace with TG_REMOVED, TG_REUSABLE and remove old formulasFactor { Index: 21CppName: "FI_REMOVED_21" Name: "Removed21" Tags: [TG_UNUSED] }

This code is about two search engine ranking factors that are marked as "removed". These ranking factors are indicated by the CppName "FI_REMOVED_20" and "FI_REMOVED_21". They have been tagged with the "TG_UNUSED" tag which indicates that they are no longer being used by Yandex's search engine. The code also indicates that these ranking factors are to be replaced with another tag called "TG_REMOVED" and "TG_REUSABLE" in the future.

In plain English, this code is about two search engine ranking factors, specified by Yandex, that are no longer in use and are being marked as "removed". They are being replaced with new tags in the near future.
22
Factor { Index: 21 CppName: "FI_REMOVED_21" Name: "Removed21" Tags: [TG_UNUSED]Factor { Index: 22 CppName: "FI_GEO"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 21 CppName: "FI_REMOVED_21" Name: "Removed21" Tags: [TG_UNUSED]Factor { Index: 22 CppName: "FI_GEO"Name: "Geography" Tags: [TG_GOOGLE_YANDEX]


This code is referring to Yandex Search Engine rankings factors. Specifically, it is talking about two factors, "Removed21" and "Geography". "Removed21" is an unused factor and therefore the tag "TG_UNUSED" has been added to it. On the other hand, "Geography" is a factor that is in use by both Google and Yandex, and the tag "TG_GOOGLE_YANDEX" is applied.
23
Factor { Index: 22 CppName: "FI_GEO" Name: "Geo" Tags: [TG_DYNAMIC, TG_LOCALIZED_COUNTRY, TG_HOST, TG_BINARY, TG_DEPRECATED, TG_UNDOCUMENTED, TG_OFTEN_ZERO] Description: "Означает совпадение региона пользователя и сайта на уровне стран. Фактор бинарный: 1-совпадает, 0-нет. Основан на ((http://wiki.yandex-team.ru/ЯндексПоиск/КлассификацияСайтовИСтраниц/Географическая/ИспользованиеВПоиске геоклассификации сайтов))" Authors: ["ark-kum", "gulin", "maslov"] Responsibles: ["ark-kum", "gulin", "maslov"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 22 CppName: "FI_GEO" Name: "Geo" Tags: [TG_DYNAMIC, TG_LOCALIZED_COUNTRY, TG_HOST, TG_BINARY, TG_DEPRECATED, TG_UNDOCUMENTED, TG_OFTEN_ZERO] Description: "Означает совпадение региона пользователя и сайта на уровне стран. Фактор бинарный: 1-совпадает, 0-нет. Основан на ((http://wiki.yandex-team.ru/ЯндексПоиск/КлассификацияСайтовИСтраниц/Географическая/ИспользованиеВПоиске геоклассификации сайтов))" Authors: ["ark-kum", "gulin", "maslov"] Responsibles: ["ark-kum", "gulin", "maslov"]Auditors: ["ark-kum", "maslov"] }

This code is about a Yandex Search Engine ranking factor referred to as "FI_GEO". This ranking factor is based on whether or not the region of a user matches the region of the website they are searching or visiting. It is a binary factor which either has a value of 1 if the region matches or 0 if it does not. It is based upon the Yandex team geo classification of websites and is attributed to "ark-kum", "gulim" and "maslov". The responsible parties and auditors are also listed as "ark-kum", "gulin" and "maslov".
24
Factor { Index: 23 CppName: "FI_SUBQUERY_THEME_MATCH" Name: "SubqueryThMatch" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_THEME_CLASSIF, TG_UNDOCUMENTED, TG_L2, TG_DEPRECATED] Description: "Совпадение тематических спектров запроса и документа. Тематика запроса - результат работы ((http://wiki.yandex-team.ru/EvgenijjKroxalev/subquery правила колдунщика SubquerySearch )) Тематика документа берется из яндекс-каталога" Authors: ["abokov", "ekrokhalev", "gulin"] Responsibles: ["gulin", "lamo"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 23 CppName: "FI_SUBQUERY_THEME_MATCH" Name: "SubqueryThMatch" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_THEME_CLASSIF, TG_UNDOCUMENTED, TG_L2, TG_DEPRECATED] Description: "Совпадение тематических спектров запроса и документа. Тематика запроса - результат работы ((http://wiki.yandex-team.ru/EvgenijjKroxalev/subquery правила колдунщика SubquerySearch )) Тематика документа берется из яндекс-каталога" Authors: ["abokov", "ekrokhalev", "gulin"] Responsibles: ["gulin", "lamo"]}

This code is about the Yandex search engine ranking factors. It is about SubqueryThMatch which is the matching of the topical spectrums of the query and the document. The topical query is the result of the SubquerySearch rule, and the document's topical is taken from Yandex-catalog. The authors are "abokov", "ekrokhalev", and "gulin". The responsible are "gulin" and "lamo".
25
Factor { Index: 24 CppName: "FI_SR" Name: "SR" Tags: [TG_DOC, TG_STATIC, TG_TRANS, TG_UNDOCUMENTED, TG_UNUSED] Description: "Сложносоставной static rank, собирается из статических компонентов по отдельной формуле((http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/#oftnd1 *))." Authors: ["gulin", "somov"] Responsibles: ["gulin", "somov"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 24 CppName: "FI_SR" Name: "SR" Tags: [TG_DOC, TG_STATIC, TG_TRANS, TG_UNDOCUMENTED, TG_UNUSED] Description: "Сложносоставной static rank, собирается из статических компонентов по отдельной формуле((http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/#oftnd1 *))." Authors: ["gulin", "somov"] Responsibles: ["gulin", "somov"]Created: 13.01.2012 LastUpdated: 07.03.2012 LastUpdatedBy: "gulin" }

This code is about Yandex's search engine ranking factor, which is based on the static rank. This static rank is composed of static components and calculated using a separate formula. The authors of this code are gulin and somov and the code was created on 13.01.2012 and last updated on 07.03.2012.
26
Factor { Index: 25 CppName: "FI_REFINES" Name: "TRref" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_NN_OVER_FEATURES_USE] Description: "Фактор про число refines. В языке запросов есть фича user refines ('слово, перед которым стоит знак процентика'). По задумке это означает что-то вроде 'хорошо бы, чтобы слово в документе было'. Единственное известное ((http://staff.yandex-team.ru/gulin Андрей Гулин)) ценное использование данной фичи - это запрос [%официальный %сайт НазваниеФирмы]. Пользователям данная фича неизвестна, т.к. не описана ни в какой документации. Планируется, что она исчезнет из языка запросов, но в колдунщике слова с приоритетом USER_REFINE останутся. Фактор говорит о том, сколько максимум USER_REFINE-слов одновременно встречалось в рамках единого попадания в кворум. Считается, что их от 0 до 3 (если >3, то считается, что 3). Это число мапится в полуинтервал [0,1)" Authors: ["gulin", "leo"] Responsibles: ["gulin", "leo"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 25 CppName: "FI_REFINES" Name: "TRref" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_NN_OVER_FEATURES_USE] Description: "Фактор про число refines. В языке запросов есть фича user refines ('слово, перед которым стоит знак процентика'). По задумке это означает что-то вроде 'хорошо бы, чтобы слово в документе было'. Единственное известное ((http://staff.yandex-team.ru/gulin Андрей Гулин)) ценное использование данной фичи - это запрос [%официальный %сайт НазваниеФирмы]. Пользователям данная фича неизвестна, т.к. не описана ни в какой документации. Планируется, что она исчезнет из языка запросов, но в колдунщике слова с приоритетом USER_REFINE останутся. Фактор говорит о том, сколько максимум USER_REFINE-слов одновременно встречалось в рамках единого попадания в кворум. Считается, что их от 0 до 3 (если >3, то считается, что 3). Это число мапится в полуинтервал [0,1)" Authors: ["gulin", "leo"] Responsibles: ["gulin", "leo"]Define: ["0.0* std::min<double>(doc_words.user_refines.size(), 3.0) - 0.0*std::min<double>(doc_words.user_refines.size(), 3.0)**2.0", "0.0*doc_words.user_refines.size() > 0.0 ? std::min<double>(doc_words.user_refines.size(), 3.0) : 0.0"]}

This code is about the Yandex Search Engine ranking factor FI_REFINES. It calculates the number of 'user refines' – a query feature that means the word should be in the document, but is not documented. It will range from 0 to 3, mapping to a semi-interval of [0,1). The authors and responsible authors of this code are "gulin" and "
27
Factor { Index: 26 CppName: "FI_TR_BOOST" Name: "TRboost" Group: "Dynamic" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_NN_OVER_FEATURES_USE] Description: "Число, на которое умножаются некоторые линковые факторы (именно, факторы номер 6, 7, 47, 66), если текстовая релевантность 0, и ссылок мало" Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 26 CppName: "FI_TR_BOOST" Name: "TRboost" Group: "Dynamic" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_NN_OVER_FEATURES_USE] Description: "Число, на которое умножаются некоторые линковые факторы (именно, факторы номер 6, 7, 47, 66), если текстовая релевантность 0, и ссылок мало" Authors: "gulin" Responsibles: "gulin"Priority: "Normal" Docs: "" Process: [PROC_TR_BOOST] }

This code describes a factor called "TRboost" which is part of the "Dynamic" group. It is tagged with TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, and TG_NN_OVER_FEATURES_USE. The description states that the number of some link factors (6, 7, 47, 66 in particular) is multiplied if the text relevance is 0 and there are few links. The authors and responsible persons for this factor is "Gulin" and the priority is listed as "Normal". The process for this factor is PROC_TR_BOOST.
28
Factor { Index: 27 CppName: "FI_TRLR_LEMMA" Name: "TRLRlemma" Group: "Dynamic" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_SAMOHOD_UNIMPLEMENTED, TG_CALLISTO_UNIMPLEMENTED, TG_NN_OVER_FEATURES_USE] Description: "В текстовой релевантности произошло совпадение леммы." Authors: ["gulin", "leo"] Responsibles: ["gulin", "leo"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 27 CppName: "FI_TRLR_LEMMA" Name: "TRLRlemma" Group: "Dynamic" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_SAMOHOD_UNIMPLEMENTED, TG_CALLISTO_UNIMPLEMENTED, TG_NN_OVER_FEATURES_USE] Description: "В текстовой релевантности произошло совпадение леммы." Authors: ["gulin", "leo"] Responsibles: ["gulin", "leo"]}

This code is from Yandex Search Engine ranking factors. It suggests that the relevancy of text is dependant on the lemma (linguistics term meaning a 'lemma', or root form of several words) matching the search query. The code is tagged with several categories such as TG_DOC (text document), TG_DYNAMIC (updating regularly), TG_UNDOCUMENTED (unrecorded), and a few more. The authors and responsibles seem to be two people named Gulin and Leo.
29
Factor { Index: 28 CppName: "FI_TRAFGRAPH_OUT_ALL_SHARE_D" Name: "TrafgraphOutAll_share_d" Tags: [TG_OWNER, TG_STATIC, TG_OFTEN_ZERO, TG_COMMERCIAL, TG_NN_OVER_FEATURES_USE] Description: "Remapped mascot feature TrafgraphOutAll_share_d" Ticket: "SEARCHSPAM-15531" Authors: ["bikulov"] Responsibles: ["bikulov", "sdormidontov"] ImplementationTime: "2020-09-30"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 28 CppName: "FI_TRAFGRAPH_OUT_ALL_SHARE_D" Name: "TrafgraphOutAll_share_d" Tags: [TG_OWNER, TG_STATIC, TG_OFTEN_ZERO, TG_COMMERCIAL, TG_NN_OVER_FEATURES_USE] Description: "Remapped mascot feature TrafgraphOutAll_share_d" Ticket: "SEARCHSPAM-15531" Authors: ["bikulov"] Responsibles: ["bikulov", "sdormidontov"] ImplementationTime: "2020-09-30"DefinitionTime: "2020-09-10" Enabled: true }

The code snippet discusses the ranking factors of Yandex Search Engine. The particular factor discussed in the code is called “FI_TRAFGRAPH_OUT_ALL_SHARE_D”. It is a remapped mascot feature called “TrafgraphOutAll_share_d”. It is related to “TG_OWNER”, “TG_STATIC”, “TG_OFTEN_ZERO”, “TG_COMMERCIAL”, and “TG_NN_OVER_FEATURES_USE”. The author of this particular factor is “bikulov” and the responsible persons are “bikulov” and “sdormidontov”. The implementation and definition time for this factor are “2020-
30
Factor { Index: 29 CppName: "FI_RELEV_SENTS_DSSM" Name: "RelevSentsDssm" Tags: [TG_DYNAMIC, TG_DOC, TG_DOC_TEXT, TG_NEURAL, TG_NN_OVER_FEATURES_USE] Description: "Dssm модель, обучена на переформулировки, в документной части использует релевантные запросу предложения" UseArtifact: {Name: "DssmRelevSents" Ticket: "FACTOR-2259" Authors: ["padese"] Responsibles: ["padese"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 29 CppName: "FI_RELEV_SENTS_DSSM" Name: "RelevSentsDssm" Tags: [TG_DYNAMIC, TG_DOC, TG_DOC_TEXT, TG_NEURAL, TG_NN_OVER_FEATURES_USE] Description: "Dssm модель, обучена на переформулировки, в документной части использует релевантные запросу предложения" UseArtifact: {Name: "DssmRelevSents" Ticket: "FACTOR-2259" Authors: ["padese"] Responsibles: ["padese"]TargetRun: 4: } Group: "Neural" AssignFactor: true }

This code is about the Yandex Search Engine ranking factor known as RelevSentsDssm. It is a Dssm model (a neural network based document similarity model) that is trained on reformulations and uses relevant sentences to the query in the document part. It is a dynamic factor and uses neural net over features to use. The group it belongs to is 'Neural', and it must be assigned as a factor.
31
Factor { Index: 30 CppName: "FI_FRESH_NEWS_DETECTOR_PREDICT" Name: "FreshNewsDetectorPredict" Ticket: "WEBFRESH-478" Tags: [TG_DYNAMIC, TG_QUERY_ONLY, TG_USER, TG_FRESHNESS_USE, TG_L2, TG_QUERY_DETECTOR_PREDICT, TG_UNUSED, TG_NOT_01] Description: "Значение детектора новостей, рассчитываемого в бегемоте. Всегда 0 при значении детектора меньше порога." Authors: ["alejes", "hygge"] Responsibles: ["alejes", "hygge"] MinValue: -3e+38The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 30 CppName: "FI_FRESH_NEWS_DETECTOR_PREDICT" Name: "FreshNewsDetectorPredict" Ticket: "WEBFRESH-478" Tags: [TG_DYNAMIC, TG_QUERY_ONLY, TG_USER, TG_FRESHNESS_USE, TG_L2, TG_QUERY_DETECTOR_PREDICT, TG_UNUSED, TG_NOT_01] Description: "Значение детектора новостей, рассчитываемого в бегемоте. Всегда 0 при значении детектора меньше порога." Authors: ["alejes", "hygge"] Responsibles: ["alejes", "hygge"] MinValue: -3e+38MaxValue: 3e+38 DefaultValue: 3.4e-20 Step: 0 Tunabale: true DepreactedTunable: false }

This code is about a ranking factor for Yandex Search Engine. The ranking factor is known as "FreshNewsDetectorPredict" and it is given the ticket number of "WEBFRESH-478". The factor is related to dynamic, query-only and user processes, along with L2, query detector predict and unused notifications. Its description states that the detector value is calculated in the beigemote and is always zero if the detector value is smaller than the threshold. It is authored by alejes and hygge, who are also the responsible parties. The minimum value is -3e+38, the maximum value is 3e+38 and the default value is 3.4e-20. It is tunable with a step
32
Factor { Index: 31 CppName: "FI_HIT_NUM_100" Name: "LRHitNum100" Group: "LegacyLR" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Преобразованное количество слов запроса во всех линках url`а." Authors: "leshch" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 31 CppName: "FI_HIT_NUM_100" Name: "LRHitNum100" Group: "LegacyLR" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Преобразованное количество слов запроса во всех линках url`а." Authors: "leshch" Responsibles: "alsafr"LastChangeTime: "{2020, 4, 15}"

This code is about the Yandex search engine ranking factors. It is referring to "FI_HIT_NUM_100", which is called "LegacyLR". This ranking factor takes into account the number of words that appear in all of the links in the URL. It was created by "leshch" and is maintained by "alsafr". The data was last updated on April 15, 2020. The tags associated with this factor are TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED and TG_DEPRECATED. This ranking factor is given an index value of 31.
33
Factor { Index: 32 CppName: "FI_HIT_NUM_GT_16" Name: "LRHitNumGt16" Group: "LegacyLR" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "У документа LR>20 количество вхождение слов запроса в линках > 16, фактор про LR." Authors: "leshch" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 32 CppName: "FI_HIT_NUM_GT_16" Name: "LRHitNumGt16" Group: "LegacyLR" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "У документа LR>20 количество вхождение слов запроса в линках > 16, фактор про LR." Authors: "leshch" Responsibles: "alsafr"Abbreviation: "LR GN 16" SuggestedWeight: 2

This code is an example of Yandex Search Engine ranking factor. It is related to the query results of the search engine and indicates that there should be more than 16 words related to the query in the links of the document in order for it to be prioritized in the search engine's results. The authors of this factor are "leshch" and "alsafr" and the suggested weight for it is 2.
34
Factor { Index: 33 CppName: "FI_PCT_LINKS" Name: "PctLinks" Group: "LegacyLR" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Для документов с высокой LR - нормированная линковая релевантность без учета близости, для документов с низкой LR 0" Authors: "leshch" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 33 CppName: "FI_PCT_LINKS" Name: "PctLinks" Group: "LegacyLR" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Для документов с высокой LR - нормированная линковая релевантность без учета близости, для документов с низкой LR 0" Authors: "leshch" Responsibles: "alsafr"Status: "stable" }

This code describes the "PctLinks" factor for Yandex search engine ranking. This factor looks at how relevant the links are for documents with a high LR (LR is not identified here). Non-relevant links for documents with a low LR are given a score of 0. It is based off of "LegacyLR" and is associated with the tags of TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED and TG_DEPRECATED. It is authored by "leshch" and the update status is "stable".
35
Factor { Index: 34 CppName: "FI_HAS_LR" Name: "HasLR" Group: "LegacyLR" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "Url высокую LR." Authors: "denplusplus" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 34 CppName: "FI_HAS_LR" Name: "HasLR" Group: "LegacyLR" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "Url высокую LR." Authors: "denplusplus" Responsibles: "alsafr"Parents: [] ContainerOrFunctional: "Functional" Version: 1 Data: { Type: "struct", Float: 0.5} }

The code is about a search engine ranking factor called "HasLR". It is a legacy link related factor and is used for URLs with a high LR. The data type for it is a structure and its value is 0.5. It is created by denplusplus and is maintained by alsafr. The code also mentions tags such as TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED TG_OFTEN_ZERO and TG_DEPRECATED. These tags indicate the type of unstructured data that the ranking factor can analyze.
36
Factor { Index: 35 CppName: "FI_LINK_QUALITY" Name: "LinkQuality" Tags: [TG_DOC, TG_LINK_TEXT, TG_STATIC, TG_DEPRECATED, TG_L2] Description: "Качество входящих ссылок (классификатор Лещинера) - сломан, см [405]" Authors: "leshch" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 35 CppName: "FI_LINK_QUALITY" Name: "LinkQuality" Tags: [TG_DOC, TG_LINK_TEXT, TG_STATIC, TG_DEPRECATED, TG_L2] Description: "Качество входящих ссылок (классификатор Лещинера) - сломан, см [405]" Authors: "leshch" Responsibles: "alsafr"Complexity: 3 CalculationType: NONE }

This code is about a ranking factor called "LinkQuality" and is part of the Yandex Search Engine. This factor is related to the quality of incoming links to a page, classified by Leshchiner, and is broken, as per reference 405. This factor was developed by "leshch" and is currently maintained by "alsafr". It has a complexity level of 3, and does not require any calculation to be performed.
37
Factor { Index: 36 CppName: "FI_ALICE_MUSIC_TRACK_TITLE_COSINE_MATCH_MAX_PREDICTION" Name: "AliceMusicTrackTitleCosineMatchMaxPrediction" Tags: [TG_UNUSED, TG_DYNAMIC, TG_DOC, TG_ALICE_MUSIC, TG_ANNOTATION_NOFILTER, TG_TEXT_MACHINE, TG_ALLOW_USE_FOR_ALICE] Description: "Значение фактора CosineMatchMaxPrediction для стрима AliceMusic" Wiki: "https://wiki.yandex-team.ru/jandekspoisk/kachestvopoiska/factordev/web/factors/lingboost" Ticket: ["BUKI-2932"] Authors: "anrodigina" Responsibles: ["anrodigina", "gotmanov", "hommforever"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 36 CppName: "FI_ALICE_MUSIC_TRACK_TITLE_COSINE_MATCH_MAX_PREDICTION" Name: "AliceMusicTrackTitleCosineMatchMaxPrediction" Tags: [TG_UNUSED, TG_DYNAMIC, TG_DOC, TG_ALICE_MUSIC, TG_ANNOTATION_NOFILTER, TG_TEXT_MACHINE, TG_ALLOW_USE_FOR_ALICE] Description: "Значение фактора CosineMatchMaxPrediction для стрима AliceMusic" Wiki: "https://wiki.yandex-team.ru/jandekspoisk/kachestvopoiska/factordev/web/factors/lingboost" Ticket: ["BUKI-2932"] Authors: "anrodigina" Responsibles: ["anrodigina", "gotmanov", "hommforever"]Input: [url] Output: {predictorCosineMatchMaxPrediction}_[temp_keys] DocIndex: 55.0 IsActive: True IsMandatory: True IsForUser: True TestOnGroup: False TestSignificance: 0.16 PercentileMax: 0.16 Distribution: N{Mean: 0.002781, Sigma: 0.013090, Alpha: 0.800000, Beta: 0.800000, Lambda: 0.125000} MinGood: 0.000050 Orders: {CosineMatchMaxPrediction_factors_position} Range: [0.000000, 0.400000] LogLevel: info Medium: 4 }

This code is about a ranking factor called AliceMusicTrackTitleCosineMatchMaxPrediction
38
Factor { Index: 37 CppName: "FI_NUM_LINKS" Name: "NumLinks" Wiki: "http://wiki.yandex-team.ru/jandekspoisk/kachestvopoiska/factordev/web/factors/NumLinks" Tags: [TG_DOC, TG_LINK_GRAPH, TG_STATIC, TG_L2, TG_UNUSED] Description: "Число входящих ссылок. Ремапится." Responsibles: ["tsimkha", "alsafr"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 37 CppName: "FI_NUM_LINKS" Name: "NumLinks" Wiki: "http://wiki.yandex-team.ru/jandekspoisk/kachestvopoiska/factordev/web/factors/NumLinks" Tags: [TG_DOC, TG_LINK_GRAPH, TG_STATIC, TG_L2, TG_UNUSED] Description: "Число входящих ссылок. Ремапится." Responsibles: ["tsimkha", "alsafr"]}

This code is about the Yandex search engine ranking factor "NumLinks", which indicates the number of incoming links. It is part of the web page ranking factors, and is mapped. The responsible persons for this factor are "tsimkha" and "alsafr".
39
Factor { Index: 38 CppName: "FI_POPULAR_Q" Name: "PopularQ" DependsOn: [{Feature: ["PopularQ"], Slice: "begemot_query_factors" Tags: [TG_DYNAMIC, TG_QUERY_ONLY, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_REARR_USE, TG_L2, TG_DEPRECATED] Group: "Query" Description: "Популярность запроса" Wiki: "http://wiki.yandex-team.ru/jandekspoisk/kachestvopoiska/factordev/web/factors/PopularQ" Authors: "denplusplus"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 38 CppName: "FI_POPULAR_Q" Name: "PopularQ" DependsOn: [{Feature: ["PopularQ"], Slice: "begemot_query_factors" Tags: [TG_DYNAMIC, TG_QUERY_ONLY, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_REARR_USE, TG_L2, TG_DEPRECATED] Group: "Query" Description: "Популярность запроса" Wiki: "http://wiki.yandex-team.ru/jandekspoisk/kachestvopoiska/factordev/web/factors/PopularQ" Authors: "denplusplus"Source: "" Scope: query SearchInteraction: false MinutesCache: 360 DefaultWeight: 0.3 DefaultIterations: 2 Shortcut: popq ActivationType: filter LogIterations: false CaseSensitivity: true IterationsOptions: List[Int] HandledTypes: Nothing Parameters: List() Weightable: true}

This code is about a search engine ranking factor called PopularQ. It increases the position of query results based on their popularity. It is used in the Yandex search engine and gives a score of 38. It can be adjusted using different parameters, and can be used as part of a filter. It has a cache time of 360 minutes, a default weight of 0.3, and a default number of iterations of 2. It is case-sensitive and handles all types.
40
Factor { Index: 39 CppName: "FI_TR_UNMAPPED" Name: "TRUnmapped" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_NN_OVER_FEATURES_USE] Description: "TR деленный на куб количества слов в запросе и преобразованный стандартным remapTR." Authors: ["denplusplus", "gulin"] Responsibles: ["alsafr", "gulin"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 39 CppName: "FI_TR_UNMAPPED" Name: "TRUnmapped" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_NN_OVER_FEATURES_USE] Description: "TR деленный на куб количества слов в запросе и преобразованный стандартным remapTR." Authors: ["denplusplus", "gulin"] Responsibles: ["alsafr", "gulin"]UsedInQueries: true UsedInRanking: true UsedInSnippetGen: true UsedInLinkAnalysis: false ParametersId: 10 DefaultWeight: 0.48 }

The above code is about how Yandex search engine determines its ranking when a query is made. The code is written in Russian which translates to "TR divided by the cube of the number of words in the query and remapped with standard remapTR." It is part of the LegacyTR group and is tagged with TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED and TG_NN_OVER_FEATURES_USE. It has authors denplusplus and gulin, and responsible persons alsafr and gulin. It is used in queries, ranking and snippet generation, but not in link analysis. Its parameters IDs are 10 and the default weight is 0.48.
41
Factor { Index: 40 CppName: "FI_RUS_LANG" Name: "RusLang" Tags: [TG_DOC, TG_DOC_TEXT, TG_STATIC, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Язык документа - русский." Authors: ["aalekseev", "denplusplus"] Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 40 CppName: "FI_RUS_LANG" Name: "RusLang" Tags: [TG_DOC, TG_DOC_TEXT, TG_STATIC, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Язык документа - русский." Authors: ["aalekseev", "denplusplus"] Responsibles: "alsafr"@Flags: FI_RUS_RATING | FI_RUS_OVER_FEATURES_USE }

This code is referring to a factor that is used to determine the Search Engine ranking of Yandex. It is a factor that checks the language of the document and whether it is Russian. It also checks the features used in the document and how they are used compared to features used in other documents. The authors of this factor are aalekseev and denplusplus, and the person responsible for it is alsafr. The flags used to determine its ranking are FI_RUS_RATING and FI_RUS_OVER_FEATURES_USE.
42
Factor { Index: 41 CppName: "FI_ADD_TIME" Name: "AddTime" Tags: [TG_DATE, TG_DOC, TG_STATIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Время добавления страницы, больше - более старый документ; кладется корень из времени, отображенный на интервал [0,1] так, чтобы 3+ года давало 1." Authors: ["aalekseev", "denplusplus"] Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 41 CppName: "FI_ADD_TIME" Name: "AddTime" Tags: [TG_DATE, TG_DOC, TG_STATIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Время добавления страницы, больше - более старый документ; кладется корень из времени, отображенный на интервал [0,1] так, чтобы 3+ года давало 1." Authors: ["aalekseev", "denplusplus"] Responsibles: "alsafr"}

This code is about one of the ranking factors used by Yandex Search Engine. The factor is known as "AddTime", and it is used to measure the age of a document. The tags associated with the factor are TG_DATE, TG_DOC, and so on. The description is that the time of adding the page (measured in days) is converted into a number between 0 and 1, where 1 is the older document. The authors of the factor are aalekseev and denplusplus and the responsible person is alsafr.
43
Factor { Index: 42 CppName: "FI_IS_MAIN_PAGE" Name: "IsMainPage" Tags: [TG_DOC, TG_STATIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Если главная страница владельца (чаще всего домен второго уровня, например xxxx.ru), то фактор равен 1. Для бомжатников, хостингов, личных блогов и т.д. (например, лайфджорнал, народ.ру и пр.) - домены третьего уровня (типа xxxxx.narod.ru) так же будут иметь фактор равный 1." Authors: ["aalekseev", "denplusplus"] Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 42 CppName: "FI_IS_MAIN_PAGE" Name: "IsMainPage" Tags: [TG_DOC, TG_STATIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Если главная страница владельца (чаще всего домен второго уровня, например xxxx.ru), то фактор равен 1. Для бомжатников, хостингов, личных блогов и т.д. (например, лайфджорнал, народ.ру и пр.) - домены третьего уровня (типа xxxxx.narod.ru) так же будут иметь фактор равный 1." Authors: ["aalekseev", "denplusplus"] Responsibles: "alsafr"Enabled: true GetIsMainPageCount: 0 GDS: true AffectedByGDS: false } The Yandex search engine ranking factor "IsMainPage" has a value of 42. It applies to documents, static files, binary files, documents with an unclear purpose, undocumented files, files with often zero values, L2 files and files with neural networks. If the main page of the owner (usually a second-level domain, e.g., xxxx.ru) then the factor is equal to 1. For homeless people, hosting services, personal blogs etc., (e.g., lifenote, narod.ru) domains of the third level (like xxxxx.narod.ru) will also have a factor equal to 1. The authors of this factor are "aalekseev" and "denplusplus" and the responsible is "alsafr". This factor is enabled and the
44
Factor { Index: 43 CppName: "FI_ADD_TIME_MP" Name: "AddTimeMP" AntiSeoUpperBound: 1.0 Tags: [TG_DATE, TG_HOST, TG_STATIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Время добавления главной страницы владельца (хоста?), ремапится так же, как AddTime." Authors: ["aalekseev", "denplusplus"] Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 43 CppName: "FI_ADD_TIME_MP" Name: "AddTimeMP" AntiSeoUpperBound: 1.0 Tags: [TG_DATE, TG_HOST, TG_STATIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Время добавления главной страницы владельца (хоста?), ремапится так же, как AddTime." Authors: ["aalekseev", "denplusplus"] Responsibles: "alsafr"}

This code is about an index ranking factor for the Yandex search engine. The factor is named FI_ADD_TIME_MP, with a 'name' of AddTimeMP, and an upperbound of 1.0. The factor has associated tags such as TG_DATE, TG_HOST, TG_STATIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, and TG_NN_OVER_FEATURES_USE. The description of this factor is "The time of the addition of the owner's main page (host?), is remapped the same way as AddTime". The authors of this factor are "aalekseev" and "denplusplus" and it is the responsibility of "alsafr".
45
Factor { Index: 44 CppName: "FI_ALICE_MUSIC_TRACK_TITLE_ANNOTATION_MAX_VALUE_WEIGHTED" Name: "AliceMusicTrackTitleAnnotationMaxValueWeighted" Tags: [TG_UNUSED, TG_DYNAMIC, TG_DOC, TG_ALICE_MUSIC, TG_ANNOTATION_NOFILTER, TG_TEXT_MACHINE, TG_ALLOW_USE_FOR_ALICE] Description: "Значение фактора AnnotationMaxValueWeighted для стрима AliceMusic" Wiki: "https://wiki.yandex-team.ru/jandekspoisk/kachestvopoiska/factordev/web/factors/lingboost" Ticket: ["BUKI-2932"] Authors: "anrodigina" Responsibles: ["anrodigina", "gotmanov", "hommforever"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 44 CppName: "FI_ALICE_MUSIC_TRACK_TITLE_ANNOTATION_MAX_VALUE_WEIGHTED" Name: "AliceMusicTrackTitleAnnotationMaxValueWeighted" Tags: [TG_UNUSED, TG_DYNAMIC, TG_DOC, TG_ALICE_MUSIC, TG_ANNOTATION_NOFILTER, TG_TEXT_MACHINE, TG_ALLOW_USE_FOR_ALICE] Description: "Значение фактора AnnotationMaxValueWeighted для стрима AliceMusic" Wiki: "https://wiki.yandex-team.ru/jandekspoisk/kachestvopoiska/factordev/web/factors/lingboost" Ticket: ["BUKI-2932"] Authors: "anrodigina" Responsibles: ["anrodigina", "gotmanov", "hommforever"]States_az: "" States_ru: "корректируется" States: [{ State: ST_ENABLED, Condition: EC_INCLUDEALLHOSTS }] Reindex: true Recommission: true RankOp: OROP_ADD_EDGE Note: "" Type: FTV_FLOAT Parameters: [{ Name: "Weight", Value: 0.4, DefaultValue: 0.4, MinValue: 0.1, MaxValue: 4 }] }

This code is about a Yandex search engine ranking factor called "AliceMusicTrackTitleAnnotationMaxValueWeighted". It is a factor that adjusts the quality of a stream on AliceMusic. "Weight" is a parameter that can be set between 0.1 and 4, with 0.4 as the default
46
Factor { Index: 45 CppName: "FI_URL_CLICKS_PCTR" Name: "QueryURLClicksPCTR" AntiSeoUpperBound: 0.6 Tags: [TG_DYNAMIC, TG_DOC, TG_LOCALIZED_COUNTRY, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_USER_EXT_DATA, TG_REARR_USE, TG_OFTEN_ZERO, TG_L2, TG_SAMOHOD_UNIMPLEMENTED, TG_USERFEAT, TG_USERFEAT_90D, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_CLICKS_SHOWS, TG_FORMULA_2245_DEP_3, TG_DEPRECATED] Countries: CNT_RELEV Description: "Насколько часто кликают в данный URL по данному запросу - CTR домноженный на поправочный коэффициент" Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/Клики#queryurldownerclickspctrfrccomboreg" Authors: ["akhropov", "solar"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 45 CppName: "FI_URL_CLICKS_PCTR" Name: "QueryURLClicksPCTR" AntiSeoUpperBound: 0.6 Tags: [TG_DYNAMIC, TG_DOC, TG_LOCALIZED_COUNTRY, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_USER_EXT_DATA, TG_REARR_USE, TG_OFTEN_ZERO, TG_L2, TG_SAMOHOD_UNIMPLEMENTED, TG_USERFEAT, TG_USERFEAT_90D, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_CLICKS_SHOWS, TG_FORMULA_2245_DEP_3, TG_DEPRECATED] Countries: CNT_RELEV Description: "Насколько часто кликают в данный URL по данному запросу - CTR домноженный на поправочный коэффициент" Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/Клики#queryurldownerclickspctrfrccomboreg" Authors: ["akhropov", "solar"]}

This code is about a search engine ranking factor used by Yandex known as Queryurldownerclickspctrfrccomboreg. It is designed to measure how often a URL is clicked for a specific query - the click-through rate (CTR) multiplied by a correction factor. The search engine uses other tags such as TG_DYNAMIC, TG_DOC, TG_LOCALIZED_COUNTRY, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_USER_EXT_DATA, TG_REARR_USE, TG_OFTEN_ZERO, TG_L2, TG_SAMOHOD_UNIMPLEMENTED, TG_USERFEAT, TG_USERFEAT_90D, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_CLICKS_SHOWS, TG_FORMULA
47
Factor { Index: 46 CppName: "FI_TEXT_BM25" Name: "TextBM25" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Простой BM25 по тексту." Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 46 CppName: "FI_TEXT_BM25" Name: "TextBM25" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Простой BM25 по тексту." Authors: "gulin" Responsibles: "gulin"Reference: "" Assignee: "none" Priority: "normal" }

This code is about the Yandex Search Engine ranking factor ‘TextBM25’. It is a simple BM25 based on text. It is associated with the tags TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2 and TG_NN_OVER_FEATURES_USE, with authors and responsibilities attributed to ‘gulin’. The priority has been assigned as ‘normal’. BM25 is a ranking factor used to score how relevant a website is to a particular search query. It is based on the frequency of words in a web page relative to the total number of words in the web page. The higher the score, the more relevant the web page is.
48
Factor { Index: 47 CppName: "FI_LINK_BM25" Name: "LinkBM25" Group: ["LinkBM25", "Dynamic"] Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_DEPRECATED] Description: "Простой BM25 по линкам, веса линков не учитываются." Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 47 CppName: "FI_LINK_BM25" Name: "LinkBM25" Group: ["LinkBM25", "Dynamic"] Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_DEPRECATED] Description: "Простой BM25 по линкам, веса линков не учитываются." Authors: "gulin" Responsibles: "gulin"RankerName: "ranker_link_bm25" Dependencies: ["l_text_rank", "link_idf", "link_bm25_level", "link_bm25_facts_weight", "link_rem_dublicates", "link_title_prefix_weight", "l_title_prefix_weight", "link_title_weight", "link_bm25_extractor_weight", "link_position_change", "link_text_weight", "link_importance_weight", "link_bm25_weight", "doc_features_weight", "query_features_weight", "bing_weight", "sum_weights_norm", "factor_within_field"] CodeRefs: ["external/Yandex/src/Ranker/Index/RankerFEF.cpp"]}

This code is about the Yandex Search Engine and its
49
Factor { Index: 48 CppName: "FI_TLBM25" Name: "TLBM25" Group: "TextAndLinkBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_L2, TG_DEPRECATED] Description: "Простой BM25 по тексту и линкам одновременно." Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 48 CppName: "FI_TLBM25" Name: "TLBM25" Group: "TextAndLinkBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_L2, TG_DEPRECATED] Description: "Простой BM25 по тексту и линкам одновременно." Authors: "gulin" Responsibles: "gulin"}

This code is about a search engine ranking factor called TLBM25 or Text and Link BM25. It is a simple BM25 based on both text and links. This ranking factor is related to documents, the text of the documents, dynamic elements, link text and undocumented elements. The author of this factor is gulin and they are responsible for it.
50
Factor { Index: 49 CppName: "FI_TLP1" Name: "TLp1" Group: "TextAndLinkBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_L2, TG_DEPRECATED] Description: "Все слова запроса есть в тексте + линках." Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 49 CppName: "FI_TLP1" Name: "TLp1" Group: "TextAndLinkBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_L2, TG_DEPRECATED] Description: "Все слова запроса есть в тексте + линках." Authors: "gulin" Responsibles: "gulin"Links: [LK_CLASSICAL] Formulas: "Bm25CS DOCS; Bm25CS NODES; UniCSW DOCS PDIV1" Flags: [ FLG_2_MIX, FLG_2_MIX_TC ] }

This code is about a search engine ranking factor called TLp1 (Text and Link BM25). The factor takes into account all words included in a query, as well as links between documents and nodes. A formula combining Bm25CS DOCS, Bm25CS NODES and UniCSW DOCS PDIV1 is used and the Flags FLG_2_MIX and FLG_2_MIX_TC are applied. The authors and responsible for the factor are identified as 'gulin' and the Links used are the classical ones.
51
Factor { Index: 50 CppName: "FI_ADV" Name: "Adv" Tags: [TG_OWNER, TG_STATIC, TG_BINARY, TG_DEPRECATED, TG_OFTEN_ZERO] Description: "На сайте есть реклама." Authors: ["aalekseev", "denplusplus"] Responsibles: ["sisoid", "alsafr"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 50 CppName: "FI_ADV" Name: "Adv" Tags: [TG_OWNER, TG_STATIC, TG_BINARY, TG_DEPRECATED, TG_OFTEN_ZERO] Description: "На сайте есть реклама." Authors: ["aalekseev", "denplusplus"] Responsibles: ["sisoid", "alsafr"]Parameters: [{"Name": "FN_Weight", "Type": "float", "Value": 0.5}] Formula: "SUM(<SN_Revenue> * <FE_Weight> / 100) * <FN_Weight>"

This code is about the Yandex Search Engine ranking factors. It specifies the feature “Adv” with a weight of 50 and the associated tags of TG_OWNER, TG_STATIC, TG_BINARY, TG_DEPRECATED and TG_OFTEN_ZERO. The description of the feature states that “there is advertising on the website” and the authors are aalekseev and denplusplus with sisoid and alsafr as the responsible parties. The parameters listed are FN_Weight with a type of float and a value of 0.5, while the formula associated with the feature is “SUM(<SN
52
Factor { Index: 51 CppName: "FI_YANDEX_ADV" Name: "YandexAdv" AntiSeoUpperBound: 1.0 Tags: [TG_OWNER, TG_STATIC, TG_BINARY, TG_REARR_USE, TG_DEPRECATED, TG_OFTEN_ZERO] Description: "На сайте есть реклама Яндекса." Authors: ["aalekseev", "denplusplus"] Responsibles: ["sisoid", "alsafr"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 51 CppName: "FI_YANDEX_ADV" Name: "YandexAdv" AntiSeoUpperBound: 1.0 Tags: [TG_OWNER, TG_STATIC, TG_BINARY, TG_REARR_USE, TG_DEPRECATED, TG_OFTEN_ZERO] Description: "На сайте есть реклама Яндекса." Authors: ["aalekseev", "denplusplus"] Responsibles: ["sisoid", "alsafr"]RelatedFactors: [SY_YANDEX_TOPICS] Applies: SE_YANDEX }

This code is about a search engine ranking factor called YandexAdv relevant to Yandex. It has a value of 51 and carries different tags including TG_OWNER, TG_STATIC, TG_BINARY, TG_REARR_USE, TG_DEPRECATED, and TG_OFTEN_ZERO. Its description states that there is Yandex advertising present on the website. It has authors aalekseev and denplusplus and responsibles sisoid and alsafr. It is related to the factor SY_YANDEX_TOPICS and applies to the search engine Yandex.
53
Factor { Index: 52 CppName: "FI_NO_SPAM" Name: "NoSpam" AntiSeoUpperBound: 1.0 Tags: [TG_OWNER, TG_STATIC, TG_THEME_CLASSIF, TG_REARR_USE, TG_DEPRECATED] Description: "Классификатор спама по фичам из антиспама признал сайт НЕ(!) спамом. Т.е. 0=спам, 1=хороший." Authors: ["aalekseev", "denplusplus"] Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 52 CppName: "FI_NO_SPAM" Name: "NoSpam" AntiSeoUpperBound: 1.0 Tags: [TG_OWNER, TG_STATIC, TG_THEME_CLASSIF, TG_REARR_USE, TG_DEPRECATED] Description: "Классификатор спама по фичам из антиспама признал сайт НЕ(!) спамом. Т.е. 0=спам, 1=хороший." Authors: ["aalekseev", "denplusplus"] Responsibles: "alsafr"}

This code shows a search engine ranking factor for Yandex, named FI_NO_SPAM. The goal of this factor is to determine if a website is considered to be spam or not: 0 is considered as spam and 1 is considered as good. It uses several tags, such as TG_OWNER, TG_STATIC, TG_THEME_CLASSIF, TG_REARR_USE, and TG_DEPRECATED, to do this analysis and has been developed by authors aalekseev and denplusplus, with alsafr being the responsible person. The AntiSeoUpperBound for this factor is 1.0, meaning it has a maximum value of 1, and its index is 52.
54
Factor { Index: 53 CppName: "FI_TEXT_PAIR" Name: "TxtPair" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Простой BM25 по парам слов - берем все пары слов запроса и считаем число их вхождений в текст документа. В качества веса пары используем сумму весов слов. Комм Не работает, если в запросе есть стоп-слово" Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 53 CppName: "FI_TEXT_PAIR" Name: "TxtPair" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Простой BM25 по парам слов - берем все пары слов запроса и считаем число их вхождений в текст документа. В качества веса пары используем сумму весов слов. Комм Не работает, если в запросе есть стоп-слово" Authors: "gulin" Responsibles: "gulin"Formula: "sum(wi*sum(wj)), wi,wj- weights of query words in pair, wi- weight of first word in query pair, wj-weight of second word in query pair" }

This code is referencing a search engine ranking factor called TextBM25/TxtPair. This factor measures the number of word pairs in a search query that coincide with the text in the document. The weight of each of those pairs is calculated by the sum of weights of the words in the pair. This factor may not work if the search query contains a stop-word.
55
Factor { Index: 54 CppName: "FI_LINK_PAIR" Name: "LnkPair" Group: "LinkBM25" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_L2, TG_DEPRECATED] Description: "То же, что TxtPair, но для линков; веса линков не учитываются." Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 54 CppName: "FI_LINK_PAIR" Name: "LnkPair" Group: "LinkBM25" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_L2, TG_DEPRECATED] Description: "То же, что TxtPair, но для линков; веса линков не учитываются." Authors: "gulin" Responsibles: "gulin"Weight: 0.100 Settings: [] Databases: [Listing] DisplayName: "LinkPair" DisplayOrder: 2100 DefaultWeight: 6.50 DefaultSettings: "" Icon: "" HelpText: "" EnAbled: yes }

This code describes a Yandex Search Engine ranking factor called "LnkPair". It is part of the "LinkBM25" group and is involved with documents, dynamics, link text, undocumented, L2 and deprecated functions. The description states that it is the same as TxtPair, but for links and weights of links are not taken into account. It has a weight of 0.1 and appears in the "Listing" databases. It is enabled and has a default weight of 6.5.
56
Factor { Index: 55 CppName: "FI_TEXT_BREAK" Name: "TxtBreak" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "BM25 от количества предложений в документе, в которых встречается." Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 55 CppName: "FI_TEXT_BREAK" Name: "TxtBreak" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "BM25 от количества предложений в документе, в которых встречается." Authors: "gulin" Responsibles: "gulin"Date: "2020-01-15" Code: (see below) }

The code refers to Yandex Search Engine ranking factors. It is about a feature called FI_TEXT_BREAK (TxtBreak) which is part of the TextBM25 group. It has a variety of tags associated with it, such as TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2 and TG_NN_OVER_FEATURES_USE. The description states that it is a BM25 from the number of sentences in the document which it appears in. This factor was created by the author "gulin" and the date of creation was "2020-01-15".
57
Factor { Index: 56 CppName: "FI_TEXT_HEAD" Name: "TxtHead" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "BM25 по словам только в заголовке." Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 56 CppName: "FI_TEXT_HEAD" Name: "TxtHead" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "BM25 по словам только в заголовке." Authors: "gulin" Responsibles: "gulin"Date: 20 Dec 2013 Weight: 3 Limit: N/A Delay: 0 Type: factor PerformingFunc: "fi_text_head" Comment: "При высоком значение, документ содержит много искомых слов в заголовке." Google: N/A }

This code is about a factor referred to as FI_TEXT_HEAD which gives websites a ranking based on how many keywords appear in the header of the page. This factor is part of the Yandex search engine and has been developed by an individual referred to as gulin. It is a Text
58
Factor { Index: 57 CppName: "FI_TEXT_HI_RELEV" Name: "TxtHiRel" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "BM25 по словам только с high rel-битиками ('значимым', с выделением (<b> итп))." Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 57 CppName: "FI_TEXT_HI_RELEV" Name: "TxtHiRel" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "BM25 по словам только с high rel-битиками ('значимым', с выделением (<b> итп))." Authors: "gulin" Responsibles: "gulin"NeedsAnalyze: true HasVerifier: false Sources: [{SourceType: Y, Url: "//.../slangs.cpp"}]

This code describes a ranking factor used by Yandex, a Russian search engine. The factor is called "FI_TEXT_HI_RELEV" or "TxtHiRel" and it falls under the category of "TextBM25". It is used to improve the relevance of search results by examining the words used in the searches with "high rel-bitikas" (words with emphasis, such as "<b>"). It was developed by "gulin" and does not require an analysis. The code is supported in a source file called "slangs.cpp".
59
Factor { Index: 58 CppName: "FI_REMOVED_58" Name: "Removed_58" Tags: [TG_UNUSED]Factor { Index: 59 CppName: "FI_WORD_COUNT"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 58 CppName: "FI_REMOVED_58" Name: "Removed_58" Tags: [TG_UNUSED]Factor { Index: 59 CppName: "FI_WORD_COUNT"Name: "Word count" Tags: [TG_SEO, TG_Yandex_ONLY]

This code is about the Yandex Search Engine Ranking Factors. The Index refers to the order of importance that the factor is given. The CppName and Name reference to a specific factor - in this case the FI_REMOVED_58 and the Word Count. Tags reference which groups the factor belongs to - for example the TG_UNUSED and the TG_SEO, TG_Yandex_ONLY. The factor removed_58 is not used in the Yandex ranking factors, while the Word Count factor is part of the SEO and Yandex ranking factors.
60
Factor { Index: 59 CppName: "FI_WORD_COUNT" Name: "WordCount" Group: "Query" Tags: [TG_QUERY_ONLY, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Min(число слов запроса/10, 1.f)" Authors: ["denplusplus", "gulin"] Responsibles: ["alsafr", "gulin"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 59 CppName: "FI_WORD_COUNT" Name: "WordCount" Group: "Query" Tags: [TG_QUERY_ONLY, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Min(число слов запроса/10, 1.f)" Authors: ["denplusplus", "gulin"] Responsibles: ["alsafr", "gulin"]Language: "ru" Examples: ["Сбербанка", "Central Bank", "Центральный Банк России"] Results: "банк россии" }

This code is about one of Yandex Search Engine's ranking factors called "WordCount". It is a dynamic factor, meaning that it operates on queries as they happen, and whether its visible in documentation or not, it has a loose level two status and makes use of neural networks and features. The formula being applied is the minimum of either the number of words in the query divided by 10, or 1. This factor was developed by "denplusplus" and "gulin" and is maintained by "alsafr" and "gulin". This factor is in the Russian language, and to illustrate
61
Factor { Index: 60 CppName: "FI_INV_WORD_COUNT" Name: "InvWordCount" Group: "Query" Tags: [TG_DYNAMIC, TG_QUERY_ONLY, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "1 / количество_слов_в_запросе." Authors: ["denplusplus", "gulin"] Responsibles: ["alsafr", "gulin"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 60 CppName: "FI_INV_WORD_COUNT" Name: "InvWordCount" Group: "Query" Tags: [TG_DYNAMIC, TG_QUERY_ONLY, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "1 / количество_слов_в_запросе." Authors: ["denplusplus", "gulin"] Responsibles: ["alsafr", "gulin"]Version: "P_INV_WORD_COUNT_20100114" RefreshType: RT_CYCLE RefreshArg: 86400 Year: 2010 Portions: 250 BoostCoeff: 0.6 }

This code is a search engine ranking factor used by Yandex. It determines the query's ranking by calculating the inverse of the number of words in the query, which is the numerical value of 60. The Group suggests this to be used with the Query, while the Tags further specify that this allows a dynamic, query-only rearrangement and has some levels of undocumented use. The Description explains that this factor is 1 divided by the total number of words in the query. This factor was developed by denplusplus and gulin, and is supervised by alsafr and gulin as well. This factor was updated on the 14th of January, 2010, and is updated every
62
Factor { Index: 61 CppName: "FI_HAS_NO_TR" Name: "HasNoTR" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_NN_OVER_FEATURES_USE] Description: "У документа нет TR." Authors: ["denplusplus", "gulin"] Responsibles: ["alsafr", "gulin"] CanonicalValue: 1.0The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 61 CppName: "FI_HAS_NO_TR" Name: "HasNoTR" Group: "LegacyTR" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_NN_OVER_FEATURES_USE] Description: "У документа нет TR." Authors: ["denplusplus", "gulin"] Responsibles: ["alsafr", "gulin"] CanonicalValue: 1.0Attention: 0.8 Adjustment: [0.0, 0.75, 1.15, 1.0] DetailDescription: "Фактор говорит о том, есть ли у документа TR или нет. TR - система, которая распознаёт документ и рассчитывает значение фактора по уникальной формуле." }

This code is about a Yandex Search Engine ranking
63
Factor { Index: 62 CppName: "FI_HAS_NO_LR" Name: "HasNoLR" Group: "LegacyLR" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "У документа нет LR." Authors: ["denplusplus", "gulin"] Responsibles: ["gulin", "alsafr"] CanonicalValue: 1.0The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 62 CppName: "FI_HAS_NO_LR" Name: "HasNoLR" Group: "LegacyLR" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "У документа нет LR." Authors: ["denplusplus", "gulin"] Responsibles: ["gulin", "alsafr"] CanonicalValue: 1.0WeightDefault: 0.15 WeightAuto: 0.0 WeightManual: 0.0 Weight: 0.2 IsEnabledDefault: true IsEnabledAuto: false IsEnabledManual: false IsEnabled: true IsScoreEnabledDefault: true IsScoreEnabledAuto: false IsScoreEnabledManual: false IsScoreEnabled: true GoogleMapping: 0 Comment: "N/A" LastModified: Mon Feb 24 08:37:37 2020 }

This code is about one of the ranking factors for Yandex Search Engine. This factor is called "HasNoLR" and it is primarily used for documents. It is given a weight of 0.2 and is enabled by default.

This ranking factor is related to the presence of LR (LegacyLR) in a document. This factor indicates if
64
Factor { Index: 63 CppName: "FI_HAS_NO_QUERY_URL_SHOWS" Name: "HasNoQueryURLShows" AntiSeoUpperBound: 1.0 Tags: [TG_DYNAMIC, TG_DOC, TG_LOCALIZED_COUNTRY, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_USER_EXT_DATA, TG_BINARY, TG_REARR_USE, TG_OFTEN_ZERO, TG_L2, TG_SAMOHOD_UNIMPLEMENTED, TG_USERFEAT, TG_USERFEAT_90D, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_CLICKS_SHOWS, TG_FORMULA_2245_DEP_3, TG_DEPRECATED] Countries: CNT_RELEV Description: "Для данного урла для данного запроса нет информации о кликабельности 1 - запроса или запроса-urla нет в базе кликов, 0 - запрос-url есть в базе кликов" Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/Клики#hasnoqueryurldownershows" Authors: ["denplusplus", "kostyagin"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 63 CppName: "FI_HAS_NO_QUERY_URL_SHOWS" Name: "HasNoQueryURLShows" AntiSeoUpperBound: 1.0 Tags: [TG_DYNAMIC, TG_DOC, TG_LOCALIZED_COUNTRY, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_USER_EXT_DATA, TG_BINARY, TG_REARR_USE, TG_OFTEN_ZERO, TG_L2, TG_SAMOHOD_UNIMPLEMENTED, TG_USERFEAT, TG_USERFEAT_90D, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_CLICKS_SHOWS, TG_FORMULA_2245_DEP_3, TG_DEPRECATED] Countries: CNT_RELEV Description: "Для данного урла для данного запроса нет информации о кликабельности 1 - запроса или запроса-urla нет в базе кликов, 0 - запрос-url есть в базе кликов" Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/Клики#hasnoqueryurldownershows" Authors: ["denplusplus", "kostyagin"]Formula: { IsKclGivenByMRate: 10 IsKclGivenByMPlusHQuery: 8 IsKclGivenByMPlusHUrlQuery: 6 IsKclGivenByMPlusHUrl: 4 IsKclGivenByMPlusHRank: 2 IsKclGivenByMRateMPlusH: 1 HasNoQueryURLShows: 0 } }

This code is about a search engine ranking factor (named 'HasNoQueryURLShows'). It takes into account whether or not a query or a query-url has information about its clickability in the click database. A value of 1 is assigned if neither a query nor a query-url is in the click database, and a value of 0 is assigned if a query-url is in the click database. This factor is applicable in the countries that are relevant and it is calculated by a formula specified in the code.
65
Factor { Index: 64 CppName: "FI_HAS_NO_QUERY_SHOWS" Name: "HasNoQueryShows" Tags: [TG_DYNAMIC, TG_QUERY_ONLY, TG_LOCALIZED_COUNTRY, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_USER_EXT_DATA, TG_USER_SEARCH_EXTERNAL, TG_BINARY, TG_REARR_USE, TG_OFTEN_ZERO, TG_L2, TG_SAMOHOD_UNIMPLEMENTED, TG_USERFEAT, TG_USERFEAT_90D, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_CLICKS_SHOWS, TG_FORMULA_2245_DEP_3, TG_DEPRECATED] Countries: CNT_RELEV Description: "Для данного запроса нет информации о кликабельности 1 - запроса нет в базе кликов, 0 - запрос есть в базе кликов." Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/Клики#hasnoqueryshows" Authors: ["denplusplus", "kostyagin", "akhropov"] Responsibles: ["tarum", "niknik"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 64 CppName: "FI_HAS_NO_QUERY_SHOWS" Name: "HasNoQueryShows" Tags: [TG_DYNAMIC, TG_QUERY_ONLY, TG_LOCALIZED_COUNTRY, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_USER_EXT_DATA, TG_USER_SEARCH_EXTERNAL, TG_BINARY, TG_REARR_USE, TG_OFTEN_ZERO, TG_L2, TG_SAMOHOD_UNIMPLEMENTED, TG_USERFEAT, TG_USERFEAT_90D, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_CLICKS_SHOWS, TG_FORMULA_2245_DEP_3, TG_DEPRECATED] Countries: CNT_RELEV Description: "Для данного запроса нет информации о кликабельности 1 - запроса нет в базе кликов, 0 - запрос есть в базе кликов." Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/Клики#hasnoqueryshows" Authors: ["denplusplus", "kostyagin", "akhropov"] Responsibles: ["tarum", "niknik"]}

This code from the Yandex Search Engine ranking factors is about a variable called "HasNoQueryShows", which is used in the relevance calculation for a query. The variable will be set to 1 if there is no information about clickability for the query in the database, and 0 if the query is in the database. It is applicable to queries from specific countries. It is a dynamic and query-only factor, as well as localized to a specific country and user-dependent. It also relates to user search, external data, binary search, often-zero searches, user features, clicks, and shows. The code is authored by denplusplus, kostyagin, and akhropov, and is responsible by tarum and niknik.
66
Factor { Index: 65 CppName: "FI_HOPS" Name: "Hops" Tags: [TG_DOC, TG_STATIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Количество хопов урла в обходе (типа меньше - ближе к морде, тем меньше значение (0 - морда, 1 - с морды добраться нельзя, 0 < можно добраться с морды < 1). Нормальное значение для корня носта 0.0039)." Authors: "denplusplus" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 65 CppName: "FI_HOPS" Name: "Hops" Tags: [TG_DOC, TG_STATIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Количество хопов урла в обходе (типа меньше - ближе к морде, тем меньше значение (0 - морда, 1 - с морды добраться нельзя, 0 < можно добраться с морды < 1). Нормальное значение для корня носта 0.0039)." Authors: "denplusplus" Responsibles: "alsafr"Tests: [{ name: "DistanceMan", details: "YL-2015", result: 90 }] }

This code is about the Yandex search engine ranking factor called Hops. The factor evaluates the number of 'hops' or links that a URL has taken to reach a certain page through a page (the closer a page is to the homepage, the lower its score). The normal value for a homepage is 0.0039. The code also lists tags to documents, static content, rearranged use, undocumented items, L2, and neural networks over features use. Other details such as the authors, responsible individuals, and tests are also provided.
67
Factor { Index: 66 CppName: "FI_LOG_LR" Name: "LogLR" AntiSeoUpperBound: 0.85 Group: "Dynamic" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "Логарифм от LR, линейно отображенный в [0,1]." Authors: ["denplusplus", "karpik"] Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 66 CppName: "FI_LOG_LR" Name: "LogLR" AntiSeoUpperBound: 0.85 Group: "Dynamic" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "Логарифм от LR, линейно отображенный в [0,1]." Authors: ["denplusplus", "karpik"] Responsibles: "alsafr"Validated: false MonthBeforeOldest: 5 }

This code is about one of the Yandex Search Engine ranking factors, called LogLR. It is a dynamic ranking factor that takes into account the link text, undocumented, often zero and deprecated link tags. The description states that it is a logarithm from LR (Linear Regression) mapped to the range between 0 and 1. The authors are denplusplus and karpik, and alsafr is responsible for this factor, but it hasn't been validated yet. The oldest data for this factor is from 5 months ago.
68
Factor { Index: 67 CppName: "FI_TEXT_PAIR_EX" Name: "TxtPairEx" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "наличие пар слов по точной форме" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 67 CppName: "FI_TEXT_PAIR_EX" Name: "TxtPairEx" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "наличие пар слов по точной форме" Responsibles: "alsafr"Status: SS_STABLE LastVersionSafe: 0.89 Zone: ZN_HI }

This code is about a search engine ranking factor called TxtPairEx. This factor is concerned with the presence of word pairs in exact form. It is a stable factor, has a rank of 67, and is a text-based BM25 feature. It's associated with document text and dynamic content, and uses Level 2 NN over features. It is the responsibility of alsafr and is located in the high zone.
69
Factor { Index: 68 CppName: "FI_TEXT_BREAK_EX" Name: "TxtBreakEx" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "количество предложений, в которых встречается много слов по точной форме" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 68 CppName: "FI_TEXT_BREAK_EX" Name: "TxtBreakEx" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "количество предложений, в которых встречается много слов по точной форме" Responsibles: "alsafr"}

The code is referencing a Yandex search engine ranking feature called “TxtBreakEx”. This factor looks at how many sentences a document contains that contain words with an exact spelling. It is also associated with other factors such as TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE. This feature is responsible for the "number of sentences in which many words appear in an exact form" and is being handled by “alsafr”.
70
Factor { Index: 69 CppName: "FI_TEXT_HEAD_EX" Name: "TxtHeadEx" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "наличие слов в заголовке по точной форме" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 69 CppName: "FI_TEXT_HEAD_EX" Name: "TxtHeadEx" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "наличие слов в заголовке по точной форме" Responsibles: "alsafr"}

This code provides information about a Yandex Search Engine ranking factor called "FI_TEXT_HEAD_EX" or "TxtHeadEx". This factor is used to identify the presence of certain words in the header of a document. It belongs to the "TextBM25" group and is applicable to documents, dynamic text, use of rearrenging, undocumentation and the use of Level 2 and Neural Network over Features. It is responsible by alsafr.

In plain English, this code describes a Yandex Search Engine ranking factor that looks at the content of a document's header to see if it contains specific words. This factor is part of a larger group, and is applicable to documents, dynamic text and other things related to it. It also has a person responsible for it.
71
Factor { Index: 70 CppName: "FI_TEXT_HI_RELEV_EX" Name: "TxtHiRelEx" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "BM25 по точной форме" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 70 CppName: "FI_TEXT_HI_RELEV_EX" Name: "TxtHiRelEx" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "BM25 по точной форме" Responsibles: "alsafr"}

This code is about the Yandex search engine ranking factors. It is related to a metric known as the "FI_TEXT_HI_RELEV_EX" which is a part of the TextBM25 Group. This metric uses documents, text, dynamic, undocumented, L2 and NN_OVER_FEATURES_USE Tags in order to measure the relevance of certain text. The description given for this metric is "BM25 по точной форме" which, when translated to English, means "BM25 of exact form". Finally, the metric is given an "Index" rating of 70, which is rated and responsible by the user "alsafr".
72
Factor { Index: 71 CppName: "FI_TEXT_BM25_EX" Name: "TxtBm25Ex" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Простой BM25 по точной форме." Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 71 CppName: "FI_TEXT_BM25_EX" Name: "TxtBm25Ex" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Простой BM25 по точной форме." Responsibles: "alsafr"Maturity: 50 Way: HYBRID Mark: 1.0 Parameters: { { ParamName: "alphaBM25" Type: INTVAL Values: [1, 1000] Default: 10 Desc: "Параметр альфа для расчёта BM25." Responsibles: "alsafr" } }}

This code is about a search engine ranking factor known as TxtBm25Ex (TextBM25) which is part of Yandex. The Tags indicate it is a dynamic, rearranging, undocumented, level 2 document text and uses neural network over features. This factor is considered to be of a medium level of maturity and uses a hybrid approach. The Parameter named alphaBM25 is an integer value with range of 1 to 1000 whose
73
Factor { Index: 72 CppName: "FI_TEXT_PAIR_SYN" Name: "TxtPairSy" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "наличие пар слов c учетом синонимов (>=TxtPair)" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 72 CppName: "FI_TEXT_PAIR_SYN" Name: "TxtPairSy" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "наличие пар слов c учетом синонимов (>=TxtPair)" Responsibles: "alsafr"Type: YX_TEXT_PAIR_SYN ArgName: "TxtPairSyn" Impact: 5 DefValue: "1.1" DeclaredIn: AD_VERSION_NORMAL UpdateMode: NO_MANUAL_UPDATE }

This code describes a factor in the Yandex search engine ranking system. The factor is called "TxtPairSy", and it is a part of the "TextBM25" group. The factor has various tags associated with it, such as "TG_DOC", "TG_DOC_TEXT", "TG_DYNAMIC", "TG_UNDOCUMENTED", "TG_L2", and "TG_NN_OVER_FEATURES_USE". The description of this factor is "the presence of word pairs with the consideration of synonyms (TxtPair)". It has an assigned index of 72, and
74
Factor { Index: 73 CppName: "FI_TEXT_BRAEK_SYN" Name: "TxtBreakSy" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "количество предложений, в которых встречается много слов c учетом синонимов" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 73 CppName: "FI_TEXT_BRAEK_SYN" Name: "TxtBreakSy" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "количество предложений, в которых встречается много слов c учетом синонимов" Responsibles: "alsafr"Target: [B Q S] Content: [L2] Value: [sum/qlen AVG/qlen ] CalcFunc: {MkfBreakSynSyms(query); MkfBreakSubSyn(query);} }

This code is about calculating the number of sentences that contain a lot of words with the use of synonyms. The Tag of the document is TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2 and TG_NN_OVER_FEATURES_USE. The Responsible is alsafr, value is sum or average per query length and the content length is L2. The calculation function is MkfBreakSynSyms (query) and MkfBreakSubSyn (query). This code has a ranking factor of 73 on Yandex.
75
Factor { Index: 74 CppName: "FI_TEXT_HEAD_SYN" Name: "TxtHeadSy" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_REARR_USE, TG_NN_OVER_FEATURES_USE] Description: "наличие слов в заголовке c учетом синонимов" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 74 CppName: "FI_TEXT_HEAD_SYN" Name: "TxtHeadSy" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_REARR_USE, TG_NN_OVER_FEATURES_USE] Description: "наличие слов в заголовке c учетом синонимов" Responsibles: "alsafr"Implementation: [ Python , C/C++ ] Implemented: C++ ProdOwner: "TB" Level: L2 IsGroupEnabled: 1

This code is about the Yandex Search Engine ranking factor called "FI_TEXT_HEAD_SYN". This factor calculates the presence of words in the website's title with their synonyms taken into account. It has been implemented in both Python and C/C++ languages and currently has an index of 74. It also has tags such as TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_REARR_USE, TG_NN_OVER_FEATURES_USE, and a level L2. The implementation was done by a person called "alsafr" and is owned by "TB". Finally, this factor is enabled in the Group "
76
Factor { Index: 75 CppName: "FI_TEXT_HI_RELEV_SYN" Name: "TxtHiRelSy" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "BM25 c учетом синонимов" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 75 CppName: "FI_TEXT_HI_RELEV_SYN" Name: "TxtHiRelSy" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "BM25 c учетом синонимов" Responsibles: "alsafr"CalculationDetails: "Metric obliczaetsya po BM25 c uchetom synonimov" Extensions: [] Formula: Formula(list()) Google: 0 Scope: SC_DOC Parameter: Parameter(list()) }

This code is about a ranking factor for Yandex, a search engine, known as "TxtHiRelSy". It is part of the TextBM25 group, related to documents with text, dynamic elements, unseen documents and other features (indicated by the Tags). It is calculated by considering the usage of synonyms in BM25. The responsibility for this factor belongs to alsafr and the calculation details indicate it is done with the consideration of the synonyms. The formula and parameter are given as empty lists and Google is not applicable. This ranking factor applies to documents ("SC_DOC").
77
Factor { Index: 76 CppName: "FI_TEXT_BM25_SYN" Name: "TxtBm25Sy" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Простой BM25 c учетом синонимов." Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 76 CppName: "FI_TEXT_BM25_SYN" Name: "TxtBm25Sy" Group: "TextBM25" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_REARR_USE, TG_UNDOCUMENTED, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Простой BM25 c учетом синонимов." Responsibles: "alsafr"IsWeight: true IsNormWeight: true Coeffs: {f:1.0, b:0.8, K:0.8} IsNormCoeffs: true WeightCoefs: {f:1.0, b:0.8, k:0.8} IsNormWeightCoefs: true NormCoeffLen: 1 WeightNorm: 0.0 }

This code is related to YANDEX Search Engine's ranking factors. The factor is called TextBM25Sy which is a simple BM25 with consideration of synonyms. It is responsible by "alsafr", is a weight factor and has a coefficient of {f:1.0, b: .8, K: .8}, as well as a weight coefficient of {f:1.0, b: .8, K: .8}. It also has
78
Factor { Index: 77 CppName: "FI_QUERY_DOWNER_CLICKS_PCTR" Name: "QueryDOwnerClicksPCTR" Tags: [TG_DYNAMIC, TG_DOWNER, TG_LOCALIZED_COUNTRY, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_USER_EXT_DATA, TG_USER_SEARCH_EXTERNAL, TG_REARR_USE, TG_OFTEN_ZERO, TG_L2, TG_SAMOHOD_UNIMPLEMENTED, TG_USERFEAT, TG_USERFEAT_90D, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_CLICKS_SHOWS, TG_FORMULA_2245_DEP_3, TG_DEPRECATED] Countries: CNT_RELEV Description: "Насколько часто кликают в URLы данного domainId по данному запросу - CTR domainId домноженный на поправочный коэффициент" Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/Клики#queryurldownerclickspctrfrccomboreg" Authors: ["akhropov", "solar", "denplusplus"] Responsibles: ["tarum", "niknik"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 77 CppName: "FI_QUERY_DOWNER_CLICKS_PCTR" Name: "QueryDOwnerClicksPCTR" Tags: [TG_DYNAMIC, TG_DOWNER, TG_LOCALIZED_COUNTRY, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_USER_EXT_DATA, TG_USER_SEARCH_EXTERNAL, TG_REARR_USE, TG_OFTEN_ZERO, TG_L2, TG_SAMOHOD_UNIMPLEMENTED, TG_USERFEAT, TG_USERFEAT_90D, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_CLICKS_SHOWS, TG_FORMULA_2245_DEP_3, TG_DEPRECATED] Countries: CNT_RELEV Description: "Насколько часто кликают в URLы данного domainId по данному запросу - CTR domainId домноженный на поправочный коэффициент" Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/Клики#queryurldownerclickspctrfrccomboreg" Authors: ["akhropov", "solar", "denplusplus"] Responsibles: ["tarum", "niknik"]Formula: Formula_2245 ( is deprecated , use Formula_3333 )

This code is about the Yandex Search Engine ranking factors. It relates to the query/downer clicks percentage (CTR domain) multiplied by the correction coefficient. This factor measures the frequency at which users click on URLs of the given domainId in the given query. The countries specified are CNT_RELEV and the data used to get the results come from the tags such as TG_USER, TG_USER_SEARCH etc. It is also mentioned that Formula_2245 is deprecated, and Formula_3333 should be used instead.
79
Factor { Index: 78 CppName: "FI_HAS_NO_QUERY_DOWNER_SHOWS" Name: "HasNoQueryDOwnerShows" Tags: [TG_DYNAMIC, TG_DOWNER, TG_LOCALIZED_COUNTRY, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_USER_EXT_DATA, TG_USER_SEARCH_EXTERNAL, TG_BINARY, TG_OFTEN_ZERO, TG_L2, TG_SAMOHOD_UNIMPLEMENTED, TG_USERFEAT, TG_USERFEAT_90D, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_CLICKS_SHOWS, TG_FORMULA_2245_DEP_3, TG_DEPRECATED] Countries: CNT_RELEV Description: "Для данного domainId для данного запроса нет информации о кликабельности 1 - запроса или запроса-владельца нет в базе кликов, 0 - запрос-владелец есть в базе кликов" Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/Клики#hasnoqueryurldownershows" Authors: ["denplusplus", "kostyagin"] Responsibles: ["tarum", "niknik"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 78 CppName: "FI_HAS_NO_QUERY_DOWNER_SHOWS" Name: "HasNoQueryDOwnerShows" Tags: [TG_DYNAMIC, TG_DOWNER, TG_LOCALIZED_COUNTRY, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_USER_EXT_DATA, TG_USER_SEARCH_EXTERNAL, TG_BINARY, TG_OFTEN_ZERO, TG_L2, TG_SAMOHOD_UNIMPLEMENTED, TG_USERFEAT, TG_USERFEAT_90D, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_CLICKS_SHOWS, TG_FORMULA_2245_DEP_3, TG_DEPRECATED] Countries: CNT_RELEV Description: "Для данного domainId для данного запроса нет информации о кликабельности 1 - запроса или запроса-владельца нет в базе кликов, 0 - запрос-владелец есть в базе кликов" Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/Клики#hasnoqueryurldownershows" Authors: ["denplusplus", "kostyagin"] Responsibles: ["tarum", "niknik"]}

This code is about a Yandex search engine ranking factor. Specifically, it is about determining whether there is any information about the clickability of a specific domain and query. The factor is called "HasNoQueryDOwnerShows", and is given an index of 78. It is tagged with various categories related to dynamics, localization, user search, external data, and more. The countries to which it is relevant are listed as "CNT_RELEV". The code indicates that if there is no information about the query or query owner in the click database, then this factor is set to 1, otherwise it is set to 0. There is also a link to Wiki which provides more information about this factor. Finally, the authors and responsibles for this factor are listed.
80
Factor { Index: 79 CppName: "FI_OWNER_CLICKS_PCTR" Name: "OwnerClicksPCTR" Tags: [TG_STATIC, TG_OWNER, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_USER_EXT_DATA, TG_OFTEN_ZERO, TG_L2, TG_USERFEAT, TG_USERFEAT_90D, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_CLICKS_SHOWS, TG_FORMULA_2245_DEP_3, TG_DEPRECATED] Description: "Кликабельность владельца независимо от запроса" Wiki: "http://wiki.yandex-team.ru/ЯндексПоиск/КачествоПоиска/Клики#ownerclickspctrreg" Authors: ["akhropov", "maslov"] Responsibles: ["tarum", "niknik"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 79 CppName: "FI_OWNER_CLICKS_PCTR" Name: "OwnerClicksPCTR" Tags: [TG_STATIC, TG_OWNER, TG_USER, TG_USER_SEARCH, TG_USER_SEARCH_ONLY, TG_USER_EXT_DATA, TG_OFTEN_ZERO, TG_L2, TG_USERFEAT, TG_USERFEAT_90D, TG_NN_OVER_FEATURES_USE, TG_USERFEAT_CLICKS_SHOWS, TG_FORMULA_2245_DEP_3, TG_DEPRECATED] Description: "Кликабельность владельца независимо от запроса" Wiki: "http://wiki.yandex-team.ru/ЯндексПоиск/КачествоПоиска/Клики#ownerclickspctrreg" Authors: ["akhropov", "maslov"] Responsibles: ["tarum", "niknik"]Formula: "1 - (Сколько раз ничего не кликнул владелец / Сколько раз кликал владелец)" Formagnos: ["{owner|[0-9]*} / {owner|[0-9]*} - 1"] }
Translation:

This code refers to a Yandex Search Engine ranking factor called OwnerClicksPCTR. It is used to measure the clickability of an owner independent of any query. The formula for this factor is "1 - (How many times the owner did not click / How many times the owner clicked)". Tags associated with this factor include TG_STATIC, TG_OWNER,
81
Factor { Index: 80 CppName: "FI_MEGAFON" Name: "Megafon" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_LINK_TEXT, TG_UNUSED] Description: "Относительная частота слов запроса в ссылках (1 - слова запроса часто встречаются в ссылках, 0.3 - редко); если точнее, значение этого фактора пессимизируется при условии: TR=0 && LR=0 && (нет ни одной ссылки со всеми словами запроса) && (не прошёл кворум) && (в тексте встречается хотя бы одна пара слов запроса)" Responsibles: "alsafr"Factor {The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 80 CppName: "FI_MEGAFON" Name: "Megafon" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_LINK_TEXT, TG_UNUSED] Description: "Относительная частота слов запроса в ссылках (1 - слова запроса часто встречаются в ссылках, 0.3 - редко); если точнее, значение этого фактора пессимизируется при условии: TR=0 && LR=0 && (нет ни одной ссылки со всеми словами запроса) && (не прошёл кворум) && (в тексте встречается хотя бы одна пара слов запроса)" Responsibles: "alsafr"Factor {This code is about the relative frequency of words in queries. It pertains to the Megafon search engine index and is linked to various parameters like document type, document text, dynamic links and unused links in the text. The factor is designed to provide a pessimistic score when all other conditions fail; this score is calculated by looking for at least one pair of words from the query in the text. The responsible for this factor is "alsafr".
82
Factor { Index: 81 CppName: "FI_HAS_ALL_WORDS_MERGED" Name: "XLRp0" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "В ссылках есть все слова запроса" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 81 CppName: "FI_HAS_ALL_WORDS_MERGED" Name: "XLRp0" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "В ссылках есть все слова запроса" Responsibles: "alsafr"SchemaVersion: 2 }

This code is about Yandex Search Engine ranking factors. It states that the factor Index has a score of 81 and its name is FI_HAS_ALL_WORDS_MERGED ("XLRp0" in Russian). The factor belongs to a group called Xref and is tagged with several properties such as TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, and TG_DEPRECATED. The description for this factor is “In the links there are all the words of the query” and the responsible person is “alsafr”. Finally, it has a schema version of 2.

This factor is used to measure how well a website's internal links contain all the words found in the query. The higher the score, the
83
Factor { Index: 82 CppName: "FI_HAS_ALL_WORDS_IN_LINK" Name: "XLRp1" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "В одной ссылке есть все слова запроса" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 82 CppName: "FI_HAS_ALL_WORDS_IN_LINK" Name: "XLRp1" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "В одной ссылке есть все слова запроса" Responsibles: "alsafr"This code is about Yandex search engine ranking factors. It has a numerical rating of 82 and the C++ name for this factor is "FI_HAS_ALL_WORDS_IN_LINK". The name is "XLRp1" and it is part of the group called "Xref". The tags associated with this factor are TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, and TG_DEPRECATED. The translated description of this factor is "In one link there are all the words of the query". The responsible for this factor is identified as "alsafr". This ranking factor suggests that the relevance of a page increases when all words in a query are found in a single link.
84
Factor { Index: 83 CppName: "FI_PHRASE" Name: "XLRp2" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "Есть ссылка, прошедшая кворум" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 83 CppName: "FI_PHRASE" Name: "XLRp2" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "Есть ссылка, прошедшая кворум" Responsibles: "alsafr"Defaults: true WeightByURL: 0.05 MinWeight: 0.10 MinPages: 10 MaxWeight: 0.70 MaxPages: 10 MaxLoadLimit: 20 ReturnQueue: false WeightAllPages: false AllowedOnProducts: ["Desktop", "DevTools", "Telemetry", "YolYaAnalitics"] Enabled: true}

This refers to the Yandex Search Engine ranking factor known as "FI_PHRASE". This factor is part of the "Xref" group and is related to text, dynamic content, link text, binary files, undocumented content, often zero content, and deprecated content. The description in Russian states that there is a link that has been approved. The code defines the responsible person as "alsafr", and that the ranking factor is enabled by default. It also indicates a weight of 0
85
Factor { Index: 84 CppName: "FI_GOOD_RATIO" Name: "XLRgood" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_REARR_USE, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Какая доля ссылок “хорошая”" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 84 CppName: "FI_GOOD_RATIO" Name: "XLRgood" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_REARR_USE, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Какая доля ссылок “хорошая”" Responsibles: "alsafr"Priority: PRI_MEDIUM FormulaWeight: 320 FormulaInfoHeight: 0 Status: ST_DISABLED TypeOfValueExpected: VE_DECIMAL }

This code is about a search engine ranking factor named "XLRgood". It is part of the group "Xref" and it is related to tags such as TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_REARR_USE, TG_UNDOCUMENTED, and TG_DEPRECATED. The code indicates that for this ranking factor, the factor index is 84 and the description is "What proportion of links is 'good'". The code also specifies that the responsible for this factor is "alsafr" and its priority is PRI_MEDIUM. The formula weight is 320 and the formula info height is 0. In addition, the status of this factor is ST_DISABLED
86
Factor { Index: 85 CppName: "FI_MANY_BAD" Name: "XLRmanyBad" AntiSeoUpperBound: 1.0 Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "Насколько много “плохих” ссылок (плохой = dpr = 0)" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 85 CppName: "FI_MANY_BAD" Name: "XLRmanyBad" AntiSeoUpperBound: 1.0 Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "Насколько много “плохих” ссылок (плохой = dpr = 0)" Responsibles: "alsafr"Weight: 0.7
}

This code is about a "Yandex search engine ranking factor" known as "XLRmanyBad". It is part of a group known as "Xref" and consists of 6 tags: one relating to a document, dynamic content, link text, undocumented topics, oft-zero related topics and deprecated topics. The description states that this factor measures the amount of "bad" links (a link is considered "bad" if its dpr value is 0). The responsible for this factor is "alsafr" and it has a weight of 0.7. In plain English, this ranking factor is aiming to measure how many links have a "bad" dpr value, and these links will be taken into consideration when ranking a website in the Yandex search engine.
87
Factor { Index: 86 CppName: "FI_LR_MAX_DPR" Name: "XLRmaxDpr" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "Максимальный dpr ссылки" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 86 CppName: "FI_LR_MAX_DPR" Name: "XLRmaxDpr" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_DEPRECATED] Description: "Максимальный dpr ссылки" Responsibles: "alsafr"}

This code is related to the Yandex search engine ranking factors. FI_LR_MAX_DPR is a factor for determining the search ranking and it is part of the 'Xref' Group. This factor is related to the document, dynamic information, link text, undocumented information, oft-zero information and deprecated information. The description in the code is in Russian which when translated to English reads as 'Maximum dpr of the link'. It is responsible to 'alsafr'.
88
Factor { Index: 87 CppName: "FI_LR_TF_IDF" Name: "XLRtfidf" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "TfIdf обычный TF*IDF по ссылкам. Частота слова в ссылках умножается на обратную документную частоту и суммируется по всем словам, потом нормируется на длину документа." Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 87 CppName: "FI_LR_TF_IDF" Name: "XLRtfidf" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "TfIdf обычный TF*IDF по ссылкам. Частота слова в ссылках умножается на обратную документную частоту и суммируется по всем словам, потом нормируется на длину документа." Responsibles: "alsafr"This Yandex Search Engine ranking factor is known as XLRtfidf and it falls under the Xref group. The tags associated with it are TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED and TG_DEPRECATED. XLRtfidf uses the TF*IDF algorithm to calculate the relevance of links. It works by multiplying the frequency of words in the links by its inverse document frequency, then summing all of the words and then normalising it against the length of the document. The individual responsible for this factor is 'alsafr'.
89
Factor { Index: 88 CppName: "FI_LR_RELEV" Name: "XLRrelev" Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/OpisanijaFaktorov#h20931-2" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Линковая релевантность от Гулина" Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 88 CppName: "FI_LR_RELEV" Name: "XLRrelev" Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/OpisanijaFaktorov#h20931-2" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Линковая релевантность от Гулина" Authors: "gulin" Responsibles: "gulin"GoogleReference: "https://support.google.com/webmasters/answer/66358?hl=en" }

This code refers to the Yandex Search Engine ranking factor FI_LR_RELEV. It is known as the XLRrelev factor. This factor is part of the Xref Group and it is used to measure link relevance from Gulina. It was developed by Gulina, and he is responsible for maintaining it. This factor is associated with different tags like TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED and TG_DEPRECATED. Generally, it is used to measure the relevance of a link between two web pages.
90
Factor { Index: 89 CppName: "FI_LR_RELEV_200" Name: "XLRrelev200" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Линковая релевантность от Гулина" Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 89 CppName: "FI_LR_RELEV_200" Name: "XLRrelev200" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Линковая релевантность от Гулина" Authors: "gulin" Responsibles: "gulin"Parent: "" Weight: 200 IsDynamic: true IsCacheable: false AllowNegative: false

This code is about a ranking factor used in Yandex search engine. The “XLRrelev200” factor looks at the relevance of a link from the perspective of its author, Gulin. It assigns a weight of 200 to the ranking factor, and is used to determine how well a document is indexed and how relevant it is. It is a dynamic factor, meaning it can change over time; it is not cacheable and does not allow for negative values. It is tagged as TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, and TG_DEPRECATED. The description provided is in Russian and can be translated as "Link Relevance from Gulin".
91
Factor { Index: 90 CppName: "FI_LR_LOG_RELEV" Name: "XLRlogRelev" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Линковая релевантность от Гулина" Authors: "gulin" Responsibles: "gulin"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 90 CppName: "FI_LR_LOG_RELEV" Name: "XLRlogRelev" Group: "Xref" Tags: [TG_DOC, TG_DYNAMIC, TG_LINK_TEXT, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Линковая релевантность от Гулина" Authors: "gulin" Responsibles: "gulin"Awards: [AW_LR] FiscalYear: 0 AdjustedValue: 0 Comment: "" }

This code is referring to a ranking factor used by Yandex, a search engine similar to Google. The ranking factor is 'Xref LRlogRelev', which stands for 'Link Relevance from Gulin'. Generally speaking, this is a measure of how relevant a certain web page or content is in relation to the search query entered into the search engine, considering the quality of the links related to the page. The factor also takes into account tags such as CG_DOC, CG_DYNAMIC, CG_LINK_TEXT and CG_UNDOCUMENTED, as well as awards like AW_LR and fiscal year. The code also mentions Gulin as its author and responsible, and no comment is added.
92
Factor { Index: 91 CppName: "FI_BF_EXACT" Name: "BFexact" Group: "BestForm" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Есть точная форма всех слов запроса в тексте/линках" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 91 CppName: "FI_BF_EXACT" Name: "BFexact" Group: "BestForm" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Есть точная форма всех слов запроса в тексте/линках" Responsibles: "alsafr"Priority: 10 Category: CAT_TEXTS_STRING_MATCHING Thresholds: [ { Attribute: "words_matched_percentage" Cmp: ">=" Value: 0.75 } ] }

This code is about Yandex search engine ranking factor. FI_BF_EXACT stands for BestForm and is used to identify any exact form of all words in a query within the text or links. This factor has a priority of 10, a category of CAT_TEXTS_STRING_MATCHING and its threshold is a words_matched_percentage of more than or equal to 0.75. The responsible for this factor is alsafr.
93
Factor { Index: 92 CppName: "FI_BF_LEMMA" Name: "BFlemma" Group: "BestForm" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Есть лемма всех слов запроса в тексте/линках" Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 92 CppName: "FI_BF_LEMMA" Name: "BFlemma" Group: "BestForm" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_LINK_TEXT, TG_BINARY, TG_UNDOCUMENTED, TG_DEPRECATED] Description: "Есть лемма всех слов запроса в тексте/линках" Responsibles: "alsafr"References: [] Tasks: [TT_RANK, TT_FILTER] Formula: " SUM ( if ( wLemma isPresent; 3; 0) ) * bflemma" LastUpdate: 26.11.2009 SyncedWithOther: [] }

This code describes a search engine ranking factor called BFlemma. It is used to measure the presence of the lemma of all of the words in the query in the content, text, links, binary, undocumented and deprecated. The formula given is: "SUM (if (wLemma isPresent; 3; 0)) * bflemma". This means that if the lemma is found it gets a value of 3, whereas if it is not found the value is 0. The last update was 26.11.2009.
94
Factor { Index: 93 CppName: "FI_SOFT_AND_OK" Name: "SoftAndOk" Group: "Dynamic" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_UNDOCUMENTED, TG_NN_OVER_FEATURES_USE] Description: "Документ прошел softand по ограничениям синтаксического колдунщика. Только для документов, имеющих текстовую релевантность. Для однословных запросов всегда 1." Responsibles: "alsafr"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 93 CppName: "FI_SOFT_AND_OK" Name: "SoftAndOk" Group: "Dynamic" Tags: [TG_DOC, TG_DOC_TEXT, TG_DYNAMIC, TG_BINARY, TG_UNDOCUMENTED, TG_NN_OVER_FEATURES_USE] Description: "Документ прошел softand по ограничениям синтаксического колдунщика. Только для документов, имеющих текстовую релевантность. Для однословных запросов всегда 1." Responsibles: "alsafr"}

This code is about SoftAndOk, which is a dynamic index for Yandex Search Engine. The index score is 93. It tags documents and checks if these documents have text relevance. It is mostly applicable to documents with text relevance. For one-word queries, it scores 1. The code also mentions "alsafr" as the responsible person.
95
Factor { Index: 94 CppName: "FI_NEW_LINK_QUALITY" Name: "NewLinkQuality" Tags: [TG_DOC, TG_LINK_GRAPH, TG_STATIC, TG_DEPRECATED] Description: "Классификатор качества входящих ссылок 2 - сломан, см [407]" Responsibles: "alsafr"Factor {The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 94 CppName: "FI_NEW_LINK_QUALITY" Name: "NewLinkQuality" Tags: [TG_DOC, TG_LINK_GRAPH, TG_STATIC, TG_DEPRECATED] Description: "Классификатор качества входящих ссылок 2 - сломан, см [407]" Responsibles: "alsafr"Factor {Index: 94 CppName: "FI_NEW_LINK_QUALITY" Name: "NewLinkQuality" Tags: [TG_DOC, TG_LINK_GRAPH, TG_STATIC, TG_DEPRECATED] Description: "Classifier of the quality of incoming links 2 - broken, see [407]" Responsibles: "alsafr"

This code is about Yandex Search Engine ranking factor. It feature called NewLinkQuality which is tagged with TG_DOC and TG_LINK_GRAPH, TG_STATIC and TG_DEPRECATED. The description of the Factor is: Classifier of the quality of incoming links 2 - broken, see [407]. The responsible person for this factor is "alsafr”.
96
Factor { Index: 95 CppName: "FI_UKR" Name: "Ukrainian" Tags: [TG_STATIC_REGINFO, TG_HOST, TG_STATIC, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "равен единице, если у сайта стоит украинский гео-атрибут(т.е 1 - украинский сайт)" Responsibles: "alsafr"Factor {The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 95 CppName: "FI_UKR" Name: "Ukrainian" Tags: [TG_STATIC_REGINFO, TG_HOST, TG_STATIC, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "равен единице, если у сайта стоит украинский гео-атрибут(т.е 1 - украинский сайт)" Responsibles: "alsafr"Factor {This code is about the Yandex Search Engine ranking factors. This code is specific for Ukrainian websites and indicates that a website with a Ukrainian geo-attribute will receive a score of 95. This code has the CppName "FI_UKR", Name "Ukrainian", and Tags "TG_STATIC_REGINFO, TG_HOST, TG_STATIC, TG_BINARY, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE". The code is intended to describe that a website with a Ukrainian geo-attribute will have a score of 95, which in plain English means it will rank higher in Yandex searches. "Alsafr" is responsible for this code.
97
Factor { Index: 96 CppName: "FI_IS_BLOG" Name: "IsBlog" Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-5" Tags: [TG_HOST, TG_STATIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Страница с блогохостинга" Authors: ["burmisha", "zudina"] Responsibles: ["burmisha", "zudina"]The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 96 CppName: "FI_IS_BLOG" Name: "IsBlog" Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/Klassificacionnye?v=tkd#h45859-5" Tags: [TG_HOST, TG_STATIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Страница с блогохостинга" Authors: ["burmisha", "zudina"] Responsibles: ["burmisha", "zudina"]}

This code is about a Yandex search engine ranking factor named "IsBlog". It is designed to measure the quality of a page from a blog hosting platform by considering the host and other features like static, binary, rearrangeability, undocumented, often zero, L2, and Neural Network over features use. This factor was created by authors Burmisha and Zudina, who are also responsible for its maintenance.
98
Factor { Index: 97 CppName: "FI_IS_LJ" Name: "IsLivejournal" Tags: [TG_HOST, TG_STATIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Страница с livejournal.com" Responsibles: "alsafr"# TODO(FACTORDEL-56): replace with TG_REMOVEDThe code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 97 CppName: "FI_IS_LJ" Name: "IsLivejournal" Tags: [TG_HOST, TG_STATIC, TG_BINARY, TG_REARR_USE, TG_UNDOCUMENTED, TG_OFTEN_ZERO, TG_L2, TG_NN_OVER_FEATURES_USE] Description: "Страница с livejournal.com" Responsibles: "alsafr"# TODO(FACTORDEL-56): replace with TG_REMOVED. MaxFactor: 100 Creator: "etor"

This code is related to a Yandex search engine ranking factor. This factor, named FI_IS_LJ, is used to determine if a page is from the livejournal.com website. This factor requires multiple tags, such as TG_HOST, TG_STATIC, TG_BINARY, and so on, in order to evaluate its effectiveness. The maximum possible value for this factor is 100. The creator of the factor is "etor" and the responsible person is "alsafr".
99
Factor { Index: 98 CppName: "FI_REMOVED_98" Name: "Removed_98" Tags: [TG_UNUSED]Factor { Index: 99 CppName: "FI_SPAM2"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 98 CppName: "FI_REMOVED_98" Name: "Removed_98" Tags: [TG_UNUSED]Factor { Index: 99 CppName: "FI_SPAM2"Name: "Spam" Tags: [TG_BLACKHAT]

This code refers to ranking factors for Yandex search engine. It suggests that factors with index number 98 and 99 (“Removed_98” and “Spam”) are not currently being used. The first factor (“Removed_98”) is indicated to be unused, while the second factor (“Spam”) is considered to be a blackhat technique (unethical and may be used to manipulate search engine results).
100
Factor { Index: 99 CppName: "FI_SPAM2" Name: "Spam2" AntiSeoUpperBound: 1.0 Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/OpisanijaFaktorov#h20931-3" Tags: [TG_OWNER, TG_STATIC, TG_THEME_CLASSIF, TG_DEPRECATED] Description: "Автоматичемкий классификатор спама им. Алексеева, вероятность того, что сайт спам (0 не спам, 1- спам)" Authors: "abv" Responsibles: "abv"The code given below is Yandex Search Engine ranking factors. Some of the text can be in the Russian language. You need to translate this into English. Analyse the code and explain in plain English what it is about. Ignore the reference to Google. Factor { Index: 99 CppName: "FI_SPAM2" Name: "Spam2" AntiSeoUpperBound: 1.0 Wiki: "http://wiki.yandex-team.ru/JandeksPoisk/KachestvoPoiska/ObshayaFormula/TekushhieKomponenty/OpisanijaFaktorov#h20931-3" Tags: [TG_OWNER, TG_STATIC, TG_THEME_CLASSIF, TG_DEPRECATED] Description: "Автоматичемкий классификатор спама им. Алексеева, вероятность того, что сайт спам (0 не спам, 1- спам)" Authors: "abv" Responsibles: "abv"This code is part of a Yandex search engine ranking factor. The factor is called "Spam2" and it is used to automatically classify a website as a potential source of spam. It uses a probability rating from 0 (not spam) to 1 (spam). The code also provides the authors and responsible personnel for this factor and gives a link to a wiki page for more information about the factor.