I can't find any way to add data to dictionaries from text documents. Wait, is it even possible?
e.g.
with open("D:\Programming - Python\S.A.M.I\Words/Pos.txt", encoding="utf-8") as f:
posread=f.read()
(and then have this split each word using .split(,) to a dictionary)