X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fstemmer.h;h=d20717e4b44f8239f203bc20f42715ca86ba23b6;hp=f5d23ab05f262d18b68c3787d5885ebe65d0f2d6;hb=fcdccb3e9a757d41e1bdf6c18c2b3bdb2314ca3f;hpb=1064b0521a608ba2c985f893772315819a990372 diff --git a/include/yaz/stemmer.h b/include/yaz/stemmer.h index f5d23ab..d20717e 100644 --- a/include/yaz/stemmer.h +++ b/include/yaz/stemmer.h @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2010 Index Data. + * Copyright (C) 1995-2011 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -26,14 +26,17 @@ */ /** - * \file stemming.h - * \brief Header for the stemming API. Simple wrapper to hide underlying implementation. + * \file stemmer.h + * \brief Header for the stemming API. + * + * Simple wrapper to hide underlying implementation. */ #ifndef YAZ_STEMMER_H #define YAZ_STEMMER_H #include +#include #include #include