|
ModErn Text Analysis
META Enumerates Textual Applications
|
#include <memory>#include <unordered_set>#include "analyzers/filter_factory.h"#include "util/clonable.h"#include "util/optional.h"Go to the source code of this file.
Classes | |
| class | meta::analyzers::filters::list_filter |
| Filter that either removes or keeps tokens from a given list. More... | |
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< list_filter > (std::unique_ptr< token_stream >, const cpptoml::table &) |
| Specialization of the factory method used to create list_filters. | |
All files in META are released under the MIT license. For more details, consult the file LICENSE in the root of the project.
1.8.9.1