RevanthRameshkumar / CRD3

The repo containing the Critical Role Dungeons and Dragons Dataset.
Creative Commons Attribution Share Alike 4.0 International
128 stars 16 forks source link

Nw algorithm #7

Closed RevanthRameshkumar closed 4 years ago

RevanthRameshkumar commented 4 years ago

Added NeedlemanWunschAligner class with some of the core functions filled out (others still need to be filled in). Made a scoring matrix test case by comparing against one of the scoring matrix files from the original code so that the results in the paper are repeatable using this code.