string2string icon indicating copy to clipboard operation
string2string copied to clipboard

String-to-String Algorithms for Natural Language Processing

Results 3 string2string issues
Sort by recently updated
recently updated
newest added

Hello! Thank you for this library! It works like a charm for many string and sequence problems. However, when using the Smith-Waterman algorithm for local alignment, I noticed that there...

`from string2string.metrics import sacreBLEU` raises the error: ``` File ~/my_dir/lib/python3.9/site-packages/string2string/metrics/rouge.py:8 1 """ 2 This module contains a wrapper class for the ROUGE metric. 3 4 ROUGE (Recall-Oriented Understudy for Gisting...

Cloning the project, installing dependencies with `pip install -r requirements.txt` and running tests with `python3 -m pytest` currently fails since `sacrebleu` and `rouge-score` are not explicitly listed as dependencies: ```...