modifying frames api

This commit is contained in:
2019-03-28 19:17:45 +01:00
parent d84ad9e163
commit 1f83f96267
10 changed files with 529 additions and 66 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ class Slot():
# It consists of different tokens.
def __init__(self, functor, tids=None, count=None):
self.functor = functor
self.tids = tids or []
self.tids = tids or [] # combining multiple sentences vertically
self.count = count or 1
def to_string(self):