- Haskell Data Analysis Cookbook
- Nishant Shukla
- 98字
- 2021-12-08 12:43:37
Chapter 3. The Science of Words
In this chapter, we will cover the following recipes:
- Displaying a number in another base
- Reading a number from another base
- Searching for a substring using Data.ByteString
- Searching a string using the Boyer–Moore–Horspool algorithm
- Searching a string using the Rabin-Karp algorithm
- Splitting a string on lines, words, or arbitrary tokens
- Finding the longest common subsequence
- Computing a phonetic code
- Calculating the edit distance between two strings
- Computing the Jaro–Winkler distance between two strings
- Finding strings within one-edit distance
- Fixing spelling mistakes using edit distance
推薦閱讀
- HTML5+CSS3+JavaScript從入門到精通:上冊(微課精編版·第2版)
- Reporting with Visual Studio and Crystal Reports
- Learning Cython Programming
- Xcode 7 Essentials(Second Edition)
- Java高手真經(高級編程卷):Java Web高級開發技術
- Oracle 12c中文版數據庫管理、應用與開發實踐教程 (清華電腦學堂)
- Java從入門到精通(第4版)
- Python GUI Programming Cookbook
- C程序設計案例教程
- 零基礎趣學C語言
- Java SE實踐教程
- ASP.NET Web API Security Essentials
- 超簡單:用Python讓Excel飛起來(實戰150例)
- Java RESTful Web Service實戰
- Python無監督學習