Versions in this module Expand all Collapse all v1 v1.0.0 Nov 7, 2015 Changes in this version + const BIG5 + const GBK + const GBK_FANTI + const UTF8 + const UTF8_FANTI + func BoolToInt(b bool) int + type NLPIR struct + func NewNLPIR(dataPath string, encoding int, licence string) (*NLPIR, error) + func (this *NLPIR) Exit() + func (this *NLPIR) ImportUserDict(fileName string, isOverwrite bool) + func (this *NLPIR) ParagraphProcess(paragraph string, needPosTagged bool) string + func (this *NLPIR) ParagraphProcessA(paragraph string, useUserDict bool) []*Result + type Result struct + Ipos int + Spos string + Weight int + Word string + WordId int + WordType int + func NewResult() *Result