- 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
推薦閱讀
- Learning Java Functional Programming
- 流量的秘密:Google Analytics網(wǎng)站分析與優(yōu)化技巧(第2版)
- Spring 5企業(yè)級開發(fā)實戰(zhàn)
- 新一代通用視頻編碼H.266/VVC:原理、標(biāo)準(zhǔn)與實現(xiàn)
- 軟件架構(gòu):Python語言實現(xiàn)
- Teaching with Google Classroom
- Learning Concurrency in Kotlin
- ElasticSearch Cookbook(Second Edition)
- Nagios Core Administration Cookbook(Second Edition)
- Python網(wǎng)絡(luò)爬蟲技術(shù)與應(yīng)用
- PyQt編程快速上手
- Advanced Python Programming
- Python物理建模初學(xué)者指南(第2版)
- SQL Server on Linux
- Visual Basic語言程序設(shè)計上機(jī)指導(dǎo)與練習(xí)(第3版)