Module:form of/lang-data/nl

Hello, you have come here looking for the meaning of the word Module:form of/lang-data/nl. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:form of/lang-data/nl, but we will also tell you about its etymology, its characteristics and you will know how to say Module:form of/lang-data/nl in singular and plural. Everything you need to know about the word Module:form of/lang-data/nl you have here. The definition of the word Module:form of/lang-data/nl will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:form of/lang-data/nl, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

This module contains language-specific form-of data (tags, shortcuts, base lemma params. etc.) for Dutch.


--[=[
This module contains lang-specific tags for Dutch.
]=]

local m_form_of_data = require("Module:form of/data")

local APPENDIX = m_form_of_data.APPENDIX
local WP = m_form_of_data.WP
local WIKT = m_form_of_data.WIKT

local tags = {}
local shortcuts = {}

-- adjective form shortcuts
shortcuts = {"m//f", "s", "attr", ";", "def", "n", "s", "attr", ";", "p", "attr"}
shortcuts = {"indef", "m//f", "s", "attr", ";", "indef", "p", "attr"}

-- verb form shortcuts
shortcuts = {"inv", "2", "s", "pres", "ind"}
shortcuts = {"1", "s", "pres", "ind", ";", "2-inv", ";", "imp"}
shortcuts = {"1//2//3", "s", "pres", "ind", ";", "imp"}
shortcuts = {"2//3", "s", "pres", "ind", ";", "p", "imp"}
shortcuts = {"p", "pres", "ind", ";", "p", "pres", "sub"}
shortcuts = {"s", "past", "ind", ";", "s", "past", "sub"}
shortcuts = {"p", "past", "ind", ";", "p", "past", "sub"}
shortcuts = {"1", "s", "dep", "pres", "ind"}
shortcuts = {"1//2//3", "s", "dep", "pres", "ind"}
shortcuts = {"2//3", "s", "dep", "pres", "ind"}
shortcuts = {"s", "dep", "past", "ind", ";", "s", "dep", "past", "sub"}
shortcuts = {"p", "dep", "past", "ind", ";", "p", "dep", "past", "sub"}

local base_lemma_params = {
	{
		param = "comp-of",
		tags = {"comd"},
	},
	{
		param = "sup-of",
		tags = {"supd"},
	},
	{
		param = "pastpart-of",
		tags = {"past", "part"},
	},
}


----------------------- Person -----------------------

tags = {
	"person",
	nil,
	"2-u",
	display = "] (])",
}

tags = {
	"person",
	nil,
	"2-gij",
	display = "] (])",
}

----------------------- Attitude -----------------------

tags = {
	"attitude",
	"wikt:Appendix:Dutch diminutives",
	"dim",
	108709,
}

----------------------- Misc grammar -----------------------

tags = {
	"grammar",
	nil,
	"dep",
	display = "]",
}

tags = {
	"grammar",
	nil,
	"inv",
	display = "(in case of ])",
}

----------------------- Create the shortcuts list -----------------------

m_form_of_data.finalize(tags, shortcuts)

return {tags = tags, shortcuts = shortcuts, base_lemma_params = base_lemma_params}