Skip to content

N-gram filters using KenLM #43

N-gram filters using KenLM

N-gram filters using KenLM #43

Workflow file for this run

name: CI
on:
push:
paths:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
cache: sbt
- run: sbt "scalafmtCheck;test"