Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data structure traversal support #87

Open
hunterhector opened this issue Nov 19, 2019 · 0 comments
Open

Data structure traversal support #87

hunterhector opened this issue Nov 19, 2019 · 0 comments
Labels
enhancement New feature or request priority: medium topic: data Issue about data loader modules and data processing related

Comments

@hunterhector
Copy link
Member

hunterhector commented Nov 19, 2019

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).

@hunterhector hunterhector added the enhancement New feature or request label Nov 19, 2019
@hunterhector hunterhector added priority: medium topic: data Issue about data loader modules and data processing related labels Jul 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority: medium topic: data Issue about data loader modules and data processing related
Projects
None yet
Development

No branches or pull requests

1 participant