libgrammstein 0.1.0

Hybrid language model (N-gram + Embeddings) for WFST text correction
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Coq/Rocq project file for libgrammstein formal verification
#
# Build with: coq_makefile -f _CoqProject -o Makefile && make
#
# Prerequisites:
#   - Coq/Rocq 8.18+ (for Lqa tactic)
#   - Standard library (included with Coq)
#
# For memory-intensive proofs, use resource limits:
#   systemd-run --user --scope -p MemoryMax=16G -p CPUQuota=400% make

# Compiler flags
-Q . LibgrammsteinFormal

# Source files
MknStatistics.v
FrequencyCountsMerge.v
MknFloatBounds.v