@extends('layouts.with_sidebar') @section('sidebar')

Stems

@foreach (Stem::all() as $stem)
@endforeach

Tenses

@foreach (Tense::all() as $tense)
@endforeach

Roots

@foreach (Root::orderBy('root_kind_id')->get() as $root)
@endforeach

Settings

@endsection @section('content')

There are no verbs matching the criteria in our database.

Parse the verb and enter the answer as described below. Press return. If your answer was correct and there are multiple possible parsings, an extra input field will appear. After the first incorrect answer or after entering all possible answers, you can continue to the next verb by pressing return once more.

Stems: either use the full name or a significant beginning (i.e. Q for Qal but Pi for Piel rather than P).
Tenses: use the abbreviations pf, ipf, coh, imp, jus, infcs, infabs, pta and ptp.
Person: 1, 2, 3 or none (infinitives and participles).
Gender: m, f or none (infinitives).
Number: s, p or none (infinitives).

Examples: Q pf 3ms, ni pta fp, pi infabs.

You can also use the buttons to enter your answer. This is an experimental feature.

@endsection