memrootじしょ
英和翻訳
String matching
Constructive mathematics
Finite automata
Proof assistant
hanging by a thread
Dependent type
harbinger of good
String matching
/strɪŋ ˈmætʃɪŋ/
ストリングマッチング
1.
ある文字列(パターン)が、より大きな文字列やテキストデータの中に存在するかどうかを探索するプロセス。情報検索、バイオインフォマティクスなどで広く用いられる。
ある特定の文字の並び(パターン)が、与えられたより大きなテキストやデータの中で、どこに、またはいくつ存在するかを探索する操作やアルゴリズムを指します。これは、文書検索、DNAシーケンス解析、スペルチェックなど、多くのコンピュータサイエンスの分野で基礎となる概念です。
The
text
editor
uses
a
powerful
string
matching
algorithm.
(そのテキストエディタは、強力な文字列照合アルゴリズムを使用しています。)
The text editor
そのテキストエディタ
uses
~を使用する
a powerful
強力な
string matching algorithm
文字列照合アルゴリズム
Efficient
string
matching
is
crucial
for
search
engines.
(効率的な文字列照合は検索エンジンにとって不可欠です。)
Efficient
効率的な
string matching
文字列照合
is crucial
不可欠である
for search engines
検索エンジンにとって
Regular
expressions
are
often
used
for
advanced
string
matching.
(正規表現は、高度な文字列照合によく使用されます。)
Regular expressions
正規表現
are often used
よく使用される
for advanced
高度な
string matching
文字列照合
This
task
involves
string
matching
to
identify
specific
patterns
in
the
data.
(このタスクには、データ内の特定のパターンを識別するための文字列照合が含まれます。)
This task
このタスク
involves
~を含む
string matching
文字列照合
to identify
~を識別するために
specific patterns
特定のパターン
in the data
データ内の
関連
pattern matching
text search
regular expressions
algorithm
substring
exact matching
fuzzy matching
text processing