Import and Export¶
tez Files¶
tez files are just zip files with a different extension. They contain:
the
iniconfiguration filethe
npzcorpus fileany
npztopic model filesa
metadata.jsonfor the corpusthe raw corpus (only with the
export --include-corpusflag)
topicexplorer export¶
Command Line Arguments¶
Output Path (-o)¶
Specifies the output path for the tez file.
Default: Current direcotry
--include-corpus¶
Include the raw corpus for fulltext view. Corpus inclusion is disabled by default to protect copyrighted source data.
topicexplorer import¶
Command Line Arguments¶
Output Path (--o)¶
Default: Current directory
Examples¶
This example shows how to use export and import.
topicexplorer export workset.ini -o workset.tez
topicexplorer import workset.tez