Skip to content

Commit cd3eda0

Browse files
author
Sean Trott
committed
master, saving
1 parent 665bf41 commit cd3eda0

10 files changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/nluas/app/__init__.py

Whitespace-only changes.

src/main/nluas/feature.pyc

7.9 KB
Binary file not shown.

src/main/nluas/language/__init__.py

Whitespace-only changes.
224 Bytes
Binary file not shown.
2.8 KB
Binary file not shown.
14.1 KB
Binary file not shown.

src/main/nluas/language/specializer_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def invert_pointers(self, goal):
149149
for roles, filler in i.__items__():
150150
# Checks: filler is schema, it exists, and it has a temporalitly
151151
if filler.typesystem() == "SCHEMA" and filler:# and "temporality" in filler.__dir__():
152+
print(repr(filler))
152153
for k, v in filler.__items__():
153154
if v.index() == goal.index():
154155
final[filler.type()] = filler
16.8 KB
Binary file not shown.

src/main/nluas/ntuple_decoder.pyc

2.82 KB
Binary file not shown.

src/main/nluas/utils.pyc

41.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)