liamreilly01 / Sweng-Group-20

1 stars 0 forks source link

Optimise algorithm for finding the answer to a given question #24

Closed MylanaBulat closed 1 year ago

MylanaBulat commented 1 year ago

At the moment, our algorithm iterates through the full body of each act to find the most likely answer. Obviously, this is very inefficient.

I will try to work on optimising the algorithm so that it iterates through each act's description (short summary) and returns the act most likely to contain the answer to the given question.