Property RemoveNonSpacingMarks
- Namespace
- Qavren.Edge.Embeddings.Onnx
- Assembly
- Qavren.Edge.Embeddings.Onnx.dll
RemoveNonSpacingMarks
Strip non-spacing marks. False by default, which matches bert-base-uncased: it
strips accents through its own normaliser rather than this flag.
public bool RemoveNonSpacingMarks { get; set; }