I'm planning to do some optimizations for full-text search engine for my blog site recently and enhance it with better Chinese and English language support, and there are some ideas flips through my mind.
PROJECT-PRACTICE
Some Tips for Designing Tokenizer for Search Engine
Take Chinese, English and Japanese for Example
18 Jan, 2025
PROJECT-PRACTICE
NLP
Let's Implement a Video Server with node.js and Ffmpeg
Node.js's non-blocking I/O and ffmpeg's video processing allow for building an efficient video streaming server. Let's implement a video server.
23 Mar, 2024
NODE.JS
PROJECT-PRACTICE