Definitions of Ran Loose - Onelook
"; numPrinted += 1; continue; } str += "" + sentence + ""; if (domain == "b") { // title|author|url var ar2 = title.split("|"); title = truncate(ar2[0], 50, true); if (ar2[1] != " ") author = " by " + ar2[1] + ""; url = "" + ar2[2]; } else if (WIK_URL[domain]) { url = WIK_URL[domain] + encodeURIComponent(url_title); } else { url = "" + encodeURIComponent(url_title) + "&btnI"; } scroll_to_text = highlight_query.replace(/_/g, " ").replace(/[ ]+/g, "%20").replace(/["]/g,"%22").replace(/[']/g,"%27"); str += "
—" + title + "" + author + ""; show_related = true; if (show_related) { str += "  [Similar quotes, lyrics]"; } str += "

"; numPrinted += 1; } } str += "

Sorry, no dictionaries indexed in the selected category contain the exact phrase ran loose.
Did you mean:

Reverse dictionary results:
"; // if (selectedCluster !== "all" || selectedPos !== "all") { // str += ""; // } if (i >= maxExamples && maxExamples < 100) { str += "

More mentions...


"; } if (data.length == 0 && verbose) { str += "
(None found.)
"; } if (data.length == 0 && (query.includes(" ") || query.includes("[") || query.includes("_")) && !isFullSentenceQuery && backoffToSimilarSentence) { query = query.replace(/_/g, " "); query = query.replace(/[\[\]]/g, " "); var ss = "quotes"; if (window.location.href.includes("verses=1") || window.location.href.includes("Word=%5")) ss = "lyrics"; showSimilar(query, ss, "rzss_backoff"); return 0; } $(domId).html(str); $( function() { $( ".m_radio" ).checkboxradio(); $( ".m_radio_cluster" ).click(clickClusterCheckbox); $( ".wke_show_similar_quotes" ).click(clickShowSimilarQuotes); $( ".wke_show_similar_lyrics" ).click(clickShowSimilarLyrics); $( ".m_radio_pos" ).click(clickPosCheckbox); $( ".wke_similar_target" ).keydown(enterInSimQuery); } ); return numPrinted; } function enterInSimQuery(e, ui) { if(e.keyCode == 13) { e.preventDefault(); target_text = $(this).parent().find('.wke_sentence').first().text(); showSimilar(target_text, "quotes", "rzss_retyped"); // $(this).append(""); } }; function clickClusterCheckbox(e, ui) { selectedCluster = $(this).attr('id').replace("cluster-select-", ""); numPrinted = layoutResults(); if (numPrinted == 0 && selectedPos !== "all") { selectedPos = "all"; layoutResults(); } }; function clickPosCheckbox(e, ui) { selectedPos = $(this).attr('id').replace("pos-select-", ""); layoutResults(); }; function showSimilar(s, selector, logged_mode) { selectedCluster = "all"; selectedPod = "all"; genExampleSentencesFullText(s, apiHost, domId, verbose, "

Similar " + selector + " to \"" + "" + s + "\":

", 1000, selector, logged_mode); } function clickShowSimilarQuotes(e, ui) { target_text = $(this).parent().find('.wke_sentence').first().text(); target_text = target_text.replace("", ""); target_text = target_text.replace("", ""); showSimilar(target_text, "quotes", "rzss_simquotes"); }; function clickShowSimilarLyrics(e, ui) { target_text = $(this).parent().find('.wke_sentence').first().text(); target_text = target_text.replace("", ""); target_text = target_text.replace("", ""); showSimilar(target_text, "lyrics", "rzss_simlyrics"); }; function genExampleSentences(in_query, in_apiHost, in_domId, in_verbose, in_header, in_maxExamples, in_backoff) { apiHost = in_apiHost; isFullSentenceQuery = false; backoffToSimilarSentence = in_backoff; if (backoffToSimilarSentence) { var botPattern = "(bot)"; var re = new RegExp(botPattern, 'i'); var userAgent = navigator.userAgent; if (re.test(userAgent)) { backoffToSimilarSentence = false; } } $j.ajax({ url: in_apiHost + "/words?max=501&nonorm=1&k=rz_wke&rel_wke=" + in_query, context: document.body }).done(function(d) { data = d; query = in_query; domId = in_domId; verbose = in_verbose; header = in_header; maxExamples = in_maxExamples; layoutResults(); }); } function genExampleSentencesFullText(in_sentence, in_apiHost, in_domId, in_verbose, in_header, in_maxExamples, selector, logged_mode) { in_data = {"query": in_sentence, "selector": selector, "wke": true}; isFullSentenceQuery = true; $(in_domId).html("Searching..."); $j.ajax({ method: "POST", url: in_apiHost + "/sentences?k=" + logged_mode + "&mode=" + selector, contentType: "application/json", data: JSON.stringify(in_data), }).done(function(d) { data = d; domId = in_domId; verbose = in_verbose; header = in_header; maxExamples = in_maxExamples; layoutResults(); }); } genExampleSentences("ran loose", "//api.onelook.com", "#samplesentences", 0, "

Sentences similar to ran loose:
", 10, 1); You can look up the words in the phrase individually using these links:   ran ?   loose ?
(A question mark next to a word above means that we couldn't find it, but clicking the word might provide spelling suggestions.)

Not helpful? You might try using the wildcards * and ? to find the word you're looking for. For example, use

ran *to search for words beginning with ran , or
*ooseto search for words ending with oose
You might also try a Google search or Wikipedia search.

Search completed in 0.04 seconds.

Sarah Jenkins

Sarah Jenkins

Senior Technology Editor & AI Specialist

Sarah Jenkins is a veteran tech journalist with over 12 years of experience covering artificial intelligence, mobile innovations, and digital ethics. Her insights have appeared in leading technology publications worldwide.

Share this article
Twitter Facebook Pinterest