- 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.
- 無代碼編程:用云表搭建企業(yè)數(shù)字化管理平臺(tái)
- 深入淺出Prometheus:原理、應(yīng)用、源碼與拓展詳解
- Production Ready OpenStack:Recipes for Successful Environments
- 零基礎(chǔ)學(xué)Java(第4版)
- JS全書:JavaScript Web前端開發(fā)指南
- bbPress Complete
- HTML5從入門到精通 (第2版)
- 案例式C語言程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)
- Learning VMware vSphere
- 工業(yè)機(jī)器人離線編程
- Python 快速入門(第3版)
- JavaEE架構(gòu)與程序設(shè)計(jì)
- Android熱門應(yīng)用開發(fā)詳解
- Building Microservices with .NET Core 2.0(Second Edition)
- Visual Basic程序設(shè)計(jì)