用新统计更新words表,添加新单词行并更新已经在该表中的单词行。
Update the words table with new counts, adding rows for new words and updating rows for words already there.
在点句符号行中,第一个单词要大写,其他单词不大写,除非它们通常是大写的。
In bullet point lines, capitalize the first word and no other words unless they normally appear capped.
当你不能创造新组时,为你认识的每个单词加一行。
When you can't make any new groups, add a line for each word you know.
文件中的每一行将包含一个单词及其同义词,并且使用空格或其他一些已知的标记分隔。
Each line in the file will contain a word and its synonyms separated by a space character or some other known token.
要填充文件,可循环通过单词映射中的值,将每个值写到文件中的一行(参见清单4)。
To populate the file, loop through the values in your word map, writing each to a row in your file (see Listing 4).
行08到11用字母的语音代码替换单词里的每个字母。
Lines 08 to 11 replace each letter in the word with its phonetic code.
在先前的代码样本中,为了便于阅读,代码从单词之间分隔开来,并在多个行上显示。
In the preceding code sample, the code is split between words and appears on multiple lines for ease of viewing.
第一次,她打了一行,五个单词,她打错了四个。
On her first try, she got through one line.It had five words, and she made four mistakes.
文件名和服务名应该与在 /etc/services 中添加的代码行的第一个单词(在这里是vnc8x6)匹配。
The file name and the service name should match the first word of the line you added to /etc/services (here, vnc8x6).
查找以单词“users”开头的行,并使用组成员所需的属性名称替换其中的第三个字段。
Find the line that starts with the word "users", and replace the third field with the desired attribute name for group members.
wc命令将显示文件中所含的行、单词、字节的数量。
The wc command displays the number of lines, words, and bytes in a file.
单词和行之间可调整的白色空格。
通过在目标末尾添加“。q”来对其重新命名,并向链接行开头添加单词quantify。
Rename the target by adding ".q "to the end of its name and add the word quantify to the start of the link line.
第一次,她打了一行,五个单词,她打错了四个。
On her first try, she got through16 one line. It had five words, and she made four mistakes.
清单12是使用我们的text1文件的基础例子,它包含3个行,每行只有两个单词。
Listing 12 is a basic example using our text1 file, which contains three lines each having two words..
若要 tokenize(也就是说,将一行拆分为单词长度的片段)某个字符串,请使用split()函数。
To tokenize (that is, split a line into word-length pieces) a string, use the split() function.
为每个单词输入的行的数量将等于该单词的同义词的数量。
The number of rows entered for each word will be equal to the number of synonyms for that word.
可以使用简单的正则表达式指定寻找包含某一单词而且后面有另一个单词的行。
You can use a simple regular expression to specify that you want to find a line containing one word followed by another.
在清单6所示的文件中,这个命令会找到第10行的第一个单词。
In the file shown in Listing 6, this command would find the first word on line 10.
在清单6所示的文件中,这个命令会找到第6行的第一个单词。
In the file shown in Listing 6, this command would find the first word on line 6.
这个命令会找到清单6所示文件的第3行的第一个单词。
This command would find the first word on line 3 in the file shown in Listing 6.
为了更好地理解动态编程算法,可以画一个表格,它的行对应源单词的字母,它的列对应目标单词的字母。
The Dynamic Programming algorithm is best understood by drawing a grid whose rows correspond to the letters of the source, and whose columns correspond to the letters of the target.
正则表达式可以过滤特定的位置,例如行的开始或结束,以及单词的开始和结束。
A regular expression can filter for a specific location, such as the start or end of a line and the beginning and end of a word.
扫描会向一个单词进行累积,直到结束(或者是行或列的末尾,或者遇到非字母的块),然后将此单词添加到它寻找过程中遍历的所有字母细胞。
The scan accumulates a word until a break (either the end of a row or column, or a non-letter tile) and then adds the word to all the letter cells it found along the way.
临时表中的每一行包含一个文本(例如“abcd - defghi”)和一个要搜索的单词(例如“def”)。
Each row in the temporary table is comprised of a text (for example, "abcd-def ghi") and a word to search for (for example, "def").
只有在书里才能看到所有的句行,单词,还有写作的格式。
Only in the book to see all of the words line, word, as well as writing format.
这一行为也适用于词汇表以外的单词,如果将它们以小写字母的形式输入到字典中的话,例如ipod。
This behavior applies also to out-of-vocabulary words if you type them in lower-case letters into your dictionary, such as ipod.
在你的诗歌的每一行,用有关景物的单词开头,你会看到的事物:山岗。
Start each line in your poem with a word related to the scene, something you would see: hills.
例如,要查找所有包含单词“admin”的行,我们就可以对“admin”进行搜索。
For example, to find all lines containing the word "admin", you can search for "admin".
如果在这个文件中还存在“marketable”或“marketed”之类的单词,那么上面的命令也会显示包含这些单词的行的内容。
If the words "marketable" or "marketed" had occurred in the file, the utility would have displayed the lines containing those words as well.
应用推荐