cryptocalypse commited on
Commit
1d03c16
·
verified ·
1 Parent(s): 43e5db2

Update lib/me.py

Browse files
Files changed (1) hide show
  1. lib/me.py +1 -0
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)