|
627 | 627 | <div class="line"><a name="l00787"></a><span class="lineno"> 787</span> } <span class="comment">// namespace rapidfuzz::fuzz</span></div> |
628 | 628 | <div class="line"><a name="l00788"></a><span class="lineno"> 788</span>  </div> |
629 | 629 | <div class="line"><a name="l00789"></a><span class="lineno"> 789</span> <span class="preprocessor">#include <rapidfuzz/fuzz_impl.hpp></span></div> |
630 | | -<div class="ttc" id="agroup__Fuzz_html_ga0d510c43917869e7533d5bb1ba74aef3"><div class="ttname"><a href="group__Fuzz.html#ga0d510c43917869e7533d5bb1ba74aef3">rapidfuzz::fuzz::WRatio</a></div><div class="ttdeci">double WRatio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Calculates a weighted ratio based on the other ratio algorithms.</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:826</div></div> |
| 630 | +<div class="ttc" id="agroup__Fuzz_html_ga0d510c43917869e7533d5bb1ba74aef3"><div class="ttname"><a href="group__Fuzz.html#ga0d510c43917869e7533d5bb1ba74aef3">rapidfuzz::fuzz::WRatio</a></div><div class="ttdeci">double WRatio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Calculates a weighted ratio based on the other ratio algorithms.</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:827</div></div> |
631 | 631 | <div class="ttc" id="agroup__Fuzz_html_ga306278c79c5f49d696dff2e0dff7f819"><div class="ttname"><a href="group__Fuzz.html#ga306278c79c5f49d696dff2e0dff7f819">rapidfuzz::fuzz::ratio</a></div><div class="ttdeci">double ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">calculates a simple ratio between two strings</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:27</div></div> |
632 | | -<div class="ttc" id="agroup__Fuzz_html_ga54d01a1f46d05d9eaa99708e66a1c502"><div class="ttname"><a href="group__Fuzz.html#ga54d01a1f46d05d9eaa99708e66a1c502">rapidfuzz::fuzz::QRatio</a></div><div class="ttdeci">double QRatio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Calculates a quick ratio between two strings using fuzz.ratio.</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:908</div></div> |
633 | | -<div class="ttc" id="agroup__Fuzz_html_ga63d57e2425a7e4c0ff43565b95fc9390"><div class="ttname"><a href="group__Fuzz.html#ga63d57e2425a7e4c0ff43565b95fc9390">rapidfuzz::fuzz::partial_token_set_ratio</a></div><div class="ttdeci">double partial_token_set_ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Compares the words in the strings based on unique and common words between them using fuzz::partial_r...</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:490</div></div> |
634 | | -<div class="ttc" id="agroup__Fuzz_html_ga6c3d4f9ebf3a92334b97e0fb3a204cf7"><div class="ttname"><a href="group__Fuzz.html#ga6c3d4f9ebf3a92334b97e0fb3a204cf7">rapidfuzz::fuzz::token_ratio</a></div><div class="ttdeci">double token_ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Helper method that returns the maximum of fuzz::token_set_ratio and fuzz::token_sort_ratio (faster th...</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:567</div></div> |
635 | | -<div class="ttc" id="agroup__Fuzz_html_ga7908598f2c3cc9454137063748e2dca1"><div class="ttname"><a href="group__Fuzz.html#ga7908598f2c3cc9454137063748e2dca1">rapidfuzz::fuzz::partial_token_ratio</a></div><div class="ttdeci">double partial_token_ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Helper method that returns the maximum of fuzz::partial_token_set_ratio and fuzz::partial_token_sort_...</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:733</div></div> |
636 | | -<div class="ttc" id="agroup__Fuzz_html_ga806f12bbb364f60488cb20fd6011bed1"><div class="ttname"><a href="group__Fuzz.html#ga806f12bbb364f60488cb20fd6011bed1">rapidfuzz::fuzz::token_set_ratio</a></div><div class="ttdeci">double token_set_ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Compares the words in the strings based on unique and common words between them using fuzz::ratio.</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:431</div></div> |
637 | | -<div class="ttc" id="agroup__Fuzz_html_gabc2ec33c2f0c2e324c0088e18e75c88c"><div class="ttname"><a href="group__Fuzz.html#gabc2ec33c2f0c2e324c0088e18e75c88c">rapidfuzz::fuzz::partial_token_sort_ratio</a></div><div class="ttdeci">double partial_token_sort_ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Sorts the words in the strings and calculates the fuzz::partial_ratio between them.</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:342</div></div> |
638 | | -<div class="ttc" id="agroup__Fuzz_html_gad11b4e6223b7e258ac1df2549a476fdd"><div class="ttname"><a href="group__Fuzz.html#gad11b4e6223b7e258ac1df2549a476fdd">rapidfuzz::fuzz::token_sort_ratio</a></div><div class="ttdeci">double token_sort_ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Sorts the words in the strings and calculates the fuzz::ratio between them.</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:303</div></div> |
639 | | -<div class="ttc" id="agroup__Fuzz_html_gaf3233dbb354b88066dc51bf1f27dbdee"><div class="ttname"><a href="group__Fuzz.html#gaf3233dbb354b88066dc51bf1f27dbdee">rapidfuzz::fuzz::partial_ratio</a></div><div class="ttdeci">double partial_ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">calculates the fuzz::ratio of the optimal string alignment</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:240</div></div> |
| 632 | +<div class="ttc" id="agroup__Fuzz_html_ga54d01a1f46d05d9eaa99708e66a1c502"><div class="ttname"><a href="group__Fuzz.html#ga54d01a1f46d05d9eaa99708e66a1c502">rapidfuzz::fuzz::QRatio</a></div><div class="ttdeci">double QRatio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Calculates a quick ratio between two strings using fuzz.ratio.</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:909</div></div> |
| 633 | +<div class="ttc" id="agroup__Fuzz_html_ga63d57e2425a7e4c0ff43565b95fc9390"><div class="ttname"><a href="group__Fuzz.html#ga63d57e2425a7e4c0ff43565b95fc9390">rapidfuzz::fuzz::partial_token_set_ratio</a></div><div class="ttdeci">double partial_token_set_ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Compares the words in the strings based on unique and common words between them using fuzz::partial_r...</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:491</div></div> |
| 634 | +<div class="ttc" id="agroup__Fuzz_html_ga6c3d4f9ebf3a92334b97e0fb3a204cf7"><div class="ttname"><a href="group__Fuzz.html#ga6c3d4f9ebf3a92334b97e0fb3a204cf7">rapidfuzz::fuzz::token_ratio</a></div><div class="ttdeci">double token_ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Helper method that returns the maximum of fuzz::token_set_ratio and fuzz::token_sort_ratio (faster th...</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:568</div></div> |
| 635 | +<div class="ttc" id="agroup__Fuzz_html_ga7908598f2c3cc9454137063748e2dca1"><div class="ttname"><a href="group__Fuzz.html#ga7908598f2c3cc9454137063748e2dca1">rapidfuzz::fuzz::partial_token_ratio</a></div><div class="ttdeci">double partial_token_ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Helper method that returns the maximum of fuzz::partial_token_set_ratio and fuzz::partial_token_sort_...</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:734</div></div> |
| 636 | +<div class="ttc" id="agroup__Fuzz_html_ga806f12bbb364f60488cb20fd6011bed1"><div class="ttname"><a href="group__Fuzz.html#ga806f12bbb364f60488cb20fd6011bed1">rapidfuzz::fuzz::token_set_ratio</a></div><div class="ttdeci">double token_set_ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Compares the words in the strings based on unique and common words between them using fuzz::ratio.</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:432</div></div> |
| 637 | +<div class="ttc" id="agroup__Fuzz_html_gabc2ec33c2f0c2e324c0088e18e75c88c"><div class="ttname"><a href="group__Fuzz.html#gabc2ec33c2f0c2e324c0088e18e75c88c">rapidfuzz::fuzz::partial_token_sort_ratio</a></div><div class="ttdeci">double partial_token_sort_ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Sorts the words in the strings and calculates the fuzz::partial_ratio between them.</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:343</div></div> |
| 638 | +<div class="ttc" id="agroup__Fuzz_html_gad11b4e6223b7e258ac1df2549a476fdd"><div class="ttname"><a href="group__Fuzz.html#gad11b4e6223b7e258ac1df2549a476fdd">rapidfuzz::fuzz::token_sort_ratio</a></div><div class="ttdeci">double token_sort_ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">Sorts the words in the strings and calculates the fuzz::ratio between them.</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:304</div></div> |
| 639 | +<div class="ttc" id="agroup__Fuzz_html_gaf3233dbb354b88066dc51bf1f27dbdee"><div class="ttname"><a href="group__Fuzz.html#gaf3233dbb354b88066dc51bf1f27dbdee">rapidfuzz::fuzz::partial_ratio</a></div><div class="ttdeci">double partial_ratio(const Sentence1 &s1, const Sentence2 &s2, double score_cutoff=0)</div><div class="ttdoc">calculates the fuzz::ratio of the optimal string alignment</div><div class="ttdef"><b>Definition:</b> fuzz_impl.hpp:241</div></div> |
640 | 640 | </div><!-- fragment --></div><!-- contents --> |
641 | 641 | <!-- start footer part --> |
642 | 642 | <hr class="footer"/><address class="footer"><small> |
|
0 commit comments