structure conversions implemented, had to update makefile, gitignore etc.

This commit is contained in:
2020-04-22 14:22:02 +02:00
parent 90a6cda9fe
commit f609177d33
6 changed files with 79 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ class SkeCollocation:
def __init__(self, data):
self.word = data.word
self.frequency = data.count
self.structure_name = data.gramrel
self.structure_name = convert_structure(data.gramrel)
self.other = {"score": data.score, "cm": data.cm}