noun
word boundary
Computing term for the position between words in text processing, such as in regular expressions or natural language processing.
正規表現でワード境界を指定するには \b を使います。
To specify a word boundary in a regular expression, use \b.
形態素解析では、ワード境界の検出が重要です。
In morphological analysis, detecting word boundaries is important.