Module String.Polarity

type t = Ocaml_simd.String.Polarity.t =
  1. | Pos
    (*

    do not negate result

    *)
  2. | Neg
    (*

    negate result

    *)
  3. | Masked_pos
    (*

    compute and negate result only before EOS

    *)
  4. | Masked_neg
    (*

    compute result only before EOS

    *)