• 查看这些列举出来技能发现通过字典单词列表可以地完成提取概念任务

    Looking at these enumerated skills, you can see that this task of extracting concepts can be handled best with dictionaries or lists of words.

    youdao

  • 为了实现这个目标首先创建一个包含希望招聘文本中提取技能列表字典

    To achieve this goal, first create a dictionary that contains a list of skills that you want to extract from the text of the job offering.

    youdao

  • 注意列表字典中的不一定必须相同类型可以混合使用字符串数字甚至嵌套列表字典如果需要的话

    Note that the values in a list or dictionary don't have to be all of the same type; you can mix strings, Numbers, and even nested lists and dictionaries if you wish.

    youdao

  • 接下来篇文章中我们探讨强大更方便数据结构应用有序列表随机访问字典

    In the next two articles, we'll explore the use of much more powerful and convenient data structures: ordered lists and random-access dictionaries.

    youdao

  • ARTSXML字典一张名称列表,这些名称最初来源于 ARTS 数据模型逻辑视图实体属性名称。

    The ARTS XML Dictionary is a list of names initially derived from entity and attribute names of the logical view of the ARTS Data Model.

    youdao

  • 需要显式地将列表字典更改告诉ZODB因为ZODB无法了解更改

    You need to explicitly tell ZODB about changes to lists or dictionaries because the ZODB cannot see the change being made.

    youdao

  • 字典按照糖尿病及其发病有关字母顺序提供术语列表

    It offers an list of terms by alphabetic order that are related to diabetes and its complications.

    youdao

  • 字典一个简单汉字字符串组织列表每个字符串没有附加额外信息

    The lexicon was simple a organized list of character strings. There were no additional information associated with each string.

    youdao

  • 可以通过检验 Sphinx-4 “demo目录中的某些其他程序或者通过把现有示例修改使用大型字典文件扩展语法列表,亲自测试一点。

    You can test this yourself by checking some of the other programs in the Sphinx-4 "demo" directory or by modifying the existing examples to use large dictionary files and expanded grammar lists.

    youdao

  • 因为Python类型动态的,具有简洁数据结构语法比如列表字典所以neo发现通常可以减少代码

    Since Python is dynamic typed and has concise syntax for data structures such as list and dictionary, Neo found it usually results in fewer lines of code.

    youdao

  • Dictionarylookup操作根据包含单词列表字典提取概念包括文本数据库提到名称产品甚至技能

    The Dictionary Lookup operator is based on dictionaries that contain lists of words to extract concepts, including names, products, or even skills mentioned from textual database columns.

    youdao

  • 除了filter以外,字典可以使用其它列表相同内置函数方法

    In addition to filter , dictionaries can use several other of the same built-in functions and procedures as lists.

    youdao

  • PHP的数组类型同时支持简单列表字典散列但Python两者分开。

    PHP has an array type that doubles as as a simple list and a dictionary or hash; Python separates the two.

    youdao

  • 几乎所有情况(显著的例外string)下,应用字典列表函数行为就函数收到字典的一个列表

    In almost every case (the notable exception being string ), a list function applied to a dictionary behaves as if the function had been passed a list of the values of the dictionary.

    youdao

  • 表示没有使用专门python——使用了元组字典列表字符串(以及保留位置上的None)。

    No specialized Python classes are used in the representationjust tuples, dicts, lists, and strings (and None in the reserved position).

    youdao

  • 可以通过/列表花括号创建一个字典

    You create a dictionary in Vimscript by using curly braces around a list of key/value pairs.

    youdao

  • 根据这个列表路由字典或是URI查询字符串每个参数找到一个匹配

    From this list, try to find a match for each parameter name, either in the route dictionary or in the URI query string.

    youdao

  • 所以可以全局列表或者字典里面添加删除或者替换元素如果重新给这个全局变量赋值,必须声明

    So you can add, remove and replace elements of a global list or dictionary, but if you want to reassign the variable, you have to declare it.

    youdao

  • 如何下面列表转换一个字典吗?

    How to convert the following list to a dictionary?

    youdao

  • 我们要说的是另外一种内置类型组,以及列表字典如何协同工作

    This chapter presents one more built-in type, the tuple, and then shows how lists, dictionaries, and tuples work together.

    youdao

  • 当然很少有Python程序员希望使用上面诸如列表元组字典日益复杂数据结构

    Of course, few Python programmers want to work with increasingly complex forests of data structures like the lists, tuples, and dictionaries above.

    youdao

  • 如果可行就可以小时之内Python整洁列表字典数据结构以及列表理解(list comprehension)等整洁的函数编程功能来编写这个代码。

    If it was possible he could write it within a few hours with Python's neat data structures such as list and dictionary, neat functional programming features such as list comprehension.

    youdao

  • 字典和在Vimscript列表中一样。

    Assignments in dictionaries work exactly as they do for Vimscript lists.

    youdao

  • 之前说过,字典表(列表)来实现的,意味着所有必须散列的。

    I mentioned earlier that a dictionary is implemented using a hashtable and that means that the keys have to be hashtable.

    youdao

  • 提示也许可以建立字典映射一个特定字母组合一个单词列表,单词列表中的单词可以这些字母来拼写出来

    Hint: you might want to build a dictionary that maps from a collection of letters to a list of words that can be spelled with those letters.

    youdao

  • 在这里我们字典初始化为不同成员每个成员都一个列表

    Here we have to initialize mutable dictionary values. Each dictionary value will be a list.

    youdao

  • 之前我们看到字符串列表字典以及一些方法

    We have seen methods for strings, lists, dictionaries and tuples.

    youdao

  • 使得默认可变对象时会有所不同比如列表字典或者大多数实例

    This makes a difference when the default is a mutable object such as a list, dictionary, or instances of most classes.

    youdao

  • 词典一个引用类型所以检查字典是否包含列表通过与否参考

    Dictionaries are a reference type, so the list will check whether a Dictionary is contained in it or not by the reference passed.

    youdao

  • 如图所示,字典中的键值组成列表不能

    Lists can be values in a dictionary, as this example shows, but they cannot be keys.

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定