123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515 |
- package extract
- import (
- "bytes"
- "encoding/json"
- "fmt"
- "jy/clear"
- db "jy/mongodbutil"
- "jy/pretreated"
- ju "jy/util"
- qu "qfw/util"
- "qfw/util/redis"
- "reflect"
- "regexp"
- "strconv"
- "strings"
- "sync"
- "time"
- "unicode/utf8"
- log "github.com/donnie4w/go-logger/logger"
- "gopkg.in/mgo.v2/bson"
- )
- var (
- lock sync.RWMutex
- cut = ju.NewCut() //获取正文并清理
- ExtLogs map[*TaskInfo][]map[string]interface{} //抽取日志
- TaskList map[string]*ExtractTask //任务列表
- ClearTaskList map[string]*ClearTask //清理任务列表
- saveLimit = 200 //抽取日志批量保存
- PageSize = 5000 //查询分页
- Fields = `{"title":1,"detail":1,"contenthtml":1,"site":1,"spidercode":1,"toptype":1,"subtype":1,"area":1,"city":1,"comeintime":1,"publishtime":1,"sensitive":1,"projectinfo":1,"jsondata":1}`
- Fields2 = `{"budget":1,"bidamount":1,"title":1,"projectname":1,"winner":1}`
- )
- //启动测试抽取
- func StartExtractTestTask(taskId, startId, num, resultcoll, trackcoll string) bool {
- defer qu.Catch()
- ext := &ExtractTask{}
- ext.Id = taskId
- ext.IsRun = true
- ext.InitTestTaskInfo(resultcoll, trackcoll)
- ext.TaskInfo.FDB = db.MgoFactory(1, 3, 120, ext.TaskInfo.FromDbAddr, ext.TaskInfo.FromDB)
- ext.InitRulePres()
- ext.InitRuleBacks()
- ext.InitRuleCore()
- ext.InitPkgCore()
- ext.InitBlockRule()
- ext.InfoTypeList()
- ext.InitTag()
- ext.InitClearFn()
- if ext.IsExtractCity { //版本上控制是否开始城市抽取
- //初始化城市DFA信息
- ext.InitCityDFA()
- ext.InitAreaCode()
- ext.InitPostCode()
- }
- //质量审核
- ext.InitAuditFields()
- ext.InitAuditRule()
- ext.InitAuditClass()
- ext.InitAuditRecogField()
- //品牌抽取是否开启
- ju.IsBrandGoods, _ = ju.Config["brandgoods"].(bool)
- //附件抽取是否开启
- ext.InitFile()
- return RunExtractTestTask(ext, startId, num)
- }
- func IdTrans(startId string) bson.ObjectId {
- defer qu.Catch()
- return bson.ObjectIdHex(startId)
- }
- //开始测试任务抽取
- func RunExtractTestTask(ext *ExtractTask, startId, num string) bool {
- n, _ := strconv.Atoi(num)
- id := IdTrans(startId)
- if id.Valid() {
- query := bson.M{"_id": bson.M{"$gte": bson.ObjectIdHex(startId)}}
- list, _ := ext.TaskInfo.FDB.Find(ext.TaskInfo.FromColl, query, nil, Fields, false, 0, n)
- for _, v := range *list {
- if qu.ObjToString(v["sensitive"]) != "" { //去除含敏感词数据
- continue
- }
- var j, jf *ju.Job
- if ext.IsFileField && v["projectinfo"] != nil {
- v["isextFile"] = true
- j, jf = ext.PreInfo(v)
- } else {
- j, _ = ext.PreInfo(v)
- }
- ext.TaskInfo.ProcessPool <- true
- go ext.ExtractProcess(j, jf)
- }
- return true
- } else {
- return false
- }
- }
- //启动抽取
- func StartExtractTaskId(taskId string) bool {
- defer qu.Catch()
- isgo := false
- ext := TaskList[taskId]
- if ext == nil {
- ext = &ExtractTask{}
- ext.Id = taskId
- ext.InitTaskInfo()
- isgo = true
- } else {
- ext.Id = taskId
- ext.InitTaskInfo()
- }
- ext.TaskInfo.FDB = db.MgoFactory(3, 5, 600, ext.TaskInfo.FromDbAddr, ext.TaskInfo.FromDB)
- ext.TaskInfo.TDB = db.MgoFactory(3, 5, 600, ext.TaskInfo.ToDbAddr, ext.TaskInfo.ToDB)
- ext.InitRulePres()
- ext.InitRuleBacks()
- ext.InitRuleCore()
- ext.InitPkgCore()
- ext.InitBlockRule()
- ext.InfoTypeList()
- ext.InitTag()
- ext.InitClearFn()
- if ext.IsExtractCity { //版本上控制是否开始城市抽取
- //初始化城市DFA信息
- ext.InitCityDFA()
- ext.InitAreaCode()
- ext.InitPostCode()
- }
- //质量审核
- ext.InitAuditFields()
- ext.InitAuditRule()
- ext.InitAuditClass()
- ext.InitAuditRecogField()
- //品牌抽取是否开启
- ju.IsBrandGoods, _ = ju.Config["brandgoods"].(bool)
- //附件抽取是否开启
- ext.InitFile()
- ext.IsRun = true
- go ext.ResultSave(true)
- go ext.BidSave(true)
- if isgo {
- go RunExtractTask(taskId)
- }
- TaskList[taskId] = ext
- return true
- }
- //停止抽取
- func StopExtractTaskId(taskId string) bool {
- defer qu.Catch()
- ext := TaskList[taskId]
- if ext != nil {
- ext.IsRun = false
- TaskList[taskId] = ext
- }
- //更新task.s_extlastid
- db.Mgo.UpdateById("task", taskId, `{"$set":{"s_extlastid":"`+ext.TaskInfo.LastExtId+`"}}`)
- return true
- }
- //开始抽取
- func RunExtractTask(taskId string) {
- defer qu.Catch()
- ext := TaskList[taskId]
- query := bson.M{"_id": bson.M{"$gte": bson.ObjectIdHex(ext.TaskInfo.LastExtId)}}
- count := ext.TaskInfo.FDB.Count(ext.TaskInfo.FromColl, query)
- pageNum := (count + PageSize - 1) / PageSize
- limit := PageSize
- if count < PageSize {
- limit = count
- }
- fmt.Printf("count=%d,pageNum=%d,query=%v", count, pageNum, query)
- for i := 0; i < pageNum; i++ {
- query = bson.M{"_id": bson.M{"$gte": bson.ObjectIdHex(ext.TaskInfo.LastExtId)}}
- fmt.Printf("page=%d,query=%v", i+1, query)
- list, _ := ext.TaskInfo.FDB.Find(ext.TaskInfo.FromColl, query, nil, Fields, false, 0, limit)
- for _, v := range *list {
- if qu.ObjToString(v["sensitive"]) != "" { //去除含敏感词数据
- continue
- }
- _id := qu.BsonIdToSId(v["_id"])
- //log.Debug(_id)
- if !ext.IsRun {
- break
- }
- var j, jf *ju.Job
- if ext.IsFileField && v["projectinfo"] != nil {
- v["isextFile"] = true
- j, jf = ext.PreInfo(v)
- } else {
- j, _ = ext.PreInfo(v)
- }
- ext.TaskInfo.ProcessPool <- true
- go ext.ExtractProcess(j, jf)
- ext.TaskInfo.LastExtId = _id
- }
- db.Mgo.UpdateById("task", ext.Id, `{"$set":{"s_extlastid":"`+ext.TaskInfo.LastExtId+`"}}`)
- if !ext.IsRun {
- break
- }
- }
- //更新task.s_extlastid
- time.AfterFunc(1*time.Minute, func() { RunExtractTask(taskId) })
- }
- //信息预处理-不和版本关联,取最新版本的配置项
- func PreInfo(doc map[string]interface{}) (j, jf *ju.Job) {
- return (&ExtractTask{}).PreInfo(doc)
- }
- //信息预处理-和版本关联
- func (e *ExtractTask) PreInfo(doc map[string]interface{}) (j, jf *ju.Job) {
- defer qu.Catch()
- //判断是否有附件这个字段
- var isextFile bool
- if doc["isextFile"] != nil {
- isextFile = doc["isextFile"].(bool)
- }
- detail := ""
- d1, _ := doc["detail"].(string)
- d2, _ := doc["contenthtml"].(string)
- if len(d1) >= len(d2) || d2 == "" {
- detail = d1
- } else {
- detail = d2
- }
- detail = ju.CutLableStr(detail)
- detail = cut.ClearHtml(detail)
- doc["detail"] = detail
- if isextFile {
- file2text(&doc) //附件文本堆一起(后期可以考虑,分开处理),方法里修改了doc["detailfile"]结果
- }
- toptype := qu.ObjToString(doc["toptype"])
- subtype := qu.ObjToString(doc["subtype"])
- if qu.ObjToString(doc["type"]) == "bid" {
- toptype = "结果"
- }
- if toptype == "" {
- toptype = "*"
- }
- j = &ju.Job{
- SourceMid: qu.BsonIdToSId(doc["_id"]),
- Category: toptype,
- CategorySecond: subtype,
- Content: qu.ObjToString(doc["detail"]),
- SpiderCode: qu.ObjToString(doc["spidercode"]),
- //Domain: qu.ObjToString(doc["domain"]),
- //Href: qu.ObjToString(doc["href"]),
- Title: qu.ObjToString(doc["title"]),
- Data: &doc,
- City: qu.ObjToString(doc["city"]),
- Province: qu.ObjToString(doc["area"]),
- Jsondata: qu.ObjToMap(doc["jsondata"]),
- Result: map[string][]*ju.ExtField{},
- BuyerAddr: qu.ObjToString(doc["buyeraddr"]),
- RuleBlock: e.RuleBlock,
- }
- if isextFile {
- jf = &ju.Job{
- SourceMid: qu.BsonIdToSId(doc["_id"]),
- Category: toptype,
- Content: qu.ObjToString(doc["detailfile"]),
- SpiderCode: qu.ObjToString(doc["spidercode"]),
- Title: qu.ObjToString(doc["title"]),
- Data: &doc,
- City: qu.ObjToString(doc["city"]),
- Province: qu.ObjToString(doc["area"]),
- Jsondata: qu.ObjToMap(doc["jsondata"]),
- Result: map[string][]*ju.ExtField{},
- BuyerAddr: qu.ObjToString(doc["buyeraddr"]),
- RuleBlock: e.RuleBlock,
- IsFile: isextFile,
- }
- }
- qu.Try(func() {
- pretreated.AnalyStart(j) //job.Block分块
- if isextFile {
- pretreated.AnalyStart(jf)
- }
- }, func(err interface{}) {
- log.Debug("pretreated.AnalyStart", err)
- })
- return j, jf
- }
- //遍历附件字段内容,拼接在一起;附件文本堆一起(后期可以考虑,分开处理),方法里修改了doc["detailfile"]结果
- func file2text(doc *map[string]interface{}) {
- var strfileinfo bytes.Buffer
- if v, ok := (*doc)["projectinfo"].(map[string]interface{}); ok {
- if va, ok := v["attachments"].(map[string]interface{}); ok {
- for _, vaatt := range va {
- if fileinfo, ok := vaatt.(map[string]interface{}); ok {
- if qu.ObjToString(fileinfo["content"]) != "" {
- switch fileinfo["content"].(type) {
- case string:
- lock.Lock()
- strfileinfo.WriteString(fileinfo["content"].(string) + " \n")
- lock.Unlock()
- case []map[string]interface{}:
- for _, fv := range fileinfo["content"].([]map[string]interface{}) {
- if fv["context"] != nil {
- lock.Lock()
- strfileinfo.WriteString(fv["context"].(string) + " \n")
- lock.Unlock()
- }
- }
- }
- }
- }
- }
- }
- }
- if utf8.RuneCountInString(strfileinfo.String()) < qu.IntAllDef(ju.Config["filelength"], 100000) {
- (*doc)["detailfile"] = strfileinfo.String() //附件文本堆一起(后期可以考虑,分开处理)
- }
- }
- //抽取
- func (e *ExtractTask) ExtractProcess(j, jf *ju.Job) {
- e.ExtractDetail(j)
- if jf != nil && jf.IsFile {
- e.ExtractFile(jf)
- }
- //分析抽取结果并保存 todo
- AnalysisSaveResult(j, jf, e)
- <-e.TaskInfo.ProcessPool
- }
- func (e *ExtractTask) ExtractDetail(j *ju.Job) {
- qu.Try(func() {
- doc := *j.Data
- //全局前置规则,结果覆盖doc属性
- //for _, v := range e.RulePres {
- // doc = ExtRegPre(doc, j, v, e.TaskInfo)
- //}
- if j.CategorySecond == "" {
- //抽取规则
- tmprules := map[string][]*RuleCore{}
- lock.Lock()
- if j.Category == "*"{
- j.Category = "*_其他"
- }
- for k, vc1 := range e.RuleCores[j.Category] {
- tmprules[k] = vc1
- }
- lock.Unlock()
- for _, vc1 := range tmprules {
- for _, vc := range vc1 {
- tmp := ju.DeepCopy(doc).(map[string]interface{})
- //是否进入逻辑
- if !ju.Logic(vc.LuaLogic, tmp) {
- continue
- }
- ////抽取-前置规则
- //for _, v := range vc.RulePres {
- // tmp = ExtRegPre(tmp, j, v, e.TaskInfo)
- //}
- // log.Debug("抽取-前置规则", tmp)
- //抽取-规则
- for _, v := range vc.RuleCores {
- ExtRegCore(vc.ExtFrom, tmp, j, v, e)
- }
- // log.Debug("抽取-规则", tmp)
- //项目名称未能抽取到,标题来凑
- if vc.Field == "projectname" {
- if len(j.Result[vc.Field]) < 1 {
- items := make([]*ju.ScoreItem, 1)
- items[0] = &ju.ScoreItem{Des: "项目名称未能抽取到,标题来凑初始化", ExtFrom: "title", Value: j.Title, Score: 4}
- field := &ju.ExtField{nil, vc.Field, "title", "title", "regexp", "title", vc.ExtFrom, j.Title, 4, items}
- if tmp["blocktag"] != nil {
- field.BlockTag = tmp["blocktag"].(map[string]bool)
- }
- j.Result[vc.Field] = append(j.Result[vc.Field], field)
- //j.Result[vc.Field] = append(j.Result[vc.Field], &ju.ExtField{tmp["blocktag"].(map[string]bool), vc.Field, "title", "title", "regexp", "title", vc.ExtFrom, j.Title, 0})
- }
- }
- //抽取-后置规则
- for _, v := range vc.RuleBacks {
- ExtRegBack(j, v, e.TaskInfo)
- }
- // log.Debug("抽取-后置规则", tmp)
- }
- }
- } else {
- for _, vc1 := range e.RuleCores[j.Category+"_"+j.CategorySecond] {
- for _, vc := range vc1 {
- tmp := ju.DeepCopy(doc).(map[string]interface{})
- //是否进入逻辑
- if !ju.Logic(vc.LuaLogic, tmp) {
- continue
- }
- //抽取-前置规则
- for _, v := range vc.RulePres {
- tmp = ExtRegPre(tmp, j, v, e.TaskInfo)
- }
- // log.Debug("抽取-前置规则", tmp)
- //抽取-规则
- for _, v := range vc.RuleCores {
- ExtRegCore(vc.ExtFrom, tmp, j, v, e)
- }
- // log.Debug("抽取-规则", tmp)
- //项目名称未能抽取到,标题来凑
- if vc.Field == "projectname" {
- items := make([]*ju.ScoreItem, 1)
- items[0] = &ju.ScoreItem{Des: "项目名称未能抽取到,标题来凑初始化", ExtFrom: "title", Value: j.Title, Score: 4}
- field := &ju.ExtField{nil, vc.Field, "title", "title", "regexp", "title", vc.ExtFrom, j.Title, 4, items}
- if len(j.Result[vc.Field]) < 1 {
- if tmp["blocktag"] != nil {
- field.BlockTag = tmp["blocktag"].(map[string]bool)
- }
- j.Result[vc.Field] = append(j.Result[vc.Field], field)
- //j.Result[vc.Field] = append(j.Result[vc.Field], &ju.ExtField{tmp["blocktag"].(map[string]bool), vc.Field, "title", "title", "regexp", "title", vc.ExtFrom, j.Title, 0})
- }
- }
- //抽取-后置规则
- for _, v := range vc.RuleBacks {
- ExtRegBack(j, v, e.TaskInfo)
- }
- // log.Debug("抽取-后置规则", tmp)
- }
- }
- }
- //全局后置规则
- for _, v := range e.RuleBacks {
- ExtRegBack(j, v, e.TaskInfo)
- }
- //候选人加入
- if len(j.Winnerorder) > 0 {
- winner := &ju.ExtField{
- Field: "winner",
- Code: "",
- RuleText: "",
- Type: "winnerorder",
- MatchType: "winnerorder",
- ExtFrom: "",
- Value: j.Winnerorder[0]["entname"],
- Score: 0,
- }
- if len([]rune(qu.ObjToString(j.Winnerorder[0]["entname"]))) < 4 {
- winner.Score = -5
- }
- winners := j.Result["winner"]
- if winners != nil {
- winners = append(winners, winner)
- } else {
- winners = []*ju.ExtField{}
- winners = append(winners, winner)
- }
- j.Result["winner"] = winners
- }
- //函数清理
- for key, val := range j.Result {
- for _, v := range val {
- lock.Lock()
- cfn := e.ClearFn[key]
- lock.Unlock()
- data := clear.DoClearFn(cfn, []interface{}{v.Value, j.Content})
- v.Value = data[0]
- //清理特殊符号
- lock.Lock()
- if clear.AsyField[key] != nil || clear.SymField[key] != nil ||
- clear.MesField[key] != nil {
- text := qu.ObjToString(v.Value)
- text = clear.OtherClean(key, text)
- v.Value = text
- }
- lock.Unlock()
- }
- }
- PackageDetail(j, e) //处理分包信息
- // bs, _ := json.Marshal(j.Result)
- // log.Debug("抽取结果", j.Title, j.SourceMid, string(bs))
- }, func(err interface{}) {
- log.Debug("ExtractProcess err", err)
- })
- }
- func (e *ExtractTask) ExtractFile(j *ju.Job) {
- qu.Try(func() {
- doc := *j.Data
- //全局前置规则,结果覆盖doc属性
- for _, v := range e.RulePres {
- if value, ok := e.FileFields.Load(v.Field); ok && qu.IntAllDef(value, 1) > 0 {
- doc = ExtRegPre(doc, j, v, e.TaskInfo)
- }
- }
- //抽取规则
- if j.CategorySecond == "" {
- for _, vc1 := range e.RuleCores[j.Category] {
- for _, vc := range vc1 {
- tmp := ju.DeepCopy(doc).(map[string]interface{})
- //是否进入逻辑
- if !ju.Logic(vc.LuaLogic, tmp) {
- continue
- }
- //抽取-前置规则
- for _, v := range vc.RulePres {
- if value, ok := e.FileFields.Load(v.Field); ok && qu.IntAllDef(value, 1) > 0 {
- tmp = ExtRegPre(tmp, j, v, e.TaskInfo)
- }
- }
- // log.Debug("抽取-前置规则", tmp)
- //抽取-规则
- for _, v := range vc.RuleCores {
- if value, ok := e.FileFields.Load(v.Field); ok && qu.IntAllDef(value, 1) > 0 {
- ExtRegCore(vc.ExtFrom, tmp, j, v, e)
- }
- }
- // log.Debug("抽取-规则", tmp)
- //抽取-后置规则
- for _, v := range vc.RuleBacks {
- if value, ok := e.FileFields.Load(v.Field); ok && qu.IntAllDef(value, 1) > 0 {
- ExtRegBack(j, v, e.TaskInfo)
- }
- }
- // log.Debug("抽取-后置规则", tmp)
- }
- }
- } else {
- for _, vc1 := range e.RuleCores[j.Category+"_"+j.CategorySecond] {
- for _, vc := range vc1 {
- tmp := ju.DeepCopy(doc).(map[string]interface{})
- //是否进入逻辑
- if !ju.Logic(vc.LuaLogic, tmp) {
- continue
- }
- //抽取-前置规则
- for _, v := range vc.RulePres {
- if value, ok := e.FileFields.Load(v.Field); ok && qu.IntAllDef(value, 1) > 0 {
- tmp = ExtRegPre(tmp, j, v, e.TaskInfo)
- }
- }
- // log.Debug("抽取-前置规则", tmp)
- //抽取-规则
- for _, v := range vc.RuleCores {
- if value, ok := e.FileFields.Load(v.Field); ok && qu.IntAllDef(value, 1) > 0 {
- ExtRegCore(vc.ExtFrom, tmp, j, v, e)
- }
- }
- // log.Debug("抽取-规则", tmp)
- //抽取-后置规则
- for _, v := range vc.RuleBacks {
- if value, ok := e.FileFields.Load(v.Field); ok && qu.IntAllDef(value, 1) > 0 {
- ExtRegBack(j, v, e.TaskInfo)
- }
- }
- // log.Debug("抽取-后置规则", tmp)
- }
- }
- }
- //全局后置规则
- for _, v := range e.RuleBacks {
- if value, ok := e.FileFields.Load(v.Field); ok && qu.IntAllDef(value, 1) > 0 {
- ExtRegBack(j, v, e.TaskInfo)
- }
- }
- //候选人加入
- if len(j.Winnerorder) > 0 {
- winner := &ju.ExtField{
- Field: "winner",
- Code: "",
- RuleText: "",
- Type: "winnerorder",
- MatchType: "winnerorder",
- ExtFrom: "",
- Value: j.Winnerorder[0]["entname"],
- Score: 0,
- }
- if len([]rune(qu.ObjToString(j.Winnerorder[0]["entname"]))) < 4 {
- winner.Score = -5
- }
- winners := j.Result["winner"]
- if winners != nil {
- winners = append(winners, winner)
- } else {
- winners = []*ju.ExtField{}
- winners = append(winners, winner)
- }
- j.Result["winner"] = winners
- }
- //函数清理
- for key, val := range j.Result {
- for _, v := range val {
- lock.Lock()
- cfn := e.ClearFn[key]
- lock.Unlock()
- data := clear.DoClearFn(cfn, []interface{}{v.Value, j.Content})
- v.Value = data[0]
- //清理特殊符号
- lock.Lock()
- if clear.AsyField[key] != nil || clear.SymField[key] != nil ||
- clear.MesField[key] != nil {
- text := qu.ObjToString(v.Value)
- text = clear.OtherClean(key, text)
- v.Value = text
- }
- lock.Unlock()
- }
- }
- PackageDetail(j, e) //处理分包信息
- // bs, _ := json.Marshal(j.Result)
- // log.Debug("抽取结果", j.Title, j.SourceMid, string(bs))
- }, func(err interface{}) {
- log.Debug("ExtractProcess err", err)
- })
- }
- //前置过滤
- func ExtRegPre(doc map[string]interface{}, j *ju.Job, in *RegLuaInfo, t *TaskInfo) map[string]interface{} {
- defer qu.Catch()
- before := ju.DeepCopy(doc).(map[string]interface{})
- extinfo := map[string]interface{}{}
- if in.IsLua {
- lua := ju.LuaScript{Code: in.Code, Name: in.Name, Doc: doc, Script: in.RuleText}
- if j != nil {
- lua.Block = j.Block
- }
- extinfo = lua.RunScript("pre")
- for k, v := range extinfo { //结果覆盖原doc
- doc[k] = v
- }
- AddExtLog("prereplace", j.SourceMid, before, extinfo, in, t) //抽取日志
- } else {
- var key string
- if !j.IsFile {
- key = qu.If(in.Field == "", "detail", in.Field).(string)
- } else {
- key = qu.If(in.Field == "", "detailfile", in.Field).(string)
- }
- text := qu.ObjToString(doc[key])
- extinfo[key] = in.RegPreBac.Reg.ReplaceAllString(text, "")
- doc[key] = extinfo[key] //结果覆盖原doc
- AddExtLog("prereplace", j.SourceMid, before, extinfo, in, t) //抽取日志
- }
- return doc
- }
- //抽取-规则
- func ExtRegCore(extfrom string, doc map[string]interface{}, j *ju.Job, in *RegLuaInfo, et *ExtractTask) {
- defer qu.Catch()
- //废标、流标、ppp等跳过
- b := IsExtract(in.Field, j.Title, j.Content)
- if !b {
- return
- }
- if in.IsLua {
- lua := ju.LuaScript{Code: in.Code, Name: in.Name, Doc: doc, Script: in.RuleText}
- lua.KvMap = getKvByLuaFields(extfrom, j, in, et.Tag)
- lua.Block = j.Block
- extinfo := lua.RunScript("core")
- for k, v := range extinfo {
- if k == in.Field {
- if j.Result[k] == nil {
- j.Result[k] = [](*ju.ExtField){}
- }
- if tmps, ok := v.([]map[string]interface{}); ok {
- for _, tmp := range tmps {
- field := &ju.ExtField{Field: k, Code: qu.ObjToString(tmp["code"]), RuleText: qu.ObjToString(tmp["ruletext"]), Type: qu.ObjToString(tmp["type"]), MatchType: qu.ObjToString(tmp["matchtype"]), ExtFrom: extfrom, Value: tmp["value"], }
- if extfrom == "title"{
- field.Score = 4
- }
- if tmp["blocktag"] != nil {
- field.BlockTag = tmp["blocktag"].(map[string]bool)
- }
- item := &ju.ScoreItem{Des: "初始化", Code: qu.ObjToString(tmp["code"]), RuleText: qu.ObjToString(tmp["ruletext"]), Type: qu.ObjToString(tmp["type"]), MatchType: qu.ObjToString(tmp["matchtype"]), ExtFrom: extfrom, Value: tmp["value"]}
- if extfrom =="title"{
- item.Score = 4
- }
- if tmp["scoreitem"] == nil {
- scoreItems := make([]*ju.ScoreItem, 0)
- scoreItems = append(scoreItems, item)
- field.ScoreItem = scoreItems
- } else {
- field.ScoreItem = append(field.ScoreItem, item)
- }
- j.Result[k] = append(j.Result[k], field)
- }
- }
- }
- }
- if len(extinfo) > 0 {
- AddExtLog("extract", j.SourceMid, nil, extinfo, in, et.TaskInfo) //抽取日志
- }
- } else {
- //全文正则
- //text := qu.ObjToString(doc[extfrom])
- //if in.Field != "" {
- // extinfo := extRegCoreToResult(extfrom, text, j, in)
- // if len(extinfo) > 0 {
- // AddExtLog("extract", j.SourceMid, nil, extinfo, in, et.TaskInfo) //抽取日志
- // }
- //}
- //块抽取
- if in.Field != "" {
- if extfrom == "title" {
- extinfo := extRegCoreToResult(extfrom, qu.ObjToString(doc[extfrom]), &map[string]bool{"title": true}, j, in)
- if len(extinfo) > 0 {
- AddExtLog("extract", j.SourceMid, nil, extinfo, in, et.TaskInfo) //抽取日志
- }
- } else {
- for _, v := range j.Block {
- extinfo := extRegCoreToResult(extfrom, v.Text, &v.Tag, j, in)
- if len(extinfo) > 0 {
- AddExtLog("extract", j.SourceMid, nil, extinfo, in, et.TaskInfo) //抽取日志
- }
- }
- }
- }
- }
- }
- //lua脚本根据属性设置提取kv值
- func getKvByLuaFields(extfrom string, j *ju.Job, in *RegLuaInfo, t map[string][]*Tag) map[string][]map[string]interface{} {
- defer qu.Catch()
- kvmap := map[string][]map[string]interface{}{}
- for fieldname, field := range in.LFields {
- lock.Lock()
- tags := t[field] //获取对应标签库
- lock.Unlock()
- if tags == nil {
- continue
- }
- for _, bl := range j.Block {
- //冒号kv
- if bl.ColonKV != nil && len(bl.ColonKV.Kvs) > 0 {
- kvs := bl.ColonKV.Kvs
- kvs2 := bl.ColonKV.Kvs_2
- // log.Debug("ColonKV1", kvs)
- // log.Debug("ColonKV2", kvs2)
- for _, tag := range tags {
- for _, kv := range kvs {
- if tag.Type == "string" {
- if kv.Key == tag.Key {
- text := ju.TrimLRSpace(kv.Value, "")
- if text != "" {
- kvmap[field] = append(kvmap[field], map[string]interface{}{
- "field": field,
- "code": in.Code,
- "ruletext": tag.Key,
- "extfrom": extfrom,
- "value": text,
- "type": "colon1",
- "matchtype": "tag_string",
- "blocktag": bl.Tag,
- })
- }
- break
- }
- } else if tag.Type == "regexp" {
- if tag.Reg.MatchString(kv.Key) {
- text := ju.TrimLRSpace(kv.Value, "")
- if text != "" {
- kvmap[field] = append(kvmap[field], map[string]interface{}{
- "field": field,
- "code": in.Code,
- "ruletext": tag.Key,
- "extfrom": extfrom,
- "value": text,
- "type": "colon1",
- "matchtype": "tag_regexp",
- "blocktag": bl.Tag,
- })
- }
- break
- }
- }
- }
- for _, kv := range kvs2 {
- if tag.Type == "string" {
- if kv.Key == tag.Key {
- text := ju.TrimLRSpace(kv.Value, "")
- if text != "" {
- kvmap[field] = append(kvmap[field], map[string]interface{}{
- "field": field,
- "code": in.Code,
- "ruletext": tag.Key,
- "extfrom": extfrom,
- "value": text,
- "type": "colon2",
- "matchtype": "tag_string",
- "blocktag": bl.Tag,
- })
- }
- break
- }
- } else if tag.Type == "regexp" {
- if tag.Reg.MatchString(kv.Key) {
- text := ju.TrimLRSpace(kv.Value, "")
- if text != "" {
- kvmap[field] = append(kvmap[field], map[string]interface{}{
- "field": field,
- "code": in.Code,
- "ruletext": tag.Key,
- "extfrom": extfrom,
- "value": text,
- "type": "colon2",
- "matchtype": "tag_regexp",
- "blocktag": bl.Tag,
- })
- }
- break
- }
- }
- }
- }
- }
- //空格kv
- if bl.SpaceKV != nil && len(bl.SpaceKV.Kvs) > 0 {
- kvs := bl.SpaceKV.Kvs
- // log.Debug("SpaceKV", kvs)
- for _, tag := range tags {
- for _, kv := range kvs {
- if tag.Type == "string" {
- if kv.Key == tag.Key {
- text := ju.TrimLRSpace(kv.Value, "")
- if text != "" {
- kvmap[field] = append(kvmap[field], map[string]interface{}{
- "field": field,
- "code": in.Code,
- "ruletext": tag.Key,
- "extfrom": extfrom,
- "value": text,
- "type": "space",
- "matchtype": "tag_string",
- "blocktag": bl.Tag,
- })
- }
- break
- }
- } else if tag.Type == "regexp" {
- if tag.Reg.MatchString(kv.Key) {
- text := ju.TrimLRSpace(kv.Value, "")
- if text != "" {
- kvmap[field] = append(kvmap[field], map[string]interface{}{
- "field": field,
- "code": in.Code,
- "ruletext": tag.Key,
- "extfrom": extfrom,
- "value": text,
- "type": "space",
- "matchtype": "tag_regexp",
- "blocktag": bl.Tag,
- })
- }
- break
- }
- }
- }
- }
- }
- //表格kv
- if bl.TableKV != nil && len(bl.TableKV.Kv) > 0 {
- tkv := bl.TableKV
- // log.Debug("tkv", tkv)
- for k, v := range tkv.Kv {
- if k == fieldname {
- if len(tags) > -tkv.KvIndex[fieldname] {
- ruletext := ""
- if fieldname == "项目名称" && -tkv.KvIndex[fieldname] == -100 {
- ruletext = "项目名称"
- } else {
- ruletext = tags[-tkv.KvIndex[fieldname]].Key
- }
- kvmap[field] = append(kvmap[field], map[string]interface{}{
- "field": field,
- "code": in.Code,
- "ruletext": ruletext,
- "extfrom": "table",
- "value": v,
- "type": "table",
- "matchtype": "tag_string",
- "blocktag": bl.Tag,
- })
- } else { //涉及其他待处理
- // log.Debug(tags)
- }
- }
- }
- }
- }
- }
- return kvmap
- }
- //正则提取结果
- func extRegCoreToResult(extfrom, text string, tag *map[string]bool, j *ju.Job, v *RegLuaInfo) map[string][]map[string]interface{} {
- defer qu.Catch()
- extinfo := map[string][]map[string]interface{}{}
- if v.RegCore.Bextract { //正则是两部分的,可以直接抽取的(含下划线)
- apos := v.RegCore.Reg.FindAllStringSubmatchIndex(text, -1)
- if len(apos) > 0 {
- pos := apos[0]
- for k, p := range v.RegCore.ExtractPos {
- if len(pos) > p {
- if pos[p] == -1 || pos[p+1] == -1 {
- continue
- }
- val := text[pos[p]:pos[p+1]]
- tmps := []map[string]interface{}{}
- tmp := map[string]interface{}{
- "field": v.Field,
- "code": v.Code,
- "ruletext": v.RuleText,
- "extfrom": extfrom,
- "value": val,
- "type": "regexp",
- "matchtype": "regcontent",
- "blocktag": *tag,
- }
- tmps = append(tmps, tmp)
- extinfo[k] = tmps
- if strings.TrimSpace(val) != "" {
- exfield := ju.ExtField{Field: k, Code: v.Code, RuleText: v.RuleText, Type: "regexp", MatchType: "regcontent", ExtFrom: extfrom, Value: val}
- if extfrom == "title"{
- exfield.Score = 4
- }
- if tmp["blocktag"] != nil {
- exfield.BlockTag = tmp["blocktag"].(map[string]bool)
- }
- item := ju.ScoreItem{Des: "初始化", Code: v.Code, RuleText: v.RuleText, Type: "regexp", MatchType: "regcontent", ExtFrom: extfrom, Value: val}
- if extfrom =="title"{
- item.Score = 4
- }
- if tmp["scoreitem"] == nil {
- sitems := make([]*ju.ScoreItem, 0)
- sitems = append(sitems, &item)
- exfield.ScoreItem = sitems
- } else {
- exfield.ScoreItem = append(exfield.ScoreItem, &item)
- }
- j.Result[k] = append(j.Result[k], &exfield)
- //j.Result[k] = append(j.Result[k], &ju.ExtField{tmp["blocktag"].(map[string]bool), k, v.Code, v.RuleText, "regexp", "regcontent", extfrom, val, 0})
- }
- }
- }
- }
- } else {
- pos := v.RegCore.Reg.FindStringIndex(text)
- val := ""
- if len(pos) == 2 {
- text = text[pos[1]:]
- rs := regexp.MustCompile("[^\r\n\t]+")
- tmp := rs.FindAllString(text, -1)
- if len(tmp) > 0 {
- val = tmp[0]
- }
- }
- if val != "" {
- tmps := []map[string]interface{}{}
- tmp := map[string]interface{}{
- "field": v.Field,
- "code": v.Code,
- "ruletext": v.RuleText,
- "extfrom": extfrom,
- "value": val,
- "type": "regexp",
- "matchtype": "regcontent",
- "blocktag": *tag,
- }
- tmps = append(tmps, tmp)
- extinfo[v.Field] = tmps
- if j.Result[v.Field] == nil {
- j.Result[v.Field] = [](*ju.ExtField){}
- }
- field := &ju.ExtField{Field: v.Field, Code: v.Code, RuleText: v.RuleText, Type: "regexp", MatchType: "regcontent", ExtFrom: extfrom, Value: val}
- if extfrom == "title"{
- field.Score = 4
- }
- if tmp["blocktag"] != nil {
- field.BlockTag = tmp["blocktag"].(map[string]bool)
- }
- item := ju.ScoreItem{Des: "初始化", Code: v.Code, RuleText: v.RuleText, Type: "regexp", MatchType: "regcontent", ExtFrom: extfrom, Value: val}
- if extfrom =="title"{
- item.Score = 4
- }
- if tmp["scoreitem"] == nil {
- sitems := make([]*ju.ScoreItem, 0)
- sitems = append(sitems, &item)
- field.ScoreItem = sitems
- } else {
- field.ScoreItem = append(field.ScoreItem, &item)
- }
- j.Result[v.Field] = append(j.Result[v.Field], field)
- }
- }
- return extinfo
- }
- //后置过滤
- func ExtRegBack(j *ju.Job, in *RegLuaInfo, t *TaskInfo) {
- defer qu.Catch()
- if in.IsLua {
- result := GetResultMapForLua(j)
- lua := ju.LuaScript{Code: in.Code, Name: in.Name, Result: result, Script: in.RuleText}
- if j != nil {
- lua.Block = j.Block
- }
- extinfo := lua.RunScript("back")
- for k, v := range extinfo {
- if tmps, ok := v.([]map[string]interface{}); ok {
- j.Result[k] = [](*ju.ExtField){}
- for _, tmp := range tmps {
- field := &ju.ExtField{Field: k, Code: qu.ObjToString(tmp["code"]), RuleText: qu.ObjToString(tmp["ruletext"]), Type: qu.ObjToString(tmp["type"]), MatchType: qu.ObjToString(tmp["matchtype"]), ExtFrom: qu.ObjToString(tmp["extfrom"]), Value: tmp["value"], Score: 0}
- if tmp["blocktag"] != nil {
- field.BlockTag = tmp["blocktag"].(map[string]bool)
- }
- item := ju.ScoreItem{Code: qu.ObjToString(tmp["code"]), RuleText: qu.ObjToString(tmp["ruletext"]), Type: qu.ObjToString(tmp["type"]), MatchType: qu.ObjToString(tmp["matchtype"]), ExtFrom: qu.ObjToString(tmp["extfrom"]), Value: tmp["value"], Score: 0}
- if tmp["scoreitem"] == nil {
- scoreItems := make([]*ju.ScoreItem, 0)
- scoreItems = append(scoreItems, &item)
- field.ScoreItem = scoreItems
- } else {
- field.ScoreItem = append(field.ScoreItem, &item)
- }
- j.Result[k] = append(j.Result[k], field)
- //j.Result[k] = append(j.Result[k], &ju.ExtField{tmp["blocktag"].(map[string]bool), k, qu.ObjToString(tmp["code"]), qu.ObjToString(tmp["ruletext"]), qu.ObjToString(tmp["type"]), qu.ObjToString(tmp["matchtype"]), qu.ObjToString(tmp["extfrom"]), tmp["value"], 0})
- }
- }
- }
- if len(extinfo) > 0 {
- AddExtLog("clear", j.SourceMid, result, extinfo, in, t) //抽取日志
- }
- } else {
- extinfo := map[string]interface{}{}
- if in.Field != "" {
- if j.Result[in.Field] != nil {
- tmp := j.Result[in.Field]
- exts := []interface{}{}
- for k, v := range tmp {
- //table抽取到的数据不清理
- // if v.Type == "table" && v.Field != "projectname" {
- // continue
- // }
- text := qu.ObjToString(v.Value)
- if text != "" {
- text = in.RegPreBac.Reg.ReplaceAllString(text, in.RegPreBac.Replace)
- }
- j.Result[in.Field][k].Value = text
- exts = append(exts, map[string]interface{}{
- "field": v.Field,
- "code": v.Code,
- "ruletext": v.RuleText,
- "type": v.Type,
- "matchtype": v.MatchType,
- "extfrom": v.ExtFrom,
- "value": text,
- })
- }
- extinfo[in.Field] = exts
- if len(extinfo) > 0 {
- AddExtLog("clear", j.SourceMid, tmp, extinfo, in, t) //抽取日志
- }
- }
- } else {
- for key, tmp := range j.Result {
- exts := []interface{}{}
- for k, v := range tmp {
- if v.Type == "table" { //table抽取到的数据不清理
- continue
- }
- text := qu.ObjToString(v.Value)
- if text != "" {
- text = in.RegPreBac.Reg.ReplaceAllString(text, in.RegPreBac.Replace)
- }
- j.Result[key][k].Value = text
- exts = append(exts, map[string]interface{}{
- "field": v.Field,
- "code": v.Code,
- "ruletext": v.RuleText,
- "type": v.Type,
- "matchtype": v.MatchType,
- "extfrom": v.ExtFrom,
- "value": text,
- })
- }
- extinfo[key] = exts
- }
- if len(extinfo) > 0 {
- AddExtLog("clear", j.SourceMid, j.Result, extinfo, in, t) //抽取日志
- }
- }
- }
- }
- //获取抽取结果map[string][]interface{},lua脚本使用
- func GetResultMapForLua(j *ju.Job) map[string][]map[string]interface{} {
- defer qu.Catch()
- result := map[string][]map[string]interface{}{}
- for key, val := range j.Result {
- if result[key] == nil {
- result[key] = []map[string]interface{}{}
- }
- for _, v := range val {
- tmp := map[string]interface{}{
- "field": v.Field,
- "code": v.Code,
- "ruletext": v.RuleText,
- "value": v.Value,
- "type": v.Type,
- "matchtype": v.MatchType,
- "extfrom": v.ExtFrom,
- }
- result[key] = append(result[key], tmp)
- }
- }
- return result
- }
- //抽取日志
- func AddExtLog(ftype, sid string, before interface{}, extinfo interface{}, v *RegLuaInfo, t *TaskInfo) {
- defer qu.Catch()
- if !t.IsEtxLog {
- return
- }
- logdata := map[string]interface{}{
- "code": v.Code,
- "name": v.Name,
- "type": ftype,
- "ruletext": v.RuleText,
- "islua": v.IsLua,
- "field": v.Field,
- "version": t.Version,
- "taskname": t.Name,
- "before": before,
- "extinfo": extinfo,
- "sid": sid,
- "comeintime": time.Now().Unix(),
- }
- lock.Lock()
- ExtLogs[t] = append(ExtLogs[t], logdata)
- lock.Unlock()
- }
- //保存抽取日志
- func SaveExtLog() {
- defer qu.Catch()
- tmpLogs := map[*TaskInfo][]map[string]interface{}{}
- lock.Lock()
- tmpLogs = ExtLogs
- ExtLogs = map[*TaskInfo][]map[string]interface{}{}
- lock.Unlock()
- for k, v := range tmpLogs {
- if len(v) < saveLimit {
- db.Mgo.SaveBulk(k.TrackColl, v...)
- } else {
- for {
- if len(v) > saveLimit {
- tmp := v[:saveLimit]
- db.Mgo.SaveBulk(k.TrackColl, tmp...)
- v = v[saveLimit:]
- } else {
- db.Mgo.SaveBulk(k.TrackColl, v...)
- break
- }
- }
- }
- }
- time.AfterFunc(10*time.Second, SaveExtLog)
- }
- type FieldValue struct {
- Value interface{}
- Count int
- }
- //分析抽取结果并保存
- func AnalysisSaveResult(j, jf *ju.Job, e *ExtractTask) {
- qu.Try(func() {
- doc, result, _id, values := funcAnalysis(j)
- //从排序结果中取值
- tmp := map[string]interface{}{} //抽取值
- for key, val := range values {
- for _, v := range val { //取第一个非负数
- if v.Key != "" && v.Value > -1 {
- tmp[key] = v.Object
- break
- }
- }
- }
- if len(j.PackageInfo) > 0 { //分包信息
- tmp["package"] = j.PackageInfo
- }
- if len(j.Winnerorder) > 0 { //候选人信息
- tmp["winnerorder"] = j.Winnerorder
- }
- //处理附件
- var resultf map[string][]*ju.ExtField
- var filevalues map[string][]*ju.SortObject
- if jf != nil {
- _, resultf, _, filevalues = funcAnalysis(jf)
- ffield := map[string]interface{}{}
- for key, val := range filevalues {
- for _, v := range val { //取第一个非负数
- if v.Key != "" && v.Value > -1 {
- ffield[key] = v.Object
- break
- }
- }
- }
- if len(jf.PackageInfo) > 0 { //分包信息
- ffield["package"] = jf.PackageInfo
- }
- if len(jf.Winnerorder) > 0 { //候选人信息
- ffield["winnerorder"] = jf.Winnerorder
- }
- tmp["ffield"] = ffield
- }
- for k, v := range *doc {
- //去重冗余字段
- if delFiled(k) {
- continue
- }
- if tmp[k] == nil {
- tmp[k] = v
- }
- }
- //质量审核
- if ok, _ := ju.Config["qualityaudit"].(bool); ok {
- e.QualityAudit(tmp)
- }
- if e.IsExtractCity { //城市抽取
- e.ExtractCity(j, tmp, _id)
- // b, p, c, d := e.TransmitData(tmp, _id) //抽取省份城市
- // // log.Debug("省份---", p, "城市---", c, "区---", d)
- // tmp["district"] = d
- // if b {
- // tmp["city"] = c
- // tmp["area"] = p
- // }
- }
- //品牌抽取
- if ju.IsBrandGoods {
- tmp["checkhas"] = map[string]int{
- "hastable": j.HasTable,
- "hasgoods": j.HasGoods,
- "hasbrand": j.HasBrand,
- "haskey": j.HasKey,
- }
- if len(j.BrandData) > 0 {
- tmp["tablebrand"] = j.BrandData
- }
- // log.Debug("============", j.HasBrand, j.HasGoods, j.HasKey, j.HasTable, j.BrandData)
- }
- //分包和标签
- if ju.Config["saveblock"].(bool) {
- blocks := make([]ju.BlockAndTag, 0)
- for _, v := range j.Block {
- xx, _ := json.Marshal(v)
- tmpblock := new(ju.TmpBlock)
- err := json.Unmarshal(xx, &tmpblock)
- if err != nil {
- if v.BPackage != nil {
- bpb, _ := json.Marshal(v.BPackage)
- tmpblock.BPackage = string(bpb)
- }
- tmpblock = rangeBlockToJson(v, *tmpblock)
- }
- blocks = append(blocks, ju.BlockAndTag{v.Tag, tmpblock})
- }
- tmp["blocks"] = blocks
- }
- if e.TaskInfo.TestColl == "" {
- if len(tmp) > 0 { //保存抽取结果
- for field, _ := range e.Fields {
- if tmp[field] == nil {
- tmp[field] = "" //覆盖之前版本数据
- }
- }
- tmp["repeat"] = 0
- tmparr := []map[string]interface{}{
- map[string]interface{}{
- "_id": qu.StringTOBsonId(_id),
- },
- map[string]interface{}{"$set": tmp},
- }
- e.BidArr = append(e.BidArr, tmparr)
- }
- if b, ok := ju.Config["saveresult"].(bool); ok && b {
- id := tmp["_id"]
- tmp["result"] = result
- tmp["resultf"] = resultf
- delete(tmp, "_id")
- tmparr := []map[string]interface{}{
- map[string]interface{}{
- "_id": id,
- },
- map[string]interface{}{"$set": tmp},
- }
- e.ResultArr = append(e.ResultArr, tmparr)
- }
- } else { //测试结果
- delete(tmp, "_id")
- if len(j.BlockPackage) > 0 { //分包详情
- bs, _ := json.Marshal(j.BlockPackage)
- tmp["epackage"] = string(bs)
- }
- tmp["result"] = result
- tmp["resultf"] = resultf
- b := db.Mgo.Update(e.TaskInfo.TestColl, `{"_id":"`+_id+`"}`, map[string]interface{}{"$set": tmp}, true, false)
- if !b {
- log.Debug(e.TaskInfo.TestColl, _id)
- }
- }
- }, func(err interface{}) {
- log.Debug("AnalysisSaveResult err", err)
- })
- }
- func rangeBlockToJson(j *ju.Block, tmpblock ju.TmpBlock) (b *ju.TmpBlock) {
- if j == nil {
- return nil
- }
- if len(j.Block) > 0 {
- for i, v := range j.Block {
- rangetmp := new(ju.TmpBlock)
- vb, _ := json.Marshal(v)
- json.Unmarshal(vb, &rangetmp)
- tmpblock.Block[i] = rangeBlockToJson(v, *rangetmp)
- }
- }
- if j.ColonKV != nil {
- cb, _ := json.Marshal(j.ColonKV)
- tmpblock.ColonKV = string(cb)
- }
- if j.SpaceKV != nil {
- sb, _ := json.Marshal(j.SpaceKV)
- tmpblock.SpaceKV = string(sb)
- }
- if j.TableKV != nil {
- tb, _ := json.Marshal(j.TableKV)
- tmpblock.TableKV = string(tb)
- }
- return &tmpblock
- }
- //去重冗余字段
- func delFiled(k string) bool {
- return k == "detail" || k == "contenthtml" || k == "site" || k == "spidercode" || k == "projectinfo" || k == "jsondata"
- }
- func funcAnalysis(j *ju.Job) (*map[string]interface{}, map[string][]*ju.ExtField, string, map[string][]*ju.SortObject) {
- defer qu.Catch()
- doc := j.Data
- result := j.Result
- _id := qu.BsonIdToSId((*doc)["_id"])
- iscore, _ := ju.Config["fieldscore"].(bool)
- if iscore { //打分
- result = ScoreFields(j)
- }
- //结果排序
- values := map[string][]*ju.SortObject{}
- for key, val := range result {
- fieldValue := map[string][]interface{}{}
- if iscore { //走打分
- for _, v := range val {
- if len(fmt.Sprint(v.Value)) < 1 {
- continue //去除空串
- }
- fieldValue[fmt.Sprint(v.Value)+v.Type] = []interface{}{v.Score, v.Value}
- }
- } else { //不走打分,按出现频次
- for _, v := range val {
- if len(fmt.Sprint(v.Value)) < 1 {
- continue //去除空串
- }
- if fieldValue[fmt.Sprint(v.Value)] == nil {
- fieldValue[fmt.Sprint(v.Value)] = []interface{}{0, v.Value}
- } else {
- fieldValue[fmt.Sprint(v.Value)][0] = qu.IntAll(fieldValue[fmt.Sprint(v.Value)][0]) + 1
- }
- }
- }
- objects := []*ju.SortObject{}
- for k, v := range fieldValue {
- ValueStr := "" //第二排序
- if reflect.TypeOf(v[1]).String() == "string" {
- ValueStr = qu.ObjToString(v[1])
- }
- tmp := &ju.SortObject{
- Key: k,
- Value: qu.IntAll(v[0]),
- Object: v[1],
- ValueStr: ValueStr,
- }
- objects = append(objects, tmp)
- }
- values[key] = ju.ExtSort(objects)
- }
- return doc, result, _id, values
- }
- func (e *ExtractTask) QualityAudit(resulttmp map[string]interface{}) {
- defer qu.Catch()
- //获取审核字段
- for _, field := range e.AuditFields {
- //1.分包
- if resulttmp["package"] != nil {
- packagedata := resulttmp["package"].(map[string]map[string]interface{})
- for _, val := range packagedata {
- if val[field] != nil {
- fv := qu.ObjToString(val[field])
- if fv != "" {
- if field == "buyer" || field == "winner" { //field为buyer和winner时特殊处理,先从Redis中查,有直接通过,没有走匹配规则
- e.RedisMatch(field, fv, val) //redis匹配
- } else { //除了buyer和winner,其他字段走规则匹配
- e.RuleMatch(field, fv, val)
- }
- }
- }
- }
- }
- //2.外围
- if resulttmp[field] != nil {
- fv := qu.ObjToString(resulttmp[field])
- if fv != "" {
- if field == "buyer" || field == "winner" { //field为buyer和winner时特殊处理,先从Redis中查,有直接通过,没有走匹配规则
- e.RedisMatch(field, fv, resulttmp) //redis匹配
- } else { //除了buyer和winner,其他字段走规则匹配
- e.RuleMatch(field, fv, resulttmp)
- }
- }
- }
- }
- }
- //Redis匹配
- func (e *ExtractTask) RedisMatch(field, fv string, val map[string]interface{}) {
- defer qu.Catch()
- i := redis.GetInt(field, field+"_"+fv) //查找redis
- if i == 0 { //reids未找到,执行规则匹配
- val[field+"_isredis"] = false
- e.RuleMatch(field, fv, val) //规则匹配
- } else { //redis找到,打标识存库
- val[field+"_isredis"] = true
- }
- }
- //规则匹配
- func (e *ExtractTask) RuleMatch(field, fieldval string, tmpMap map[string]interface{}) {
- defer qu.Catch()
- if fieldval != "" {
- SMap := e.StartMatch(field, fieldval)
- //SMap.AddKey(field+"_isaudit", false)
- for _, k := range SMap.Keys {
- tmpMap[k] = SMap.Map[k]
- }
- tmpMap[field+"_isaudit"] = false //添加字段未审核信息
- }
- }
- //开始规则匹配
- func (e *ExtractTask) StartMatch(field, text string) *pretreated.SortMap {
- defer qu.Catch()
- SMap := pretreated.NewSortMap()
- lock.Lock()
- f := e.RecogFieldMap[field]
- lock.Unlock()
- if len(f) > 0 {
- fid := qu.BsonIdToSId(f["_id"])
- recogFieldPreRule := qu.ObjToString(f["s_recogfield_prerule"])
- textAfterRecogFieldPrerule := ju.PreFilter(text, recogFieldPreRule) //识别字段的前置过滤
- if textAfterRecogFieldPrerule != "" {
- lock.Lock()
- classMap := e.FidClassMap[fid]
- lock.Unlock()
- L:
- for _, c := range classMap { //class
- classid := qu.BsonIdToSId(c["_id"])
- classPrerule := qu.ObjToString(c["s_class_prerule"])
- savefield := qu.ObjToString(c["s_savefield"]) //保存字段
- textAfterClassPrerule := ju.PreFilter(textAfterRecogFieldPrerule, classPrerule) //class的前置过滤
- if textAfterClassPrerule != "" {
- lock.Lock()
- ruleMap := e.CidRuleMap[classid]
- lock.Unlock()
- for _, r := range ruleMap { //rule
- rulePrerule := qu.ObjToString(r["s_rule_prerule"])
- s_name := qu.ObjToString(r["s_name"])
- rule := r["rule"].([]interface{})
- textAfterRulePrerule := ju.PreFilter(textAfterClassPrerule, rulePrerule) //class的前置过滤
- if textAfterRulePrerule != "" {
- b, _ := ju.RecogAnalyRules(textAfterRulePrerule, rule)
- if b { //匹配到一个分类下某个规则时,不再继续匹配
- if savefield != "" { //保存字段不为空,存储代码信息
- SMap.AddKey(field+"_"+savefield, s_name)
- }
- break L
- }
- }
- }
- }
- }
- }
- }
- return SMap
- }
|