Documentation

core

Core API of Context-Fabric.

This module provides the main entry points for Context-Fabric:

- `Fabric`: Main class for loading and managing corpora - `Api`: Runtime API with F, E, L, T, S, N, C accessors

The core API consists of:

- `N`: see `cfabric.navigation.nodes.Nodes` (walk through nodes) - `F`: see `cfabric.features.node.NodeFeature` (retrieve feature values for nodes) - `E`: see `cfabric.features.edge.EdgeFeature` (retrieve feature values for edges) - `L`: see `cfabric.navigation.locality.Locality` (move between levels) - `T`: see `cfabric.navigation.text.Text` (get the text) - `S`: see `cfabric.search.search.Search` (search by templates)

Based on Text-Fabric by Dirk Roorda.

Submodules