Skip to content

A small Syntactic Parser for Turkish Language, created with CKY algorithm.

License

Notifications You must be signed in to change notification settings

GoktugOcal/turkish-syntactic-parser

Repository files navigation

turkish-nlp-dependecy-parser

(nonterminals) N = {S, NP, VP, PP, Noun, Verb, ....}

(terminals) Σ = {I, you, he, eat, drink, sushi, ball, }

(set of rules) R ⊆ {A → β with left-hand-side (LHS) A ∈ N
and right-hand-side (RHS) β ∈ (N ∪ Σ)* }