Spaces:
Runtime error
Runtime error
cryptocalypse
commited on
Update lib/me.py
Browse files
lib/me.py
CHANGED
@@ -113,6 +113,7 @@ class I:
|
|
113 |
|
114 |
# generate ShortMem from LongTerm and questions over prompt data, compare with ourself datasets, return matches with sentiment analysys
|
115 |
def longToShortFast(self,txt):
|
|
|
116 |
subjects = coreAi.entity_pos_tagger(txt)
|
117 |
subjects_nc = coreAi.grammatical_pos_tagger(txt)
|
118 |
print(subjects_nc)
|
|
|
113 |
|
114 |
# generate ShortMem from LongTerm and questions over prompt data, compare with ourself datasets, return matches with sentiment analysys
|
115 |
def longToShortFast(self,txt):
|
116 |
+
memory = MemoryRobotNLP(max_size=200000)
|
117 |
subjects = coreAi.entity_pos_tagger(txt)
|
118 |
subjects_nc = coreAi.grammatical_pos_tagger(txt)
|
119 |
print(subjects_nc)
|