zoukankan      html  css  js  c++  java
  • “语义”而非“语法”,弱化对词法分析的技术要求和提升爬虫的效率

    COMPPUTER SCIENCE AN OVERVIEW 11th Edition

    Finally we should note that XML allows the development of new markuplanguages that differ from HTML in that they emphasize semantics rather thanappearance.  For  example,  with  HTML  the  ingredients  in  a  recipe  can  bemarked so that they appear as a list in which each ingredient is positioned on a separate  line.  But  if  we  used  semantic-oriented  tags,  ingredients  in  a  recipecould  be  marked  as  ingredients  (perhaps  using  the  tags  <ingredient> and </ingredient> ) rather than merely items in a list. The difference is subtlebut important. The semantic approach would allow search engines(Web sitesthat assist users in locating Web material pertaining to a subject of interest) toidentify  recipes  that  contain  or  do  not  contain  certain  ingredients,  whichwould be a substantial improvement over the current state of the art in whichonly recipes that do or do not contain certain words can be isolated. More pre-cisely,  if  semantic  tags  are  used,  a  search  engine  can  identify  recipes  forlasagna that do not contain spinach, whereas a similar search based merely onword  content  would  skip  over  a  recipe  that  started  with  the  statement  “Thislasagna does not contain spinach.” In turn, by using an Internet-wide standardfor  marking  documents  according  to  semantics  rather  than  appearance,  aWorld Wide SemanticWeb, rather than the World Wide SyntacticWeb we havetoday, would be created.

  • 相关阅读:
    二叉树中序遍历的非递归实现
    求树的遍历、树的叶子节点个数、树的高度、copy树
    javascript知识点汇总(running)
    IOS零碎知识点(积累中)
    Cuda learn record three
    Cuda learn record two
    找出字符串中的最长的回文子串
    Cuda learn record one
    Chrome 安装失败 错误代码 0X80070057
    Vs 2015 项目中include 无法打开源文件
  • 原文地址:https://www.cnblogs.com/rsapaper/p/5910840.html
Copyright © 2011-2022 走看看