relevance 音标拼音: [r'ɛləvəns]
n . 中肯,适当
中肯,适当
relevance 关联比
relevance 关联
relevance n 1 :
the relation of something to the matter at hand [
synonym :
{
relevance }, {
relevancy }] [
ant : {
irrelevance },
{
irrelevancy }]
Relevance \
Rel "
e *
vance \ (
r ?
l "?*
vans ),
Relevancy \
Rel "
e *
van *
cy \
(-
van *
s ?),
n .
1 .
The quality or state of being relevant ;
pertinency ;
applicability .
[
1913 Webster ]
Its answer little meaning ,
little relevancy bore .
--
Poe .
[
1913 Webster ]
2 . (
Scots Law )
Sufficiency to infer the conclusion .
[
1913 Webster ]
85 Moby Thesaurus words for "
relevance ":
account ,
admissibility ,
advantage ,
affective meaning ,
affinity ,
applicability ,
application ,
appositeness ,
appropriateness ,
aptitude ,
aptness ,
bearing ,
coloring ,
concern ,
concernment ,
connection ,
connotation ,
consequence ,
denotation ,
drift ,
effect ,
essence ,
extension ,
felicity ,
fitness ,
fittedness ,
force ,
germaneness ,
gist ,
grammatical meaning ,
idea ,
impact ,
implication ,
import ,
intension ,
interest ,
lexical meaning ,
literal meaning ,
materiality ,
meaning ,
overtone ,
pertinence ,
pith ,
point ,
practical consequence ,
propriety ,
purport ,
qualification ,
range of meaning ,
real meaning ,
reference ,
referent ,
regard ,
relatedness ,
relation ,
respect ,
scope ,
semantic cluster ,
semantic field ,
sense ,
service ,
serviceability ,
significance ,
signification ,
significatum ,
signifie ,
span of meaning ,
spirit ,
structural meaning ,
substance ,
suitability ,
suitableness ,
sum ,
sum and substance ,
symbolic meaning ,
tenor ,
tie -
in ,
totality of associations ,
transferred meaning ,
unadorned meaning ,
undertone ,
use ,
usefulness ,
utility ,
value A measure of how closely a given object
(file , {web page }, database {record }, etc .) matches a user 's
search for information .
The relevance {algorithms } used in most large web {search
engines } today are based on fairly simple word -occurence
measurement : if the word "daffodil " occurs on a given page ,
then that page is considered relevant to a {query } on the word
"daffodil "; and its relevance is quantised as a factor of the
number of times the word occurs in the page , on whether
"daffodil " occurs in title of the page or in its META
keywords , in the first {N } words of the page , in a heading ,
and so on ; and similarly for words that a {stemmer } says are
based on "daffodil ".
More elaborate (and resource -expensive ) relevance algorithms
may involve thesaurus (or {synonym ring }) lookup ; e .g . it
might rank a document about narcissuses (but which may not
mention the word "daffodil " anywhere ) as relevant to a query
on "daffodil ", since narcissuses and daffodils are basically
the same thing . Ditto for queries on "jail " and "gaol ", etc .
More elaborate forms of thesaurus lookup may involve
multilingual thesauri (e .g . knowing that documents in Japanese
which mention the Japanese word for "narcissus " are relevant
to your search on "narcissus "), or may involve thesauri (often
auto -generated ) based not on equivalence of meaning , but on
word -proximity , such that "bulb " or "bloom " may be in the
thesaurus entry for "daffodil ".
{Word spamming } essentially attempts to falsely increase a web
page 's relevance to certain common searches .
See also {subject index }.
(1997 -04 -09 )
安装中文字典英文字典查询工具!
中文字典英文字典工具:
复制到剪贴板
英文字典中文字典相关资料:
regex - Unix - Using find to List all . html files. (Do not use shell . . . I've tried 'find -name html$', 'find -name html\>' None worked I'd like to know why these two are wrong and what's the right one to use with no wildcards?
find - list all directories containing *. html files and also list the . . . This prints the pathname of each directory containing any regular file whose name ends with either htm or html (regardless of case), followed by the ls -l output for that directory
find Command in Linux: Search Files and Directories The find command searches for files and directories by name, type, size, date, permissions, and more This guide covers practical examples including wildcards, …
How can I view all files in a websites directory? - Super User Is it possible to list all files and directories in a given website's directory from the Linux shell? Something similar to: but instead of some_directory, it would be ls -l http: www some_site com some_directory Obviously, the latter will not work
command line - search in subdirectories for all html files containing . . . From the terminal, use the find command to find all the files ending in html and use the grep command to filter the results to show only the names of files that contain the <abbr> string:
Mastering the `find` Command for Searching Files in All Directories in . . . In this blog post, we will delve into the fundamental concepts, usage methods, common practices, and best practices of using the find command to search for files in all directories in Linux
bash - Find all HTML files in a set of folders, extract specific HTML . . . I've currently managed to locate all HTML files using find, passed that content using the cat command to pup which parses the content and looks at the <article> tag and pipes the content to a new file called article-content txt
How to Find Human-Readable Files on Unix Linux: Text, Config, HTML . . . This flexibility is powerful but can make finding specific human-readable files—such as plain text, configuration files, HTML, or source code—challenging if you don’t know where to look
Find Command in Linux - GeeksforGeeks The find command in Linux is used to search for files and directories based on name, type, size, date, or other conditions It scans the specified directory and its sub directories to locate files matching the given criteria