- Haskell Data Analysis Cookbook
- Nishant Shukla
- 167字
- 2021-12-08 12:43:38
Introduction

Many interesting analysis techniques can be used on a large corpus of words. Whether it be examining the structure of a sentence or the content of a book, these recipes will introduce us to some useful tools.
When manipulating strings for data analysis, some of the most common functions are among substring search and edit distance computations. Since numbers are often found in a corpus of text, this chapter will start by showing how to represent numbers in an arbitrary base as a string. We will cover a couple of string-searching algorithms and then focus on extracting text to study not only the words but also how the words are used together.
Many practical applications can be constructed given the simple set of tools provided in this section. For example, in the last recipe, we will demonstrate a way to correct spelling mistakes. How we use these algorithms is entirely up to our creativity, but at least having them at our disposal is an excellent start.
- Java多線程編程實(shí)戰(zhàn)指南:設(shè)計(jì)模式篇(第2版)
- Google Flutter Mobile Development Quick Start Guide
- 國際大學(xué)生程序設(shè)計(jì)競賽中山大學(xué)內(nèi)部選拔真題解(二)
- Java EE框架整合開發(fā)入門到實(shí)戰(zhàn):Spring+Spring MVC+MyBatis(微課版)
- INSTANT Sencha Touch
- Learning Apache Kafka(Second Edition)
- AutoCAD VBA參數(shù)化繪圖程序開發(fā)與實(shí)戰(zhàn)編碼
- Android Native Development Kit Cookbook
- 批調(diào)度與網(wǎng)絡(luò)問題的組合算法
- Programming with CodeIgniterMVC
- C編程技巧:117個(gè)問題解決方案示例
- Distributed Computing in Java 9
- C++ System Programming Cookbook
- PyQt編程快速上手
- 計(jì)算機(jī)組裝與維護(hù)(第二版)