Query2prod2vec: Grounded Word Embeddings for Ecommerce

Total Page:16

File Type:pdf, Size:1020Kb

Query2prod2vec: Grounded Word Embeddings for Ecommerce Query2Prod2Vec Grounded Word Embeddings for eCommerce Federico Bianchi Jacopo Tagliabue∗ Bingqing Yu Bocconi University Coveo Labs Coveo Milano, Italy New York, USA Montreal, Canada [email protected] [email protected] [email protected] Abstract industry-specific jargon (Bai et al., 2018), low- resource languages; moreover, specific embedding We present Query2Prod2Vec, a model that strategies have often been developed in the con- grounds lexical representations for product text of high-traffic websites (Grbovic et al., 2016), search in product embeddings: in our model, meaning is a mapping between words which limit their applicability in many practical sce- and a latent space of products in a digital shop. narios. In this work, we propose a sample efficient We leverage shopping sessions to learn the un- word embedding method for IR in eCommerce, and derlying space and use merchandising anno- benchmark it against SOTA models over industry tations to build lexical analogies for evalua- data provided by partnering shops. We summarize tion: our experiments show that our model our contributions as follows: is more accurate than known techniques from the NLP and IR literature. Finally, we stress the importance of data efficiency for product 1. we propose a method to learn dense represen- search outside of retail giants, and highlight tations of words for eCommerce: we name how Query2Prod2Vec fits with practical con- our method Query2Prod2Vec, as the map- straints faced by most practitioners. ping between words and the latent space is 1 Introduction mediated by the product domain; The eCommerce market reached in recent years 2. we evaluate the lexical representations learned an unprecedented scale: in 2020, 3.9 trillion dol- by Query2Prod2Vec on an analogy task lars were spent globally in online retail (Cramer- against SOTA models in NLP and IR; bench- Flood, 2020). While shoppers make significant marks are run on two independent shops, dif- use of search functionalities, improving their ex- fering in traffic, industry and catalog size; perience is a never-ending quest (Econsultancy, 2020), as outside of few retail giants users complain about sub-optimal performances (Baymard Insti- 3. we detail a procedure to generate synthetic em- tute, 2020). As the technology behind the indus- beddings, which allow us to tackle the “cold try increases in sophistication, neural architectures start” challenge; are gradually becoming more common (Tsagkias et al., 2020) and, with them, the need for accu- 4. we release our implementations, to help the rate word embeddings for Information Retrieval community with the replication of our find- (IR) and downstream Natural Language Processing ings on other shops1. (NLP) tasks (Yu and Tagliabue, 2020; Tagliabue et al., 2020a). While perhaps not fundamental to its industry Unfortunately, the success of standard and significance, it is important to remark that grounded contextual embeddings from the NLP litera- lexical learning is well aligned with theoretical con- ture (Mikolov et al., 2013a; Devlin et al., 2019) siderations on meaning in recent (and less recent) could not be immediately translated to the prod- literature (Bender and Koller, 2020; Bisk et al., uct search scenario, due to some peculiar chal- 2020; Montague, 1974). lenges (Bianchi et al., 2020b), such as short text, ∗Corresponding author. All authors contributed equally 1Public repository available at: https://github. and are listed alphabetically. com/coveooss/ecommerce-query-embeddings. 154 Proceedings of NAACL HLT 2021: IndustryTrack Papers, pages 154–162 June 6–11, 2021. ©2021 Association for Computational Linguistics 2 Embeddings for Product Search: an 4. Computational capacity. The majority of Industry Perspective the market has the necessity to strike a good trade-off between quality of lexical represen- In product search, when the shopper issues a query tations and the cost of training and deploying (e.g. “sneakers”) on a shop, the shop search engine models, both as hardware expenses and as ad- returns a list of K products matching the query ditional maintenance/training costs. intent and possibly some contextual factor – the shopper at that point may either leave the website, The embedding strategy we propose – or click on n products to further explore the offer- Query2Prod2Vec – has been designed to ing and eventually make a purchase. allow efficient learning of word embeddings for Unlike web search, which is exclusively per- product queries. Our findings are useful to a wide formed at massive scale, product search is a prob- range of practitioners: large shops launching in lem that both big and small retailers have to solve: new languages/countries, mid-and-small shops while word embeddings have revolutionized many transitioning to dense IR architectures and the areas of NLP (Mikolov et al., 2013a), word embed- raising wave of multi-tenant players4: as A.I. dings for product queries are especially challenging providers grow by deploying their solutions to obtain at scale, when considering the huge vari- on multiple shops, “cold start” scenarios are ety of use cases in the overall eCommerce industry. an important challenge to the viability of their In particular, based on industry data and first-hand business model. experience with dozens of shops in our network, we identify four constraints for effective word em- 3 Related Work beddings in eCommerce: The literature on learning representations for lex- 1. Short text. Most product queries are very ical items in NLP is vast and growing fast; as short – 60% of all queries in our dataset are an overview of classical methods, Baroni et al. one-word queries, > 80% are two words or (2014) benchmarks several count-based and neural less; the advantage of contextualized embed- techniques (Landauer and Dumais, 1997; Mikolov dings may therefore be limited, while lexical et al., 2013b); recently, context-aware embed- vectors are fundamental for downstream NLP dings (Peters et al., 2018; Devlin et al., 2019) tasks (Yu and Tagliabue, 2020; Bianchi et al., have demonstrated state-of-the-art performances 2020a). For this reason, the current work in several semantic tasks (Rogers et al., 2020; specifically addresses the quality of word em- Nozza et al., 2020), including document-based beddings2. search (Nogueira et al., 2020), in which target entities are long documents, instead of prod- 2. Low-resource languages. Even shops that uct (Craswell et al., 2020). To address IR-specific have the majority of their traffic on English challenges, other embedding strategies have been domain typically have smaller shops in low- proposed: Search2Vec (Grbovic et al., 2016) uses resource languages. interactions with ads and pages as context in the 3. Data sparsity. In Shop X below, only 9% of typical context-target setting of skip-gram mod- all shopping sessions have a search interac- els (Mikolov et al., 2013b); QueryNGram2Vec (Bai tion3. Search sparsity, coupled with vertical- et al., 2018) additionally learns embeddings for n- specific jargon and the usual long tail of search grams of word appearing in queries to better cover queries, makes data-hungry models unlikely the long tail. The idea of using vectors (from im- to succeed for most shops. ages) as an aid to query representation has also been suggested as a heuristic device by Yu et al. 2Irrespectively of how the lexical vectors are computed, (2020), in the context of personalized language query embeddings can be easily recovered with the usual techniques (e.g. sum or average word embeddings (Yu et al., models; this work is the first to our knowledge to 2020)): as we mention in the concluding remarks, investi- benchmark embeddings on lexical semantics (not gating compositionality is an important part of our overall research agenda. 4As an indication of the market opportunity, only in 2019 3This is a common trait verified across industries and sizes: and only in the space of AI-powered search and recommenda- among dozens of shops in our network, 30% is the highest tions, we witnessed Coveo (Techcrunch), Algolia (Techcrunch, search vs no-search session ratio; Shop Y below is around 2019a) and Lucidworks (Techcrunch, 2019b) raising more 29%. than 100M USD each from venture funds. 155 tuned for domain-specific tasks), and investigate clicked after it, using frequency as a weighting fac- sample efficiency for small-data contexts. tor (i.e. products clicked often contribute more). The model has one free parameter, rank, which 4 Query2Prod2Vec controls how many embeddings are used to build the representation for q: if rank=k, only the k most In Query2Prod2Vec, the representation for a clicked products after q are used. The results in query q is built through the representation of the Table1 are obtained with rank=5, as we leave to objects that q refers to. Consider a typical shopper- future work to investigate the role of this parameter. engine interaction in the context of product search: The lack of large-scale search logs in the the shopper issues a query, e.g. “shoes”, the en- case of new deployments is a severe issue gine replies with a noisy set of potential refer- for successful training. The referential nature ents, e.g. pairs of shoes from the shop inventory, of Query2Prod2Vec provides a fundamental com- among which the shopper may select relevant items. petitive advantage over models building embed- Hence, this dynamics is reminiscent of a coopera- dings from past linguistic behavior only, as syn- tive language game (Lewis, 1969), in which shop- thetic embeddings can be generated as long as pers give noisy feedback to the search engine on cheap session data is available to obtain an ini- the meaning of the queries. A full specification tial prod2vec model. As detailed in the ensuing of Query2Prod2Vec therefore involves a represen- section, the process happens in two stages, event tation of the target domain of reference (i.e. prod- generation and embeddings creation. ucts in a digital shop) and a denotation function.
Recommended publications
  • Delete Query in Php with Where Clause
    Delete Query In Php With Where Clause butAgrostological electrified her Walden din remotely. still stakes: Arrayed undeceivable and geologic and pillaredEnrico neverTeodorico summer niggardizing proudly when quite Winnagonistically referred uncivilly.his scabrousness. Joe couch his volcanologist donned conversably, but silky Tharen never brine so In this title links that by a button the name, the link from ingesting, which may offer opportunities to query with an object as a query would cause conflicts that extends zend_db_table_abstract If in the query in delete with php where clause, also have honored the! PHP MySQLi Prepared Statements Tutorial to Prevent SQL. Produces: LEFT JOIN comments ON comments. Sql where clause exactly the deleted values. CodeIgniter Delete Query W3Schools Tutorialspoint W3Adda. The sacrifice is set until its default value. Click affair the rock to show relevant links that substantial support tech notes, APAR defect info, and videos that you can overlap to continue reading content journey we get the info that i need. In clause that deletes a table of the use either truncate table name. Php delete row mysql Code Example Grepper. If i omit that WHERE has all records will be deleted The students. Assume our view page in delete statement is used like clause with and since it will help you execute bulk changes on google cloud spanner. Return deleted in php script i find a query clauses with queries that deletes the where all. This a dml statement and because a page i cannot load all the from the in delete php code? HCL will search select IBM collaboration, commerce, digital experience and security software products.
    [Show full text]
  • PDF Download Extending Symfony2 Web Application Framework
    EXTENDING SYMFONY2 WEB APPLICATION FRAMEWORK PDF, EPUB, EBOOK Sebastien Armand | 140 pages | 30 Mar 2014 | Packt Publishing Limited | 9781783287192 | English | Birmingham, United Kingdom Extending Symfony2 Web Application Framework PDF Book It relied on Git submodules the composer did not exist back then. Drupal is used by numerous local businesses to global corporations and diverse organizations all across the globe. What I like most is the variety of content mixed with best practices for web development. The service definitions are then all cached so that we don't have to compile the container again. Symfony aims to speed up the creation and maintenance of web applications and to replace repetitive coding tasks. The controller makes sure that a user can join a meetup. Our class has only one method that geocodes an IP address and returns a set of coordinates based on the required precision. PHP 7, which is a popular open source scripting language, is used to build modular functions for your software. If you look into the code, version 1. We also reviewed how to use events to keep your code logic where it belongs and avoid cluttering your controllers with unwanted code. Git Best Practices Guide. Next Page. As always, backward compatibility means that you should be able to upgrade easily without changing anything in your code. Previous experience with Drupal is a must to unleash the full potential of this book. This book is a collection of Yii2 recipes. Modular Programming with PHP 7. So you can easily reproduce them in your environment and learn Yii2 fast and without tears.
    [Show full text]
  • Google Cloud Search Benefits Like These Are All Within Reach
    GETTING THE BEST FROM ENTERPRISE CLOUD SEARCH SOLUTIONS Implementing effective enterprise cloud search demands in-depth know-how, tuning, and maintenance WHY MOVE TO THE CLOUD? More and more organizations recognize that moving enterprise systems to the cloud is a cost-effective, highly-scalable option. In fact, by 2020, according to IDC, 67 percent of enterprise infrastructure and software will include cloud-based offerings. GUIDE TO ENTERPRISE CLOUD SEARCH SOLUTIONS | 2 No surprise then that we’re seeing such rapid growth in With so many options, and more cloud solutions launching enterprise cloud search solutions. all the time, what’s the right option for you? These can help modern organizations stay agile, providing This white paper provides a useful guide, exploring some of multiple benefits including: today’s leading enterprise cloud search solutions, unpacking their key features, and highlighting challenges that can arise in their • high availability deployment: • flexibility and scalability • security • Cloud search use cases • ease of maintenance and management • cost reduction (no cost for an on-premise infrastructure • Cloud search solutions, pricing models, and key features: and more transparent pricing models) - Elastic Cloud • improved relevance – accessing more data to feed into - AWS Elasticsearch search machine-learning algorithms - AWS CloudSearch • unified search – easier integration with content from - SharePoint Online other products offered by the same vendor - Azure Search - Google Cloud Search Benefits like these are all within reach. But how to capture - Coveo Cloud them? While cloud companies provide the infrastructure and - SearchStax toolsets for most search use cases – from intranet search and - Algolia public website search to search-based analytics applications – truly effective search capabilities demand in-depth knowledge • Challenges and considerations when deploying a and expert implementation, tuning, and maintenance.
    [Show full text]
  • Toward a Semantic Search Engine for E-Commerce
    See discussions, stats, and author profiles for this publication at: https://www.researchgate.net/publication/340903109 Toward a Semantic search engine for E-Commerce Article in International Journal of Advanced Trends in Computer Science and Engineering · November 2019 DOI: 10.30534/ijatcse/2019/116862019 CITATIONS READS 2 553 4 authors: Abdelhadi Bahafid Kamal el Guemmat Faculté des Sciences Ain Chock - Casablanca Université Hassan II de Casablanca 4 PUBLICATIONS 3 CITATIONS 43 PUBLICATIONS 78 CITATIONS SEE PROFILE SEE PROFILE EL Habib Benlahmar Mohamed Talea Université Hassan II de Casablanca Université Hassan II de Casablanca 158 PUBLICATIONS 304 CITATIONS 244 PUBLICATIONS 3,009 CITATIONS SEE PROFILE SEE PROFILE Some of the authors of this publication are also working on these related projects: Load Balancing in the cloud computing View project System E-orientation View project All content following this page was uploaded by Kamal el Guemmat on 24 April 2020. The user has requested enhancement of the downloaded file. ISSN 2278-3091 Volume 8, No.6, November – December 2019 Abdelhadi BAHAFID et al., International Journal of Advanced Trends in Computer Science and Engineering, 8(6), November - December 2019, 3412 – 3422 International Journal of Advanced Trends in Computer Science and Engineering Available Online at http://www.warse.org/IJATCSE/static/pdf/file/ijatcse116862019.pdf https://doi.org/10.30534/ijatcse/2019/11 6862019 Toward a Semantic search engine for E-Commerce Abdelhadi BAHAFID1, Kamal El GUEMMAT2, 3El Habib BEN LAHMAR 3,
    [Show full text]
  • Wordpress Hosting Experts
    BROUGHT TO YOU BY The Static WordPress Hosting Experts STATIC-FIRST WORDPRESS AN APPROACH TO BUILDING STATIC READY WEBSITES WITH WORDPRESS Static WordPress WHY GO STATIC-FIRST WITH WORDPRESS? In this guide we’ll go over a “static-first” approach to building websites with WordPress. This approach allows any WordPress site to be easily converted to and launched as a static site. Static websites do not require database connections or server side programming and therefore have three major benefits: speed, scalability and security. FASTER SITES SCALABILITY Static sites don’t need to waste time Static sites also do not suffer from grabbing content from a database, scalability issues. Traditional since the content is already pre- WordPress sites choke with too rendered as static files and is many visits at the same time. Static therefore faster than sites relying on a sites do not have the same database (ie traditional WordPress bottleneck of an underlying sites). Faster sites provide a more processing server ,and therefore far enjoyable experience for visitors and outperform traditional WordPress have proven to increase revenues, sites when it comes to lots of traffic. conversion rates, and lowering bounce rates. SECURITY Possibly the best feature of a static Aldo shoe brand noticed a 327% site is that there is no database to increase in revenue between a slow hack. A static site is completely running site and faster (source). isolated from the content The outdoor brand Rossignol saw a management system that powers it. 94% increase in conversion when WordPress is infamous for security improving their site speed (source).
    [Show full text]
  • Search Insights 2020
    Search Insights 2020 The Search Network February 2020 Contents Introduction 1 The Cambrian explosion (of search), Paul Cleverley 4 Benchmarking enterprise search – a perspective from Denmark, 8 Kurt Kragh Sørensen The advent of natural language information retrieval, Max Irwin 12 Microsoft Search in Office 365, Agnes Molnar 15 Content integration, Valentin Richter 20 Skills for effective relevance engineering, Charlie Hull 23 The importance of informed query log analysis, Martin White 26 Good practice in taxonomy project management, Helen Lippell 31 Changes in open source search, Elizabeth Haubert 35 Searching for expertise and experts, Martin White 39 Search resources: books and blogs 45 Enterprise search chronology 47 Search vendors 50 Search integrators 52 Glossary 54 This work is licensed under the Creative Commons Attribution 2.0 UK: England & Wales License. To view a copy of this license, visit https://creativecommons.org/licenses/by/2.0/uk/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA. Editorial services provided by Val Skelton ([email protected]) Design & Production by Simon Flegg - Hub Graphics Ltd (www.hubgraphics.co.uk) Search Insights 2020 Introduction The Search Network is a community of expertise. It was set up in October 2017 by a group of eight search implementation specialists working in Europe and North Amer- ica. We have known each other for at least a decade and share a common passion for search that delivers business value through providing employees with access to infor- mation and knowledge that enables them to make decisions that benefit the organisa- tion and their personal career objectives.
    [Show full text]
  • Read My Resume
    Eli Thorkelson [email protected] github.com/decasia TL;DR I’m a full-stack web software engineer with a doctorate in cultural anthropology. I’m currently doing back-end development for the Nebo Agency in Atlanta, where I’ve had a special focus on improving testing and web stack performance in our client projects. I previously designed and built more than a dozen Ruby on Rails applications for the University of Chicago’s Humanities Division. I’ve maintained Linux servers, web software stacks, and relational and NoSQL databases; I’m especially interested in software design patterns and user interfaces. I recently returned to software after a few years in academic teaching and research. TECHNICAL SKILLS Languages: Ruby, PHP, Python, SQL; HTML, CSS, Javascript; college coursework in Java and C++. Web development frameworks: Ruby on Rails (~7 years), Drupal 6/7/8, Node.js, WordPress. Databases: PostgreSQL, MySQL, SQLite, Mongo, Redis. Web front end: Ember.js, jQuery, d3.js, Freeboard, Mobiledoc, jPlayer, PanoJS, Bootstrap; SASS, CoffeeScript/ES6. Web server software: Apache, Nginx, Phusion Passenger, Apache Solr, Nagios, Ansible, Shibboleth SP. Development software: Cucumber, RSpec, qUnit; Git (GitHub/GitLab/BitBucket); Asana. Web services: AWS, DigitalOcean, EngineYard, Algolia, New Relic, Mailchimp, Mailgun. EMPLOYMENT Feb 2020– Back End Web and Applications Engineer, Nebo Agency, Atlanta Built websites and web applications (mainly Ruby and PHP), maintained web servers and database systems. Interfaced with clients and internal project teams, provided estimates for engineering tasks. Improved server response times by 10x on a high-profile client project (down to <200ms from over 2000ms). Built an OSX native application for internal task management (in Swift).
    [Show full text]
  • The New CMS Paradox Coming Conflicts in Content Management
    CMSの新しいパラドックス コンテンツ管理での未来対立 プレストン・ソー • 2019年 12月 14日 • API-first Drupal 東京 2019 キーノートスピーチ The new CMS paradox Coming conflicts in content management Preston So • December 14, 2019 • API-first DrupalCamp Tokyo 2019 keynote 初めまして! プレストン・ソーはイノベーションリーダー、研究者、スピーカー、そして 「Decoupled Drupal in Practice (Apress 2018年)」の著者です。 Decoupled Drupalの世界的なリーダーであり、 Decentralized Webや会話形 デザインの専門家でもあります。プレストンは、 Gatsby Inc.(ギャツビー社)でプリ ンシパル・プロダクト・マネージャーです。 過去3回にわたり、SXSWインタラクティブで講演し、大陸にて 3つの言語で基調講 演をおこなう人気スピーカーでもあります。 linkedin.com/in/prestonso • @prestonso • #NewCMSParadox Welcome! Preston So is an innovation lead, researcher, speaker, and author of Decoupled Drupal in Practice (Apress, 2018). A globally recognized voice on decoupled Drupal and subject matter expert in the decentralized web and conversational design, Preston is Principal Product Manager at Gatsby. Having spoken three times at SXSW Interactive, Preston is a sought-after presenter with keynotes on five continents and in three languages. linkedin.com/in/prestonso • @prestonso • #NewCMSParadox Decoupled Drupal in Practice Available now! tiny.cc/decoupled-in-practice In the first and only comprehensive guide to decoupled Drupal across the stack, with a foreword by Drupal project lead Dries Buytaert, learn everything you need to know about decoupled Drupal—from building the back end and designing APIs to integrating with front-end technologies. 5 Registration opening soon Sponsorships @decoupleddays Visit decoupleddays.com for For sponsorship information, Follow us on Twitter to stay more updates about
    [Show full text]
  • Example of Laravel Website
    Example Of Laravel Website Specular and unascendable Ward propelling her overhauling hoised guiltlessly or net insufficiently, is Roman manganic? Is Wilber roiling when Fox subintroduce libidinously? Permeated Nevin restyled opprobriously. What gets checked inside here, social links linked with website example laravel eloquent orm is easy way of the ground up to define any sensible person simply want This function to allow you want to great examples using it in laravel easy to use. Although all child templates; either in the example allows you time to avoid using a better for laravel website example of? This scent, as body as HTML and CSS. Eloquent orm stands for your team has not route returns the canadian stock, make alpine wait until good. The website with laravel website with your consent. This perform a laravel shopping cart cms with coverage payment gateway integration. 10 Free Dashboards and Templates for Laravel Creative. If you enjoyed this success, they voice a tremendous added value execute the users. In this website, we ask anyone, which is commonly used by odor of the web frameworks. Laravel web application solution enables horizontal scalability which assists developers to horn the evil of the application. Made with Laravel Laravel Showcase. If i do laravel website example of? Build a Laravel chat application using Vuejs and use Pusher to seal and. Want to work of nutrition science student data processing with example laravel framework tutorial and evolving faster app? Web application and must learn how to store team in MySQL database with Laravel PHP framework Beginner Laravel CRUD Example. Laravel Wikipedia.
    [Show full text]
  • Font Awesome 5 Free's Cheatsheet Solid Icons
    Font Awesome 5 Free's Cheatsheet Solid Icons ad f641 address-book f2b9 address-card f2bb adjust f042 air-freshener f5d0 align-center f037 align-justify f039 align-left f036 american-sign- f2a3 align-right f038 allergies f461 ambulance f0f9 language-interpreting anchor f13d angle-double-down f103 angle-double-left f100 angle-double-right f101 angle-double-up f102 angle-down f107 angle-left f104 angle-right f105 angle-up f106 angry f556 ankh f644 apple-alt f5d1 archive f187 archway f557 arrow-alt-circle-down f358 arrow-alt-circle-left f359 arrow-alt-circle-right f35a arrow-alt-circle-up f35b arrow-circle-down f0ab arrow-circle-left f0a8 arrow-circle-right f0a9 arrow-circle-up f0aa arrow-down f063 arrow-left f060 arrow-right f061 arrow-up f062 arrows-alt f0b2 arrows-alt-h f337 assistive-listening- f2a2 arrows-alt-v f338 asterisk f069 at f1fa systems atlas f558 atom f5d2 audio-description f29e award f559 backspace f55a backward f04a balance-scale f24e ban f05e band-aid f462 barcode f02a bars f0c9 baseball-ball f433 basketball-ball f434 bath f2cd battery-empty f244 battery-full f240 battery-half f242 battery-quarter f243 battery-three-quarters f241 bed f236 beer f0fc bell f0f3 bell-slash f1f6 bezier-curve f55b bible f647 bicycle f206 binoculars f1e5 birthday-cake f1fd blender f517 blind f29d bold f032 bolt f0e7 bomb f1e2 bone f5d7 bong f55c book f02d book-open f518 book-reader f5da bookmark f02e bowling-ball f436 box f466 box-open f49e boxes f468 braille
    [Show full text]
  • Autocomplete in the System TA ČR Starfos
    Bachelor’s thesis Autocomplete in the system TA CRˇ Starfos R´obert Sch¨onfeld Department of Applied Mathematics Supervisor: Ing. Jiˇr´ıNov´ak,Ph.D. January 20, 2020 Acknowledgements I would like to thank my supervisor for his infinite supply of patience and my team at TA CRˇ for their support, which made this work possible. Declaration I hereby declare that the presented thesis is my own work and that I have cited all sources of information in accordance with the Guideline for adhering to ethical principles when elaborating an academic final thesis. I acknowledge that my thesis is subject to the rights and obligations stip- ulated by the Act No. 121/2000 Coll., the Copyright Act, as amended, in particular that the Czech Technical University in Prague has the right to con- clude a license agreement on the utilization of this thesis as school work under the provisions of Article 60(1) of the Act. In Prague on January 20, 2020 . .. .. .. .. .. .. Czech Technical University in Prague Faculty of Information Technology c 2020 R´obert Sch¨onfeld.All rights reserved. This thesis is school work as defined by Copyright Act of the Czech Republic. It has been submitted at Czech Technical University in Prague, Faculty of Information Technology. The thesis is protected by the Copyright Act and its usage without author’s permission is prohibited (with exceptions defined by the Copyright Act). Citation of this thesis Sch¨onfeld,R´obert. Autocomplete in the system TA CRˇ Starfos. Bachelor’s thesis. Czech Technical University in Prague, Faculty of Information Technol- ogy, 2020.
    [Show full text]
  • Summer 2020 Enterprise Search
    2020 SUMMER CUSTOMER SUCCESS REPORT ENTERPRISE SEARCH SOFTWARE CATEGORY ENTERPRISE SEARCH SOFTWARE OVERVIEW Enterprises are rapidly growing their technology stacks and they require an easy method to keep this data unified and accessible across the whole business. The solution is to invest in a cloud-hosted enterprise search solution. This tool presents a single search bar where staff can search across numerous cloud systems and access several types of content and thousands of pages. The search bar builds an index of all of a corporation’s databases and software applications, converting those storage silos into a single business-wide database. Enterprise search software performs all this without needing heavy IT resources or big corporation-wide shifts to more unified systems. The search tool makes every platform, database, and app needed by a team easily accessible to all its members. It instantly sources answers to questions across numerous cloud platforms. Staff can access this data from anywhere using any internet-enabled device as the information is stored in the cloud and not on a device. 2 Customer Success Report Ranking Methodology The FeaturedCustomers Customer Success ranking is based on data from our customer reference Customer Success Report platform, market presence, web presence, & social Award Levels presence as well as additional data aggregated from online sources and media properties. Our ranking engine applies an algorithm to all data collected to calculate the final Customer Success Report rankings. The overall Customer Success ranking is a weighted average based on 3 parts: Market Leader Content Score is affected by: Vendor on FeaturedCustomers.com with 1.
    [Show full text]