"文脈手がかり"の翻訳 英語に:
例 (レビューされていない外部ソース)
| これが文脈自由文法が有限状態機械より 手ごわい理由です | We need to know where we came from in order to know where we're going. |
| おそらく文脈自由文法に関連が 少ないかもしれませんが同じ特徴です 文脈自由文法と文脈自由言語のすべてが | 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. |
| 文脈自由の反対は文脈依存です | You might think, Boy, is there a context expensive grammar out there? What's the opposite of free? |
| 文脈自由文法が表せる面白いものがあり | They're the actual input that we're trying to match. |
| 文脈自由文法です 文脈自由文法の説明をしましょう | These grammars that we've been introducing describe something new context free languages. |
| 新しい文脈に移ります | Y has the value of 2. |
| 文脈で判断するしかありません | Perhaps a stealth thing. |
| 文脈自由文法が使われるのは | So in lecture, we spent a lot of time learning about context free grammars and languages. |
| 正規言語の一部が文脈自由でなかったり | Is it the case that no regular languages are context free languages and vice versa? |
| 文脈自由文法 構文解析 構文解析プログラムを 文脈自由文法から自動的に生成することなどです | Finite State Machines, adding a lexer that follows them automatically, |
| 文脈自由文法を学べば | It relates grammars to parsing, which is one of the concepts in this class. |
| この上の行が文脈です | But if right above it I've written X 0, then we'd get a different answer. |
| 左には文脈自由文法の文法規則に 5つの空欄があります | Here's a new quiz. The Great Grammar Fix Up. |
| 文脈自由文法は正規表現より強力である | A context free grammar can capture the language a N and b N, where N is the same. |
| それは文脈による | 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 may get a little bit bigger, but it will totally work. |
| そしてプロジェクトをその文脈のなかに置く必要があります | And understand its interactions with the entire Earth. |
| 文脈自由文法を使った技術で | like HTML or SQL, the language of database queries. |
| もし文脈自由文法であるG1とG2の両方が | Sometimes this statement is true, and sometimes it's not. |
| もし正規言語がありその言語が文脈自由なら | This is sometimes true. |
| 文は 単語に文脈をもたらします | Well, because, sentences are more interesting. |
| 文脈自由文法と呼んでいます ここで学ぶすべての形式文法は 文脈自由文法を記述します | 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 New York means the same to me as it does to everyone else. |
| 実際は文脈自由文法のすべてです | It handles LL. It handles LR. It handles LALR. |
| 文脈自由文法ではこれを気にせず | That line above it is the context. |
| 文脈自由文法や正規表現より 強力なものはあるのでしょうか | But is there anything beyond that? |
| だから協調の文脈で問われるのは | Build the system so that anybody can contribute at any amount. |
| 文脈自由文法とメモ化を組み合わせて | This is called being lazy, and it's a phenomenal virtue when you're writing programs. |
| 言葉の意味は文脈によって変わりうる | The meaning of words can change according to their context. |
| 正規表現ですので文脈自由ですが | These are both infinite, infinite grammars. |
| 文字列のセットを指します 文脈自由言語も文字列のセットですが | In particular, it's a set of strings that can be represented by a finite state machine or a regular expression. |
| 文字通り手から足から | ... literallylimbfromlimb. |
| 系統だった文脈がなければ システム1は すぐに これまでの経験に基づいて文脈を作り出します 川に行くより銀行に行くことが多かった場合 | Without an explicit context, system one quickly generates one based on previous experience. |
| 文脈自由文法は ただの書き換え規則で | Actually, they're both just concise notations for specifying possibly infinite sets of strings. |
| だから相関と回帰の文脈だと XとYの相関が | And the null hypothesis just says that there's no effect. |
| 理解に役立ったり 意味を持たせる 文脈がなければ | Look at these two intersecting lines. |
| 言い換えると文脈自由文法に一致するかどうか 文脈自由文法から生成可能かどうか これらはすべて同じ質問で メモ化を使って答えることができます | We often want to check and see if a string is in the language of a context free grammar or matches that context free grammar, can be derived or generated by that context free grammar these are all the same question and one way to do that was memoization, which for many years I always wanted to call memorization, but it's just not. |
| 意図的にそうしたからです まずは文法の基本や文脈自由文法 | Units 3 and 4 were relatively abstract to some degree, intentionally so. |
| 正規かつ文脈自由という言語もあります 残る2つの可能性はすべての正規言語が 文脈自由言語またはその逆です | There are some context free languages that are not regular, but there are some languages that are regular and context free. |
| ... スペル間違いの単語とその文脈... | ... the misspelled word shown in context... |
| 今回は3つの文脈自由文法を書きました | All right. So, it's another one of these puzzle like questions. |