首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > PHP > PHP的荷兰词干分析器

PHP的荷兰词干分析器

  • 资源大小:11.62 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: php 荷兰 分析器 词干

资 源 简 介

Moved development to -> https://github.com/simplicitylab/php-dutch-stemmer PHP Dutch Stemmer is a PHP class that stems Dutch words. It based on the algorithm that is described on the page http://snowball.tartarus.org/algorithms/dutch/stemmer.html . It is being distributed under a LGPL license so that it can be used in a commercial setting. In linguistic morphology, stemming is the process for reducing inflected (or sometimes derived) words to their stem, base or root form – generally a written word form. http://en.wikipedia.org/wiki/Stemming It can be used in search engines, text mining , classifiers, etc. For example you can search for "fish" and with stemming also return words like fishing or fishes. How to use the stemmer require_once("dutchstemmer.php"); $stemmer = new DutchStemmer(); echo "lichamelijk : ". $stemmer->stemWord("lichamelijk"); Some sample out

文 件 列 表

changelog.txt.txt
dutchstemmer.php
index.php
license.txt
VIP VIP
0.229167s