Tag

Sogou

1 views collected around this technical thread.

Java Architect Essentials
Java Architect Essentials
Sep 16, 2021 · Backend Development

Crawling and Downloading Thousands of Images from Sogou Using Java

This article explains how to scrape tens of thousands of images from Sogou by analyzing the request URLs, extracting image URLs from JSON responses, and implementing a multithreaded Java downloader that stores the pictures locally.

HTTPImage DownloadJava
0 likes · 15 min read
Crawling and Downloading Thousands of Images from Sogou Using Java
Selected Java Interview Questions
Selected Java Interview Questions
Sep 5, 2021 · Backend Development

Crawling and Downloading Thousands of Images from Sogou Using Java

This tutorial explains how to crawl thousands of images from Sogou using Java, detailing the request URL analysis, parameter extraction, multithreaded downloading logic, and providing complete source code for the image processor, pipeline, and HTTP utility classes.

HTTPImage DownloadJava
0 likes · 17 min read
Crawling and Downloading Thousands of Images from Sogou 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.

HTTPImage DownloadJava
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 DownloadJava
0 likes · 19 min read
Java Web Crawler for Downloading Sogou Image Search Results
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.

Machine LearningNLPRanking
0 likes · 14 min read
Overview of Sogou Information Feed Recommendation Algorithms
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.

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