官术网_书友最值得收藏!

Conventions

In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Storm configurations can be done using storm.yaml, which is present in the conf folder".

A block of code is set as follows:

import nltk.corpus

from petrel import storm
from petrel.emitter import BasicBolt

class SplitSentenceBolt(BasicBolt):
    def __init__(self):
        super(SplitSentenceBolt, self).__init__(script=__file__)
        self.stop = set(nltk.corpus.stopwords.words('english'))
        self.stop.update(['http', 'https', 'rt'])

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

import logging
from collections import defaultdict

from petrel import storm
from petrel.emitter import BasicBolt

Any command-line input or output is written as follows:

tail -f petrel24748_totalrankings.log

New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Finally, click on Create your Twitter application".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 元氏县| 石河子市| 兰溪市| 咸宁市| 林周县| 格尔木市| 榆社县| 库伦旗| 怀安县| 鄂伦春自治旗| 新巴尔虎右旗| 徐水县| 高台县| 临洮县| 湖南省| 桐乡市| 石门县| 凌云县| 榆社县| 凌云县| 吴忠市| 阿尔山市| 赤水市| 华安县| 博客| 庆云县| 鸡西市| 武胜县| 怀安县| 襄汾县| 建湖县| 新竹市| 青阳县| 当雄县| 筠连县| 洱源县| 曲麻莱县| 金山区| 临武县| 吉木乃县| 新蔡县|