Data structure traversal support #87
Labels
enhancement
New feature or request
priority: medium
topic: data
Issue about data loader modules and data processing related
NLP data structures themselves are often interesting. It is often required to traverse a tree or follow a path in a graph in NLP. For example, one can follow the dependency tree to find the headword, or follow a network path (following specific relation links). This can be supported by Forte in a natural way, and we can at the same time attach relevant features to the path (e.g. embeddings along the path, or relation labels along the path).
The text was updated successfully, but these errors were encountered: