Skip to content
Snippets Groups Projects
Commit eae04e32 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

map indices for pos options

parent 4e98b9cf
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,19 @@ const api = setup({
})
const posTags = {
noun: 1,
pron: 2,
det: 3,
adj: 4,
cconj: 5,
sconj: 6,
adv: 7,
adp: 8,
verb: 9,
intj: 10
}
const posOptions = [
{label: "Alle ordklasser"},
{label: "substantiv", tag: "NOUN"},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment