This output is emitted as a file of tuples, representing the word and the number of times it appeared in the input.
输出是一个包含元组的文件,元组表示单词和它在输入中出现的次数。
As an example, if the input is the word get, then the output would be a list containing the words get, fetch, and obtain.
例如,如果输入词 get,那么输出会是一个包含词 get、fetch和 obtain的清单。
应用推荐