Web applications 使用阿拉伯语wordnet实现语义web搜索引擎

Web applications 使用阿拉伯语wordnet实现语义web搜索引擎,web-applications,arabic,wordnet,Web Applications,Arabic,Wordnet,我想开发一个web应用程序,它将使用当前的AWN,并向用户提供获取语义结果的功能。我需要的是在实施系统之前需要知道的事情。我的目的是在《古兰经》中进行语义搜索。在这方面,任何帮助都将不胜感激。你应该做一些锻炼来实现它 第1步: if(searchid!='') { $.ajax({ type: "POST", url: "search.php", data: dataString, cache: false, success: function(h

我想开发一个web应用程序,它将使用当前的AWN,并向用户提供获取语义结果的功能。我需要的是在实施系统之前需要知道的事情。我的目的是在《古兰经》中进行语义搜索。在这方面,任何帮助都将不胜感激。

你应该做一些锻炼来实现它

第1步:

if(searchid!='')
{
    $.ajax({
    type: "POST",
    url: "search.php",
    data: dataString,
    cache: false,
    success: function(html)
    {
    $("#result").html(html).show();
    }
    });
}return false;    
});
创建一个包含所有可能单词的表

第二步:

if(searchid!='')
{
    $.ajax({
    type: "POST",
    url: "search.php",
    data: dataString,
    cache: false,
    success: function(html)
    {
    $("#result").html(html).show();
    }
    });
}return false;    
});
创建一个php文件并获取您的输入

第三步:

if(searchid!='')
{
    $.ajax({
    type: "POST",
    url: "search.php",
    data: dataString,
    cache: false,
    success: function(html)
    {
    $("#result").html(html).show();
    }
    });
}return false;    
});
将您的输入传递到服务器页面或另一个将您的输入与匹配项进行比较的页面

第4步:

if(searchid!='')
{
    $.ajax({
    type: "POST",
    url: "search.php",
    data: dataString,
    cache: false,
    success: function(html)
    {
    $("#result").html(html).show();
    }
    });
}return false;    
});
找到至少2个匹配项并显示输出

Ajax调用:

if(searchid!='')
{
    $.ajax({
    type: "POST",
    url: "search.php",
    data: dataString,
    cache: false,
    success: function(html)
    {
    $("#result").html(html).show();
    }
    });
}return false;    
});
要处理的查询

“从“%$q%”等字按id限制排序的引号中选择*”

这里
$q
是您提供的输入

我已经为您创建了一个演示,其中可能包含以下文字
Alhamdh、巴彦、安拉、逊纳、哈利法

这是你的电话号码


靠近下拉列表的图像只是为了风格,您可以稍后更改:)

而不是寻求帮助。你应该尝试一下,问问你遇到的错误。问stackoverflowBy“我需要知道的事情”中的代码或建议真是离题了我指的是那些可能帮助我理解语义搜索概念的书籍或研究论文,代码从来都不需要,只是一些专家的建议。你的意思是像搜索和显示项目这样的东西吗?是的,界面就是这样的,我要求阅读一些有用的东西,比如一本书或以前在这方面的工作。你打算在web上实现吗?