#include <map>
#include <set>
#include "language.h"
Include dependency graph for splitter.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | splitter |
Class splitter implements a sentence splitter, which accumulates lists of words until a sentence is completed, and then returns a list of sentence objects. More... |