"文脈自然"の翻訳 英語に:
辞書 日本-英語
文脈自然 - 翻訳 :
例 (レビューされていない外部ソース)
文脈自由文法を自然に書けるようになって | These days I think your time, the human's time, is more important than the computers. |
文脈自由の反対は文脈依存です | You might think, Boy, is there a context expensive grammar out there? What's the opposite of free? |
文脈自由文法です 文脈自由文法の説明をしましょう | These grammars that we've been introducing describe something new context free languages. |
文脈自由文法を学べば | It relates grammars to parsing, which is one of the concepts in this class. |
文脈自由文法 構文解析 構文解析プログラムを 文脈自由文法から自動的に生成することなどです | Finite State Machines, adding a lexer that follows them automatically, |
おそらく文脈自由文法に関連が 少ないかもしれませんが同じ特徴です 文脈自由文法と文脈自由言語のすべてが | 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. |
文脈自由文法が使われるのは | 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. |
実際は文脈自由文法のすべてです | It handles LL. It handles LR. It handles LALR. |
文脈自由文法ではこれを気にせず | That line above it is the context. |
文脈自由文法と呼んでいます ここで学ぶすべての形式文法は 文脈自由文法を記述します | 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. |
文脈自由文法とメモ化を組み合わせて | This is called being lazy, and it's a phenomenal virtue when you're writing programs. |
文脈自由文法は ただの書き換え規則で | Actually, they're both just concise notations for specifying possibly infinite sets of strings. |
今回は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. |
同様に文脈自由文法や構文解析を理解することは | That's much more important than knowing the particular syntax for any language. |
実際に言語形式主義や文脈自由文法に対し | That's a good point, Peter, and the answer is yes. |
正規表現ですので文脈自由ですが | These are both infinite, infinite grammars. |
文脈自由文法だけではJavaScriptや HTMLのような言語を | That's an excellent question. |
ここまでの説明で正規表現と文脈自由文法は | In theory, you could compose it over here as well. |
自然と文化の調和だな | Nature and culture in harmony, you see, Lizzy. |
左には文脈自由文法の文法規則に 5つの空欄があります | Here's a new quiz. The Great Grammar Fix Up. |
文字列のセットを指します 文脈自由言語も文字列のセットですが | In particular, it's a set of strings that can be represented by a finite state machine or a regular expression. |
そのあとは より強力な文脈自由文法に移りました | They may get a little bit bigger, but it will totally work. |
またどんな正規言語も 文脈自由文法で表現できるからです どのような有限状態機械でも 文脈自由文法で表現できます | This is always true because we have our Pac Man diagram here, and also because you can take any regular language and represent it with a context free grammar. |
意図的にそうしたからです まずは文法の基本や文脈自由文法 | Units 3 and 4 were relatively abstract to some degree, intentionally so. |
しかし文脈自由文法 生成文法 普遍文法の多くの概念は 心理学や言語学 計算言語学からきています それらは人の言語や自然言語を | There are a number of references to these underneath the lecture videos, but it turns out that a lot of these notions of context free grammars or generative grammars or universal grammars actually came out of psychology or linguistics or computational linguistics to help us understand human and natural language. |
正規言語の一部が文脈自由でなかったり | Is it the case that no regular languages are context free languages and vice versa? |
自然数 これについてですが これは文脈によっては異なる意味を持ちますが | Lets review each of these |
これを使って任意の文脈自由文法で 文字列を構文解析してみましょう | All right. Now that you've gone to the hard work of defining all of those procedures, |
それは文脈による | 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. |
この定義は文脈自由文法の表現 開始する非終端記号 書き換え済みの記号のリストを取り込み 文脈自由文法が空であるか否かを判定します | In this problem we've been asked to define a function, cfgempty, which takes in a representation of a context free grammar, a starting state, and a list of visited states and determines whether or not that context free grammar is empty. |
有限状態機械で実装されていました 構文解析は文脈自由文法を使い | They specify sets of strings, and they can be implemented under the hood with finite state machines. |
これが文脈自由文法が有限状態機械より 手ごわい理由です | We need to know where we came from in order to know where we're going. |
もし正規言語がありその言語が文脈自由なら | This is sometimes true. |
文は 単語に文脈をもたらします | Well, because, sentences are more interesting. |
文脈自由文法で表されます これらの3つの質問で求められているのは 正規言語と文脈自由言語の関係を決定することです | A context free language is also a set of strings but can be represented by context free grammar, and what these 3 questions are asking us in this problem is to determine the relationship between a regular language and a context free language, so let's say this bubble represents the set of regular languages. |
文脈自由文法や正規表現より 強力なものはあるのでしょうか | But is there anything beyond that? |
新しい文脈に移ります | Y has the value of 2. |
この上の行が文脈です | But if right above it I've written X 0, then we'd get a different answer. |
関連検索 : 自然な文脈 - 文脈自由 - 文脈 - 自然と文化 - 自然の水文学 - 文脈パフォーマンス - 文脈メモリ - 文脈で - 文脈で - 文脈インテリジェンス - 文脈レベル - 文脈リスク - 文脈デザイン - 文脈コヒーレンス