Tagged articles
12 articles
Page 1 of 1
Java Backend Technology
Java Backend Technology
Sep 21, 2021 · Backend Development

How to Crawl and Download Thousands of Sogou Images Using Java

This guide explains how to scrape thousands of images from Sogou by analyzing the request URL, extracting image URLs from JSON responses, and implementing a multithreaded Java downloader with custom HTTP utilities and pipelines to store the pictures locally.

Image DownloadSogouWeb Crawling
0 likes · 18 min read
How to Crawl and Download Thousands of Sogou Images Using Java
Architecture Digest
Architecture Digest
Aug 19, 2021 · Backend Development

Crawling and Downloading Thousands of Images from Sogou Using Java

This article explains how to programmatically fetch and save thousands of images from Sogou by analyzing the XHR request parameters, constructing the appropriate URL, extracting image URLs from the JSON response, and using a multithreaded Java downloader with custom HTTP utilities.

Image DownloadSogoujava
0 likes · 13 min read
Crawling and Downloading Thousands of Images from Sogou Using Java
Java Captain
Java Captain
Feb 10, 2021 · Backend Development

Java Web Crawler for Downloading Sogou Image Search Results

This article demonstrates how to build a Java-based web crawler that fetches image URLs from Sogou Image Search, parses the JSON response, and downloads thousands of pictures to a local directory using multithreaded processing and custom HTTP utilities.

HTTPImage DownloadSogou
0 likes · 19 min read
Java Web Crawler for Downloading Sogou Image Search Results
Liangxu Linux
Liangxu Linux
Oct 9, 2020 · Operations

Install Sogou Input Method on Ubuntu 20.04 – Step‑by‑Step Guide

This guide explains how to install the Linux version of Sogou Input Method on Ubuntu 20.04, covering the download from the official site, required terminal commands, configuration with fcitx‑configtool, and final activation steps, while noting the QT4 dependency issue that prompted the update.

LinuxSogouUbuntu
0 likes · 4 min read
Install Sogou Input Method on Ubuntu 20.04 – Step‑by‑Step Guide
DataFunTalk
DataFunTalk
Jul 2, 2018 · Artificial Intelligence

Overview of Sogou Information Feed Recommendation Algorithms

This article summarizes Sogou's information‑feed recommendation system, covering the architecture from data collection and NLP processing to recall, ranking, and feedback, and detailing the classification, tagging, keyword extraction, and various recall and ranking models such as FastText, TextCNN, collaborative filtering, and wide‑and‑deep learning.

NLPSogouinformation feed
0 likes · 14 min read
Overview of Sogou Information Feed Recommendation Algorithms
21CTO
21CTO
Aug 2, 2017 · R&D Management

How Wang Xiaochuan Built Sogou: R&D Management Lessons from a Chinese Tech Icon

The article chronicles Wang Xiaochuan’s journey from a gold‑medal IOI student to Sogou’s CEO, detailing his early setbacks, strategic hires, product pivots, key partnerships, and the leadership decisions that shaped Sogou’s rise in China’s competitive internet landscape.

Chinese techSogouWang Xiaochuan
0 likes · 15 min read
How Wang Xiaochuan Built Sogou: R&D Management Lessons from a Chinese Tech Icon
Architects' Tech Alliance
Architects' Tech Alliance
Nov 3, 2016 · Industry Insights

Scaling Billion‑Level Ads: Architecture Lessons from Sogou’s Senior Engineer

In this interview, Sogou architect Liu Jian shares how his team built a highly available, scalable commercial advertising platform, discusses the evolution of its infrastructure, offers practical advice for engineers aspiring to become architects, and reflects on emerging technologies and time‑management strategies.

Big DataDistributed SystemsSogou
0 likes · 10 min read
Scaling Billion‑Level Ads: Architecture Lessons from Sogou’s Senior Engineer
Architect
Architect
Mar 18, 2016 · Backend Development

Sogou Business Platform Infrastructure Evolution: From Horizontal Scaling to Stream Computing

This article outlines Sogou's infrastructure evolution under rapid business iteration, detailing stages of compute and storage horizontal scaling, serviceization, and stream computing, while sharing the practices, principles, lessons learned, and reflections that guided the platform's architectural transformation.

InfrastructureScalabilityService Architecture
0 likes · 4 min read
Sogou Business Platform Infrastructure Evolution: From Horizontal Scaling to Stream Computing