issues
search
relatio-nlp
/
relatio
code base for constructing narrative statements from text
MIT License
98
stars
27
forks
source link
Speed up class-oriented narrative models
#54
Closed
PinchOfData
closed
2 years ago
PinchOfData
commented
2 years ago
Gains of speed are to be found for
NarrativeModel.train(): cdist() is a costly operation, perhaps call it by batches rather than one phrase at a time
NarrativeModel.predict(): cdist() is a costly operation, perhaps call it by batches rather than one phrase at a time
Gains of speed are to be found for