Translation of "keyword list" to Japanese language:


  Dictionary English-Japanese

  Examples (External sources, not reviewed)

It's a list where each element of the list is a list containing a keyword and a list as its second element, and that list is a list of URLs where that keyword appears.
キーワードを含むリストになっているリストです そしてその2つ目の要素のリストキーワードが現れるURLのリストです
It contains the keyword here the keyword udacity followed by a list containing all the URLs where that keyword appears.
それに続いてキーワードが現れるすべてのURLを 含んだリストがあります 2つ目の選択肢より4つ目の方が優れている点は
The fourth choice is a list where each element is a list and each element list is a keyword followed by a list of all the URLs that contain that keyword.
それぞれの要素がリストになっているリストで 各要素リストキーワードに続くキーワードを含んだ すべてのURLのリストになっているもの この4つから最適な表現を選んでください
The keyword is always the first element of the list.
前の選択肢と違いキーワードを調べやすい構造です
It has the keyword followed by a list of URLs.
それは別のリストになります これがURLのリストです
And each element would be a list of the keyword followed by the URLs where that keyword appears.
3つ目の選択肢は
So, if the keyword is not in the index, what we need to do is add a new entry to the index, and that new entry will be a list with the keyword, that's the new keyword, and the list the list of URLs where that keyword appears.
インデックスに新たなエントリを追加することが 必要です 新たなエントリはキーワードリストになります これが新たなキーワードです そしてキーワードが現れるURLのリストです
So the first option is we could have a single list where we have a keyword followed by the URLs where that keyword appears followed by another keyword followed by the URLs where that keyword appears.
そのキーワードが現れるURLと続いて もう1つのキーワードがあり それに続いて 別のキーワードが現れるURLとなっている1つのリスト 2つ目の選択肢は
Keyword
キーワード
So if you search for a keyword, you want to get a response that's a list of the pages where that keyword appears.
応答として得たいのです ユニット5でその方法を理解します コーパスが大規模なら 合わせて大きくなります
Remember that we decided in the previous question that the way to represent index is as a list where each element of the list is itself a list and each of the element list is a keyword followed by a list of the URLs where that keyword appears.
インデックスの表し方はこうです リストの各要素自体がリストで 要素リスト1つ1つがキーワードです
New Keyword
新しいキーワード
Reserved Keyword
予約語
Keyword almost.
もし左に行く螺旋の数を数え そして
No keyword given.
キーワードが指定されていません
Each keyword is a string and the keyword is followed by the URLs where that keyword appears.
ですから1つ目の選択肢はリストになります 文字列を含む1つのリストです
We only want to have that keyword appear once what we want to do instead is add the URL to the list of URLs already associated with that keyword.
その代わりにそのキーワードに関連する URLのリストにURLを追加します キーワードがインデックスにない場合は
Remember that it is a list of entries, and each entry is itself a list, where the 1st part is a keyword, and the 2nd part is a list of URLs.
それぞれのentry自体がリストであること そのリストの1つ目がkeywordで 2つ目がurlのリストであることを忘れないでください これが私たちのデータ構造です
So the output of lookup should be a list of all the URLs associated with the input keyword.
関連するすべてのURLのリストです 例を挙げます
The result from doing a lookup on the keyword udacity should be a list containing those 2 URLs.
この2つのURLが含まれたリストになるはずです キーワードが存在しなかった場合に
What we are going to build in this unit is a search engine, where we can pass in a keyword and get a list of the pages that contain that keyword.
キーワードを渡し そのキーワードを含むページのリストを取得します インターネットの機能の仕方と World Wide Webについても学んでいきます
And we have the keyword followed by the URLs where that keyword appears.
これはシンプルでよさそうです
Enter here a new keyword.
新しいキーワードを入力します
The Second keyword is Empathy .
iPad と検索した人が
URLs associated with that keyword.
ですから空のリストをただ返します
We have the keyword for followed by a name, and this is a new name for a variable that we can introduce, then the keyword in followed by a list, and this is any expression which evaluates to a list followed by a colon.
これは繰り返し変数の名前です そしてキーワードであるinに続くリストがあります シーケンスと呼ばれるリストの後にコロンを置きます
This whole thing is what we want to add so, that's a list containing the value keyword as its 1st element.
1つ目の要素としてkeywordを含んでいるリストです 2つ目の要素として1つのurlを含んでいるリストです
By keeping all the URLs in a list, we can treat that as a list and do things with it much more easily than if it's combined with a keyword.
キーワードと結合しているよりも 非常に簡単に処理ができます キーワードまたは構造体に追加すると
We're gonna be top search keyword!
着替よう
We write out the keyword function.
そして関数名を書きます
You can choose a keyword to show only document files that are related to this keyword.
キーワードを選択してそれに関連する文書ファイルだけを表示させることができます
If it's not found, it adds a new entry to the index, that's the list of the keyword, and the single URL.
これがkeywordのリストと1つのurlです lookup関数を定義しました indexとkeywordを引数とし
For each list contained, we just need to look at the first element to see if that's the keyword we're looking for.
含まれている各リストの1つ目の要素を 見ればよいのです もし違えば次の要素に移ります
list comprehensions in Python, filtering a list to retain only some required elements, and I noticed that in JavaScript you included the ability to create an anonymous function with the function keyword.
あなたはJavaScriptにfunctionを使って 無名関数を生成する機能を加えていますね トップレベルで関数を宣言する際も functionを使うので
Start the search for the chosen keyword.
指定したキーワードで検索を開始します
Now we need to find the keyword.
keywordはここにあります entry 0 の位置にある要素です
let's use the keyword udacity and for the 3rd input we need the URL where that keyword appears.
3つ目の引数にはキーワードが現れるURLが必要です これがあるべきものです
And the element lists are themselves lists which contain the keyword followed by URLs where that keyword appears.
URLが続くキーワードリストです 初めの2つの選択肢より大きな利点があります
And I can check to see if an element is in a list in Python just by using the keyword in putting the element on the left and the list on the right.
そのリストに要素が含まれるか 調べることができます しかしPythonは裏側で何をして
That's the list that we want to add to the index to represent that we found this keyword at this one URL so far.
このキーワードは現時点で このURLで見つかったことを表します 例で詳しく見ていきましょう
To find the next keyword, if we start from keyword one, we don't know which position to look at.
どのポジションを探すのか分かりません リンクには様々な数字があり それがキーワードに含まれているかもしれません
The keyword andy is associated with 2 URLs udacity.com and searchwithpeter.info and the keyword irvin is associated with udacity.com .
udacity comと searchwithpeter infoです キーワードirvinはudacity comに関連しています そしてカウントは5と8です
We defined the lookup procedure that takes the index and the keyword, finds the entry in the index that corresponds to that keyword, and returns the URLs associated with that keyword.
そのkeywordと一致する indexのentryを見つけ キーワードに関連するURLを返します それではadd page to index関数を 定義していきましょう
Daily journal with calendar, templates and keyword searching
カレンダー テンプレート キーワード検索といった機能付きの日記
Enter the name of the custom keyword here...
ここに追加するキーワードを入力します

 

Related searches : Keyword - Keyword Research - Search Keyword - Keyword Usage - Keyword Terms - Keyword Filter - Keyword Targeting - Keyword Tag - Keyword Cloud - Keyword Matching - Keyword Data - Keyword Bidding - Keyword Phrases - Keyword Match