ModErn Text Analysis
META Enumerates Textual Applications
Namespaces | Functions
sentence_boundary.cpp File Reference
#include <fstream>
#include "cpptoml.h"
#include "analyzers/filters/sentence_boundary.h"

Namespaces

 meta
 The ModErn Text Analysis toolkit is a suite of natural language processing, classification, information retreival, data mining, and other applications of text processing.
 
 meta::analyzers
 Contains various ways to segment text and deal with preprocessed files (POS tags, parse trees, etc).
 
 meta::analyzers::filters
 Contains filters that mutate existing token streams in a filter chain.
 

Functions

template<>
std::unique_ptr< token_stream > meta::analyzers::filters::make_filter< sentence_boundary > (std::unique_ptr< token_stream >, const cpptoml::table &)
 Specialization of the factory method used to create sentence_boundary filters.
 

Detailed Description

Author
Chase Geigle