"文脈理解"の翻訳 英語に:


  辞書 日本-英語

文脈理解 - 翻訳 :

  例 (レビューされていない外部ソース)

同様に文脈自由文法や構文解析を理解することは
That's much more important than knowing the particular syntax for any language.
文脈自由文法 構文解析 構文解析プログラムを 文脈自由文法から自動的に生成することなどです
Finite State Machines, adding a lexer that follows them automatically,
理解に役立ったり 意味を持たせる 文脈がなければ
Look at these two intersecting lines.
文脈自由の反対は文脈依存です
You might think, Boy, is there a context expensive grammar out there? What's the opposite of free?
理論的な意味で プロシージャ間のデータフロー解析と同じ問題です 皆さんは文脈自由文法で文字列生成を
It turns out that interprocedural data flow analysis is the same problem as, in a theoretical sense, context free language reachability, which is the same problem as could I generate a string in a context free grammar.
文脈自由文法です 文脈自由文法の説明をしましょう
These grammars that we've been introducing describe something new context free languages.
不正な文脈で解析されないエンティティ参照ですQXml
unparsed entity reference in wrong context
文脈自由文法を学べば
It relates grammars to parsing, which is one of the concepts in this class.
これを使って任意の文脈自由文法で 文字列を構文解析してみましょう
All right. Now that you've gone to the hard work of defining all of those procedures,
有限状態機械で実装されていました 構文解析は文脈自由文法を使い
They specify sets of strings, and they can be implemented under the hood with finite state machines.
それは文脈による
It depends on the context.
赤は文脈に応じて
This branch of the family is all about representation.
相関関係の文脈で
I am just gonna pause for a moment to let you think about that.
考え方は複雑ではありません ただ文脈自由文法を使うだけです 理解度を確かめるために
This concept is not particularly tricky, but it does require a context free grammar.
これが文脈自由文法が有限状態機械より 手ごわい理由です
We need to know where we came from in order to know where we're going.
文脈自由文法が使われるのは
So in lecture, we spent a lot of time learning about context free grammars and languages.
文脈自由文法を使った技術で
like HTML or SQL, the language of database queries.
おそらく文脈自由文法に関連が 少ないかもしれませんが同じ特徴です 文脈自由文法と文脈自由言語のすべてが
But that's an example of an application that also uses this sort of linguistic analysis perhaps a little less related to context free grammars but still in the same vein.
正規表現にできることが限られ 構文解析に文脈自由文法が必要なように
All of that is going to matter for figuring out the true interpretations of programs.
ビデオを理解するための文脈や 生徒の学習目的を 設定できます Think のところでは
You might use the Let's Begin section to set context for interpreting the video or to define a learning objective for your students.
対になる丸括弧を処理できないので 構文解析には使えません 文脈自由言語と文脈自由文法にも できることは限られています ですから他の技術も学んでいきます
In fact, just as we saw that regular languages and regular expressions weren't powerful enough to do everything we needed they couldn't handle balanced parentheses, so we couldn't use them for parsing it's going to turn out that context free languages and context free grammars will only take us so far, and we're going to use additional techniques like interpretation or keeping track of local variables in order to find other things out.
文は 単語に文脈をもたらします
Well, because, sentences are more interesting.
日本の文化は理解しがたい
I can do that, just wait. (ding!)
女 母国語 理解できない文化
I'm afraid of losing this place.
文脈自由文法と呼んでいます ここで学ぶすべての形式文法は 文脈自由文法を記述します
The set of languages that can be described by re write rules or grammers like this are called context free languages.
文脈自由文法は常に有限の文を生成する
Here I've written down four claims.
新しい文脈に移ります
Y has the value of 2.
この上の行が文脈です
But if right above it I've written X 0, then we'd get a different answer.
この0 229という値を 問題の文脈で解釈してみましょう
And that gives us the entire expression is 0.229.
実際は文脈自由文法のすべてです
It handles LL. It handles LR. It handles LALR.
文脈自由文法ではこれを気にせず
That line above it is the context.
英語の文を理解するためには
We're going to design together formal grammars that exactly capture HTML and JavaScript or at least interesting subsets of them.
文脈自由文法とメモ化を組み合わせて
This is called being lazy, and it's a phenomenal virtue when you're writing programs.
彼はその文が理解できなかった
He couldn't understand the sentence.
文脈自由文法は ただの書き換え規則で
Actually, they're both just concise notations for specifying possibly infinite sets of strings.
... スペル間違いの単語とその文脈...
... the misspelled word shown in context...
まずは字句解析を使いトークンに分けます 2つ目は構文解析でトークンが文脈自由文法により 生成できるかを判定しました
To do this, we use 2 key techniques lexical analysis, which broke the string down into a stream of tokens, and syntactic analysis or parsing, which takes a string of tokens and checks to see if they adhere to, if they conform to a context free grammar.
今回は3つの文脈自由文法を書きました
All right. So, it's another one of these puzzle like questions.
文脈自由文法が表せる面白いものがあり
They're the actual input that we're trying to match.
もし文脈自由文法であるG1とG2の両方が
Sometimes this statement is true, and sometimes it's not.
文脈自由文法は正規表現より強力である
A context free grammar can capture the language a N and b N, where N is the same.
私はこの文の意味が理解できない
I can't make out the meaning of this sentence.
その文を理解することができます
We much prefer grammatical sentences.
文脈自由文法の書き方を受理します それはYacc Bison Ocamlyacc Java CUP Ryacc Ruby Yaccでも同じです
If you want to go try Oink out later on, it accepts this same sort of context free grammar format that we're used to.
構文解析や文脈自由文法だけでは足りません 上の行にx 4と書いてあればx 2 6となります
So we're going to need something more than just parsing, more than context free grammars, to reason about programs that include substrings like X 2.

 

関連検索 : 文脈を理解 - 文理解 - 文脈の解釈 - 文脈を理解します - 文脈 - 文化理解 - 理解文化 - 物理的な文脈 - 理論的な文脈 - 地理的な文脈 - 異文化理解 - 異文化理解 - 文化を理解 - 多文化理解