Skip to content

Method of ranking token importance in raw text using cooccurrence scores and embedded vector similarity of token definitions to build weighted, directed graph of token relationships. Iterative ranking can be run over a subgraph of frequency-weighted tokens until convergence to re-rank tokens and identify those that are relevant but not present. …

Notifications You must be signed in to change notification settings

landjbs/TokenGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

150 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TokenGraph

Method of ranking token importance in raw text using cooccurrence scores and embedded vector similarity of token definitions to build weighted, directed graph of token relationships. Iterative ranking can be run over a subgraph of frequency-weighted tokens until convergence to re-rank tokens and identify those that are relevant but not present. Outputs of this process dataset are used as targets for ML.

About

Method of ranking token importance in raw text using cooccurrence scores and embedded vector similarity of token definitions to build weighted, directed graph of token relationships. Iterative ranking can be run over a subgraph of frequency-weighted tokens until convergence to re-rank tokens and identify those that are relevant but not present. …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages