- 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.
- 玩轉Scratch少兒趣味編程
- LabVIEW2018中文版 虛擬儀器程序設計自學手冊
- 騰訊iOS測試實踐
- 編程卓越之道(卷3):軟件工程化
- 劍指MySQL:架構、調優與運維
- Learning Apache Karaf
- Mastering C++ Multithreading
- SQL Server 2008 R2數據庫技術及應用(第3版)
- Using Yocto Project with BeagleBone Black
- PHP+MySQL Web應用開發教程
- SCRATCH編程課:我的游戲我做主
- Elastix Unified Communications Server Cookbook
- Selenium Essentials
- Learning Yeoman
- Python網絡運維自動化