倒排索引节点addword

时间:2017-03-26 22:34:36

标签: c++ word-frequency inverted-index

我是C ++的新手。我正在尝试制作倒置索引,但我无法理解电源线。我想计算这个词的频率。你能解释一下这段代码以及如何计算这个词的频率吗?请帮我解决这个问题。

<html>
<body>
   <span id="aim">2</span>
   <button onclick="sendData()">TransmitData</button>
</body>
<script>
   function sendData(){
      <?php
      // naturally, this is not working
      $thisVarNeedInfoFromClient = ?>document.getElementById("aim").innerHTML<?php

      // do the database workaround here

      ?>
   }
</script>
</html>

1 个答案:

答案 0 :(得分:1)

如果您要计算给定单词调用add的次数,您可能希望将rt->isWord = true;替换为rt->count++;并替换为struct node替换{{ 1}}与bool isWord