JASSv2
Classes | Macros
stem_porter.h File Reference

Porter's stemer. More...

#include <stdio.h>
#include "stem.h"
#include "ascii.h"
Include dependency graph for stem_porter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JASS::stem_porter
 Generate the stem of a word using Porter's algorithm (version 1) More...
 

Macros

#define MAX_TERM_LENGTH   1024
 

Detailed Description

Porter's stemer.

Author
Andrew Trotman