Changed
tensorflow (=1.4) Support the lastest tensorflow 1.4 function changes
- Segment: Adding domain specific model: zh, zh_o2o, zh_entertainment
- POS/NER: Adding Bi-LSTM-CRF model: pos_model_bilstm_crf.py and ner_model_bilstm_crf.py
- NER: Provide Common Interface to Domain Specific models: zh_entertainment, zh_o2o, etc....
- Parsing: Adding dependency parser model, python implementation similar to Stanford NNDepParser
- textsum: textsum module are removed from this release, because the tensorflow Seq2Seq API changed to dynamic-rnn