Skip to content

Commit

Permalink
deploy: eedcf8f
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Dec 14, 2024
1 parent 14f28ec commit 6316baf
Show file tree
Hide file tree
Showing 3 changed files with 832 additions and 831 deletions.
18 changes: 9 additions & 9 deletions fuzz_8hpp_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -627,16 +627,16 @@
<div class="line"><a name="l00787"></a><span class="lineno"> 787</span>&#160;} <span class="comment">// namespace rapidfuzz::fuzz</span></div>
<div class="line"><a name="l00788"></a><span class="lineno"> 788</span>&#160; </div>
<div class="line"><a name="l00789"></a><span class="lineno"> 789</span>&#160;<span class="preprocessor">#include &lt;rapidfuzz/fuzz_impl.hpp&gt;</span></div>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
<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 &amp;s1, const Sentence2 &amp;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>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Expand Down
Loading

0 comments on commit 6316baf

Please sign in to comment.