from jinja2 import Environment, FileSystemLoader
#example of colonial glossary
dict_verb_coloniality = {
'grant':
{'meaning': 'to give or allow someone something, usually in an officialway',
'value': 90},
'modify': {'meaning': 'to change something, usually to improve it or make it more acceptable',
'value':},
'reproduce': {'meaning': ' to produce a copy of something',
'value': 80},
'display': {'meaning': 'to arrange something or a collection of things so that it can be seen by the public',
'value': 80},
'provide': {'meaning': ' to give someone something that they need',
'value': 60},
'use': {'meaning': ' building to a particular purpose',
'value': 50},
}
dict_noun_coloniality = {
'service':
{'meaning': 'private organization that is responsible for a particular type of activity, or for providing a particular thing that people need',
'value': 80},
'services':
{'meaning': 'private organization that is responsible for a particular type of activity, or for providing a particular thing that people need',
'value': 80},
'agreement': {'meaning': 'the situation in which people have the same opinion',
'value': 90 },
}
# example
"Yougrant
{% for word in text %}
{% if word in colon_dict.keys() %}
{{word}}