Skip to content

shudan/PCTADW

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

PCTADW

Embeddings of directed network with text-associated nodes.

Installation

python setup.py install

How to use

Example "$pctadw --input_text example.text --input_edges example.edges --model_name PCTADW-2 --output output.embedding "

--input_text: input_text_filename
The text in nth line is the text associated with node n.
--input__edges: input_edges_filename

Each line is a directed edge pair, e.g.:

0 1
1 2
3 4
...

--model_name: model_name

  1. PCTADW-1
  2. PCTADW-2
--output: output_filename
The nth line is the representation vector for node n.
Full Command List
The full list of command line options can be checked with "$pctadw -h"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published