Module: Kotoshu::Algorithms::Lookup::CompoundPos

Defined in:
lib/kotoshu/algorithms/lookup.rb

Overview

Position of word part in compound word.

Used when checking whether a word could be part of a compound (specifically its begin/middle/end).

Constant Summary collapse

BEGIN_POS =
:begin
MIDDLE =
:middle
END_POS =
:end