Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 9, 2020 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/b256e1ba67ca57090cd8d3278e8de11e to your computer and use it in GitHub Desktop.
Save r-ryantm/b256e1ba67ca57090cd8d3278e8de11e to your computer and use it in GitHub Desktop.
/nix/store/2l58lhlpsyckig82x4jvany2kqf5aapb-python2.7-jieba-0.42.1
├── lib
│   └── python2.7
│   └── site-packages
│   ├── jieba
│   │   ├── analyse
│   │   │   ├── analyzer.py
│   │   │   ├── analyzer.pyc
│   │   │   ├── idf.txt
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── textrank.py
│   │   │   ├── textrank.pyc
│   │   │   ├── tfidf.py
│   │   │   └── tfidf.pyc
│   │   ├── _compat.py
│   │   ├── _compat.pyc
│   │   ├── dict.txt
│   │   ├── finalseg
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── prob_emit.p
│   │   │   ├── prob_emit.py
│   │   │   ├── prob_emit.pyc
│   │   │   ├── prob_start.p
│   │   │   ├── prob_start.py
│   │   │   ├── prob_start.pyc
│   │   │   ├── prob_trans.p
│   │   │   ├── prob_trans.py
│   │   │   └── prob_trans.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── lac_small
│   │   │   ├── creator.py
│   │   │   ├── creator.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── model_baseline
│   │   │   │   ├── crfw
│   │   │   │   ├── fc_0.b_0
│   │   │   │   ├── fc_0.w_0
│   │   │   │   ├── fc_1.b_0
│   │   │   │   ├── fc_1.w_0
│   │   │   │   ├── fc_2.b_0
│   │   │   │   ├── fc_2.w_0
│   │   │   │   ├── fc_3.b_0
│   │   │   │   ├── fc_3.w_0
│   │   │   │   ├── fc_4.b_0
│   │   │   │   ├── fc_4.w_0
│   │   │   │   ├── gru_0.b_0
│   │   │   │   ├── gru_0.w_0
│   │   │   │   ├── gru_1.b_0
│   │   │   │   ├── gru_1.w_0
│   │   │   │   ├── gru_2.b_0
│   │   │   │   ├── gru_2.w_0
│   │   │   │   ├── gru_3.b_0
│   │   │   │   ├── gru_3.w_0
│   │   │   │   └── word_emb
│   │   │   ├── nets.py
│   │   │   ├── nets.pyc
│   │   │   ├── predict.py
│   │   │   ├── predict.pyc
│   │   │   ├── reader_small.py
│   │   │   ├── reader_small.pyc
│   │   │   ├── tag.dic
│   │   │   ├── utils.py
│   │   │   ├── utils.pyc
│   │   │   └── word.dic
│   │   ├── __main__.py
│   │   ├── __main__.pyc
│   │   └── posseg
│   │   ├── char_state_tab.p
│   │   ├── char_state_tab.py
│   │   ├── char_state_tab.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── prob_emit.p
│   │   ├── prob_emit.py
│   │   ├── prob_emit.pyc
│   │   ├── prob_start.p
│   │   ├── prob_start.py
│   │   ├── prob_start.pyc
│   │   ├── prob_trans.p
│   │   ├── prob_trans.py
│   │   ├── prob_trans.pyc
│   │   ├── viterbi.py
│   │   └── viterbi.pyc
│   └── jieba-0.42.1.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
11 directories, 84 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment