12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688 |
- package extract
- import (
- "bytes"
- "encoding/json"
- "fmt"
- "jy/clear"
- db "jy/mongodbutil"
- "jy/pretreated"
- ju "jy/util"
- qu "qfw/util"
- "qfw/util/redis"
- "regexp"
- "strconv"
- "strings"
- "sync"
- "time"
- "unicode/utf8"
- "github.com/PuerkitoBio/goquery"
- log "github.com/donnie4w/go-logger/logger"
- "gopkg.in/mgo.v2/bson"
- )
- var (
- lock, lockrule, lockclear, locktag, blocktag sync.RWMutex
- cut = ju.NewCut() //获取正文并清理
- ExtLogs map[*TaskInfo][]map[string]interface{} //抽取日志
- TaskList map[string]*ExtractTask //任务列表
- ClearTaskList map[string]*ClearTask //清理任务列表
- saveLimit = 100 //抽取日志批量保存
- PageSize = 5000 //查询分页
- Fields = `{"title":1,"summary":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}`
- )
- var Luacodes = sync.Map{}
- var SiteManages = sync.Map{}
- //启动测试抽取
- 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.InitSite()
- ext.InitRulePres()
- ext.InitRuleBacks(false)
- ext.InitRuleBacks(true)
- ext.InitRuleCore(false)
- ext.InitRuleCore(true)
- ext.InitPkgCore()
- ext.InitBlockRule()
- ext.InfoTypeList()
- ext.InitTag(false)
- ext.InitTag(true)
- ext.InitClearFn(false)
- ext.InitClearFn(true)
- if ext.IsExtractCity { //版本上控制是否开始城市抽取
- //初始化城市DFA信息
- ext.InitCityInfo()
- //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
- var isSite bool
- var codeSite string
- if ext.IsFileField && v["projectinfo"] != nil {
- v["isextFile"] = true
- j, jf, isSite,codeSite = ext.PreInfo(v)
- } else {
- j, _, isSite,codeSite = ext.PreInfo(v)
- }
- ext.TaskInfo.ProcessPool <- true
- go ext.ExtractProcess(j, jf, isSite,codeSite)
- }
- 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.InitSite()
- ext.InitRulePres()
- ext.InitRuleBacks(false)
- ext.InitRuleBacks(true)
- ext.InitRuleCore(false)
- ext.InitRuleCore(true)
- ext.InitPkgCore()
- ext.InitBlockRule()
- ext.InfoTypeList()
- ext.InitTag(false)
- ext.InitTag(true)
- ext.InitClearFn(false)
- ext.InitClearFn(true)
- if ext.IsExtractCity { //版本上控制是否开始城市抽取
- //初始化城市DFA信息
- //ext.InitCityDFA()
- ext.InitCityInfo()
- 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
- }
- //根据标题判断是否抽取
- b := IsExtract("title", qu.ObjToString(v["title"]), "")
- if !b {
- continue
- }
- _id := qu.BsonIdToSId(v["_id"])
- //log.Debug(_id)
- if !ext.IsRun {
- break
- }
- var j, jf *ju.Job
- var isSite bool
- var codeSite string
- if ext.IsFileField && v["projectinfo"] != nil {
- v["isextFile"] = true
- j, jf, isSite,codeSite = ext.PreInfo(v)
- } else {
- j, _, isSite,codeSite = ext.PreInfo(v)
- }
- ext.TaskInfo.ProcessPool <- true
- go ext.ExtractProcess(j, jf, isSite,codeSite)
- 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, isSite bool,codeSite string) {
- return (&ExtractTask{}).PreInfo(doc)
- }
- //信息预处理-和版本关联
- func (e *ExtractTask) PreInfo(doc map[string]interface{}) (j, jf *ju.Job, isSite bool,codeSite string) {
- 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 = regexp.MustCompile(`<!--[\w\W]*?-->`).ReplaceAllString(detail, "")
- d3, _ := doc["summary"].(string)
- detail = ju.CutLableStr(d3 + "\n" + detail)
- detail = cut.ClearHtml(d3 + "\n" + detail)
- doc["detail"] = detail
- if isextFile {
- file2text(&doc) //附件文本堆一起(后期可以考虑,分开处理),方法里修改了doc["detailfile"]结果
- }
- //正文小于50个字,有附件把附件内容加到正文
- tmpDeatil := detail
- tmpdocument, err := goquery.NewDocumentFromReader(strings.NewReader(tmpDeatil))
- if err == nil {
- conlen := utf8.RuneCountInString(strings.Trim(tmpdocument.Text(), " "))
- if conlen < 50 {
- if isextFile {
- detail += qu.ObjToString(doc["detailfile"])
- doc["detail"] = detail
- }
- } else if conlen > qu.IntAllDef(ju.Config["filelength"], 100000) {
- //防止文本过长,造成抽取阻塞
- log.Debug("文本太长", doc["_id"], conlen)
- doc["detail"] = d3
- }
- }
- toptype := qu.ObjToString(doc["toptype"])
- subtype := qu.ObjToString(doc["subtype"])
- if qu.ObjToString(doc["type"]) == "bid" {
- toptype = "结果"
- }
- if toptype == "" {
- toptype = "all"
- }
- if subtype == "" {
- subtype = "all"
- }
- 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,
- }
- }
- //是否配置站点
- codeSite = qu.ObjToString(doc["spidercode"])
- exp, isSite := Luacodes.Load(codeSite)
- if isSite{
- if exp.( map[string]interface{})["e.SiteClearFn"]!= nil{
- e.SiteClearFn = exp.( map[string]interface{})["e.SiteClearFn"].( map[string][]string)
- }
- if exp.( map[string]interface{})["e.SiteTag"]!= nil{
- e.SiteTag = exp.( map[string]interface{})["e.SiteTag"].( map[string][]*Tag)
- }
- if exp.( map[string]interface{})["e.SiteRuleCores"] != nil{
- e.SiteRuleCores = exp.( map[string]interface{})["e.SiteRuleCores"].( map[string]map[string][]*RuleCore)
- }
- if exp.( map[string]interface{})["e.SiteRuleBacks"]!= nil{
- e.SiteRuleBacks = exp.( map[string]interface{})["e.SiteRuleBacks"].( []*RegLuaInfo)
- }
- }
- qu.Try(func() {
- pretreated.AnalyStart(j, isSite,codeSite) //job.Block分块
- if isextFile {
- pretreated.AnalyStart(jf, isSite,codeSite)
- }
- }, func(err interface{}) {
- log.Debug("pretreated.AnalyStart", err, j.SourceMid)
- })
- return j, jf, isSite,codeSite
- }
- //遍历附件字段内容,拼接在一起;附件文本堆一起(后期可以考虑,分开处理),方法里修改了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, isSite bool,codeSite string) {
- e.ExtractDetail(j, isSite,codeSite)
- if jf != nil && jf.IsFile {
- e.ExtractFile(jf, isSite,codeSite)
- }
- //分析抽取结果并保存 todo
- AnalysisSaveResult(j, jf, e)
- <-e.TaskInfo.ProcessPool
- }
- func (e *ExtractTask) ExtractDetail(j *ju.Job, isSite bool,codeSite string) {
- qu.Try(func() {
- doc := *j.Data
- //全局前置规则,结果覆盖doc属性
- //for _, v := range e.RulePres {
- // doc = ExtRegPre(doc, j, v, e.TaskInfo)
- //}
- tmprules := map[string][]*RuleCore{}
- lockrule.Lock()
- if j.Category == "all" || j.CategorySecond == "all" {
- if isSite {
- for k, vc1 := range e.SiteRuleCores["all_all"] {
- tmprules[k] = vc1
- }
- } else {
- for k, vc1 := range e.RuleCores["all_all"] {
- tmprules[k] = vc1
- }
- }
- } else {
- if isSite {
- for k, vc1 := range e.SiteRuleCores[j.Category+"_"+j.CategorySecond] {
- tmprules[k] = vc1
- }
- } else {
- for k, vc1 := range e.RuleCores[j.Category+"_"+j.CategorySecond] {
- tmprules[k] = vc1
- }
- }
- }
- if len(tmprules) < 1 { //分类未覆盖部分
- if isSite {
- for k, vc1 := range e.RuleCores["all_all"] {
- tmprules[k] = vc1
- }
- } else {
- for k, vc1 := range e.SiteRuleCores["all_all"] {
- tmprules[k] = vc1
- }
- }
- }
- lockrule.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)
- //抽取-规则
- ExtRuleCore(tmp, e, vc, j)
- // log.Debug("抽取-规则", tmp)
- //抽取-后置规则
- for _, v := range vc.RuleBacks {
- ExtRegBack(j, v, e.TaskInfo)
- }
- // log.Debug("抽取-后置规则", tmp)
- //项目名称未能抽取到,标题来凑
- if vc.Field == "projectname" {
- if vc.ExtFrom == "title" {
- isextitle := true
- for _, v := range j.Result[vc.Field] {
- if len([]rune(qu.ObjToString(v.Value))) > 5 {
- isextitle = false
- break
- }
- }
- if isextitle { //标题加入选举
- field := &ju.ExtField{Field: vc.Field, Code: vc.Id + "_title", RuleText: "title", Type: "title", MatchType: "title", ExtFrom: vc.ExtFrom, SourceValue: j.Title, Value: j.Title}
- j.Result[vc.Field] = append(j.Result[vc.Field], field)
- }
- }
- for i := 0; i < 3; i++ {
- for _, v := range vc.RuleBacks {
- ExtRegBack(j, v, e.TaskInfo)
- }
- }
- }
- }
- }
- //全局后置规则
- if isSite {
- for _, v := range e.SiteRuleBacks {
- ExtRegBack(j, v, e.TaskInfo)
- }
- } else {
- for _, v := range e.RuleBacks {
- ExtRegBack(j, v, e.TaskInfo)
- }
- }
- //函数清理
- for key, val := range j.Result {
- for _, v := range val {
- lockclear.Lock()
- var cfn = []string{}
- if isSite {
- cfn = e.SiteClearFn[key]
- } else {
- cfn = e.ClearFn[key]
- }
- lockclear.Unlock()
- data := clear.DoClearFn(cfn, []interface{}{v.Value, j.Content})
- before, _ := v.Value.(string)
- v.Value = data[0]
- BeforeAddClearFnLog(v.Type, "函数清理", j.SourceMid, before, v.MatchType, v, e)
- //添加行数清理的日志
- //清理特殊符号
- lockclear.Lock()
- if clear.AsyField[key] != nil || clear.SymField[key] != nil || clear.MesField[key] != nil {
- text := qu.ObjToString(v.Value)
- before = text
- v.Value = clear.OtherClean(key, text)
- BeforeAddClearFnLog(v.Type, "特殊符号清理", j.SourceMid, before, v.MatchType, v, e)
- }
- //AddClearFnLog("clearfn", j.SourceMid, v.Value, extinfo, v.Code, "函数清理", key, e.TaskInfo)
- lockclear.Unlock()
- }
- }
- PackageDetail(j, e, isSite,codeSite) //处理分包信息
- // 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, isSite bool,codeSite string) {
- 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)
- // }
- // }
- //抽取规则
- tmprules := map[string][]*RuleCore{}
- lockrule.Lock()
- if j.Category == "all" || j.CategorySecond == "all" {
- for k, vc1 := range e.RuleCores["all_all"] {
- tmprules[k] = vc1
- }
- } else {
- for k, vc1 := range e.RuleCores[j.Category+"_"+j.CategorySecond] {
- tmprules[k] = vc1
- }
- }
- lockrule.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 {
- // if value, ok := e.FileFields.Load(v.Field); ok && qu.IntAllDef(value, 1) > 0 {
- // tmp = ExtRegPre(tmp, j, v, e.TaskInfo)
- // }
- // }
- // log.Debug("抽取-前置规则", tmp)
- //抽取-规则
- if value, ok := e.FileFields.Load(vc.Field); ok && qu.IntAllDef(value, 1) > 0 {
- ExtRuleCore(tmp, e, vc, j)
- }
- // 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)
- }
- }
- //函数清理
- for key, val := range j.Result {
- for _, v := range val {
- lockclear.Lock()
- cfn := e.ClearFn[key]
- lockclear.Unlock()
- data := clear.DoClearFn(cfn, []interface{}{v.Value, j.Content})
- v.Value = data[0]
- //清理特殊符号
- lockclear.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
- }
- lockclear.Unlock()
- }
- }
- PackageDetail(j, e, isSite,codeSite) //处理分包信息
- // 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 ExtRuleCore(doc map[string]interface{}, e *ExtractTask, vc *RuleCore, j *ju.Job) {
- //候选人加入
- var kvMap map[string][]map[string]interface{}
- extByReg := true
- if vc.ExtFrom != "title" {
- kvMap, extByReg = getKvByLuaFields(vc, j, e)
- }
- for _, v := range vc.RuleCores {
- if v.IsLua {
- ExtRuleCoreByKv(vc.ExtFrom, doc, j, v, kvMap,e)
- } else if extByReg {
- ExtRuleCoreByReg(vc.ExtFrom, doc, j, v, e)
- }
- }
- //如果只有一个分包,预算没有抽取到,把分包中的预算保存到外面
- if vc.Field == "budget" && len(kvMap) == 0 {
- if len(j.BlockPackage) == 1 {
- for _, bp := range j.BlockPackage {
- for fieldname, field := range vc.LFields {
- if field != vc.Field {
- continue
- }
- tp := ""
- for k, v := range []*ju.JobKv{bp.ColonKV, bp.SpaceKV, bp.TableKV} {
- if k == 0 {
- tp = "colon"
- } else if k == 1 {
- tp = "space"
- } else if k == 2 {
- tp = "table"
- }
- if v == nil || v.KvTags == nil {
- continue
- }
- for _, vv := range v.KvTags[fieldname] {
- text := ju.TrimLRSpace(vv.Value, "")
- if text != "" {
- j.Result[vc.Field] = append(j.Result[vc.Field], &ju.ExtField{
- Field: vc.Field,
- Code: "CL_分包",
- Type: tp,
- MatchType: "package",
- RuleText: bp.Text,
- SourceValue: vv.Key,
- Value: text,
- })
- }
- }
- }
- }
- break
- }
- }
- } else {
- for k, v := range kvMap {
- if j.Result[k] == nil {
- j.Result[k] = [](*ju.ExtField){}
- }
- for _, tmp := range v {
- field := &ju.ExtField{Weight: qu.IntAll(tmp["weight"]), Field: k, Code: qu.ObjToString(tmp["code"]), Type: qu.ObjToString(tmp["type"]), MatchType: qu.ObjToString(tmp["matchtype"]), RuleText: qu.ObjToString(tmp["ruletext"]), SourceValue: tmp["sourcevalue"], Value: tmp["value"]}
- if tmp["blocktag"] != nil {
- btag := make(map[string]string)
- for k := range tmp["blocktag"].(map[string]bool) {
- blocktag.Lock()
- if TagConfigDesc[k] != "" {
- btag[k] = TagConfigDesc[k]
- }
- blocktag.Unlock()
- }
- field.BlockTag = btag
- }
- j.Result[k] = append(j.Result[k], field)
- }
- }
- }
- }
- //抽取-规则-kv
- func ExtRuleCoreByKv(extfrom string, doc map[string]interface{}, j *ju.Job, in *RegLuaInfo, kvMap map[string][]map[string]interface{}, et *ExtractTask) {
- defer qu.Catch()
- if extfrom == "title" || !in.IsLua {
- return
- }
- lua := ju.LuaScript{Code: in.Code, Name: in.Name, Doc: doc, Script: in.RuleText}
- lua.KvMap = kvMap
- lua.Block = j.Block
- extinfo := lua.RunScript("core")
- if tmps, ok := extinfo[in.Field].([]map[string]interface{}); ok {
- for _, v := range tmps {
- v["core"] = in.Code
- }
- kvMap[in.Field] = tmps
- }
- if len(extinfo) > 0 {
- AddExtLog("extract", j.SourceMid, nil, extinfo, in, et.TaskInfo) //抽取日志
- }
- }
- //抽取-规则-正则
- func ExtRuleCoreByReg(extfrom string, doc map[string]interface{}, j *ju.Job, in *RegLuaInfo, et *ExtractTask) {
- defer qu.Catch()
- //根据field配置项目,是否抽取。例如:废标、流标等跳过,
- b := IsExtract(in.Field, j.Title, j.Content)
- if !b {
- return
- }
- //全文正则
- //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]string{}, j, in)
- if len(extinfo) > 0 {
- AddExtLog("extract", j.SourceMid, nil, extinfo, in, et.TaskInfo) //抽取日志
- }
- } else {
- for _, v := range j.Block {
- btag := make(map[string]string)
- for k := range v.Classify {
- blocktag.Lock()
- btag[k] = TagConfigDesc[k]
- blocktag.Unlock()
- }
- extinfo := extRegCoreToResult(extfrom, v.Text, &btag, j, in)
- if len(extinfo) > 0 {
- AddExtLog("extract", j.SourceMid, nil, extinfo, in, et.TaskInfo) //抽取日志
- }
- }
- }
- }
- }
- //lua脚本根据属性设置提取kv值
- func getKvByLuaFields(vc *RuleCore, j *ju.Job, et *ExtractTask) (map[string][]map[string]interface{}, bool) {
- kvmap := map[string][]map[string]interface{}{}
- if len(j.Winnerorder) > 1 {
- if vc.Field == "bidamount" {
- for _, v := range j.Winnerorder {
- kvmap[vc.Field] = append(kvmap[vc.Field], map[string]interface{}{
- "code": "winnerorder",
- "field": vc.Field,
- "ruletext": "中标候选人",
- "extfrom": vc.ExtFrom,
- "sourcevalue": "中标候选人",
- "value": v["price"],
- "type": "winnerorder",
- "matchtype": "winnerorder",
- })
- }
- //候选人中标金额
- if price := j.Winnerorder[0]["price"]; price != nil {
- kvmap[vc.Field] = append(kvmap[vc.Field], map[string]interface{}{
- "code": "CL_中标候选人",
- "field": vc.Field,
- "ruletext": "中标候选人",
- "extfrom": vc.ExtFrom,
- "sourcevalue": "中标候选人",
- "value": price,
- "type": "winnerorder",
- "matchtype": "winnerorder",
- })
- return kvmap, false
- }
- } else if vc.Field == "winner" {
- for _, v := range j.Winnerorder {
- kvmap[vc.Field] = append(kvmap[vc.Field], map[string]interface{}{
- "code": "winnerorder",
- "field": vc.Field,
- "ruletext": "中标候选人",
- "extfrom": vc.ExtFrom,
- "sourcevalue": "中标候选人",
- "value": v["entname"],
- "type": "winnerorder",
- "matchtype": "winnerorder",
- })
- }
- //候选人中标单位
- if entname := j.Winnerorder[0]["entname"]; entname != nil {
- kvmap[vc.Field] = append(kvmap[vc.Field], map[string]interface{}{
- "code": "CL_中标候选人",
- "field": vc.Field,
- "ruletext": "中标候选人",
- "extfrom": vc.ExtFrom,
- "sourcevalue": "中标候选人",
- "value": entname,
- "type": "winnerorder",
- "matchtype": "winnerorder",
- })
- return kvmap, false
- }
- }
- }
- for fieldname, field := range vc.LFields {
- if field != vc.Field {
- continue
- }
- extractFromKv(field, fieldname, j.Block, vc, kvmap)
- }
- AddExtLog("extract", j.SourceMid, nil, kvmap, &RegLuaInfo{Field: vc.Field}, et.TaskInfo) //抽取日志
- return kvmap, true
- }
- func extractFromKv(field, fieldname string, blocks []*ju.Block, vc *RuleCore, kvmap map[string][]map[string]interface{}) {
- for _, bl := range blocks {
- tp := ""
- for k, v := range []*ju.JobKv{bl.ColonKV, bl.SpaceKV, bl.TableKV} {
- if k == 0 {
- tp = "colon"
- } else if k == 1 {
- tp = "space"
- } else if k == 2 {
- tp = "table"
- }
- if v == nil || v.KvTags == nil {
- continue
- }
- for _, vv := range v.KvTags[fieldname] {
- text := ju.TrimLRSpace(vv.Value, "")
- if text != "" {
- kvmap[field] = append(kvmap[field], map[string]interface{}{
- "code": "CL_" + vv.Key,
- "field": field,
- "ruletext": vv.Key,
- "extfrom": vc.ExtFrom,
- "sourcevalue": text,
- "value": text,
- "type": tp,
- "matchtype": "tag_string",
- "blocktag": bl.Classify,
- "weight": vv.Weight,
- })
- }
- }
- }
- if len(kvmap[field]) == 0 {
- extractFromKv(field, fieldname, bl.Block, vc, kvmap)
- }
- }
- }
- //正则提取结果
- func extRegCoreToResult(extfrom, text string, tag *map[string]string, 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]]
- sourcevalue := val
- if val == "招标公告" {
- return extinfo
- }
- if utf8.RuneCountInString(val) < 2 && extfrom == "title" {
- val = text
- }
- tmps := []map[string]interface{}{}
- tmp := map[string]interface{}{
- "field": v.Field,
- "code": v.Code,
- "ruletext": v.RuleText,
- "extfrom": text,
- "value": val,
- "type": "regexp",
- "matchtype": "regcontent",
- "blocktag": *tag,
- }
- tmps = append(tmps, tmp)
- extinfo[k] = tmps
- if strings.TrimSpace(val) != "" {
- if v.RegCore.NumSign == -1 { //正负值修正
- val = "-" + val
- }
- exfield := ju.ExtField{BlockTag: *tag, Field: k, Code: v.Code, RuleText: v.RuleText, Type: "regexp", MatchType: "regcontent", ExtFrom: extfrom, SourceValue: sourcevalue, Value: val}
- if tmp["blocktag"] != nil {
- exfield.BlockTag = tmp["blocktag"].(map[string]string)
- }
- 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})
- }
- }
- }
- if len(extinfo) == 0 {
- regArr := strings.Split(v.RuleText, "__")
- //fmt.Println(regArr[0])
- if len(regArr) > 0 {
- reg, err := regexp.Compile(regArr[0])
- if err == nil {
- datavals := reg.FindStringSubmatch(text)
- tmps := []map[string]interface{}{}
- for _, value := range datavals {
- if value == "" {
- continue
- }
- tmp := map[string]interface{}{
- "field": v.Field,
- "code": v.Code,
- "ruletext": regArr[0],
- "extfrom": text,
- "value": value,
- "type": "regexp",
- "matchtype": "regcontent",
- "blocktag": *tag,
- }
- tmps = append(tmps, tmp)
- extinfo[v.Field] = tmps
- exfield := ju.ExtField{BlockTag: *tag, Field: v.Field, Code: v.Code + "去除__*后", RuleText: v.RuleText, Type: "regexp", MatchType: "regcontent", ExtFrom: extfrom, SourceValue: text, Value: value}
- if tmp["blocktag"] != nil {
- exfield.BlockTag = tmp["blocktag"].(map[string]string)
- }
- j.Result[v.Field] = append(j.Result[v.Field], &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": text,
- "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{BlockTag: *tag, Field: v.Field, Code: v.Code, RuleText: v.RuleText, Type: "regexp", MatchType: "regcontent", ExtFrom: extfrom, SourceValue: text, Value: val}
- if tmp["blocktag"] != nil {
- field.BlockTag = tmp["blocktag"].(map[string]string)
- }
- 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]string)
- }
- 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)
- }
- if text == qu.ObjToString(v.Value) { //值未发生改变,不存日志
- continue
- }
- 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)
- }
- if text == qu.ObjToString(v.Value) { //值未发生改变,不存日志
- continue
- }
- 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": qu.If(v.Code == "", "kv", 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 BeforeAddClearFnLog(ftype, name, sid, before, matchtype string, ext *ju.ExtField, e *ExtractTask) {
- exts := []map[string]interface{}{}
- exts = append(exts, map[string]interface{}{
- "field": ext.Field,
- "code": ext.Code,
- "type": ftype,
- "matchtype": matchtype,
- "extfrom": ext.ExtFrom,
- "value": ext.Value,
- })
- extinfo := map[string]interface{}{
- ext.Field: exts,
- }
- AddClearFnLog(ftype, sid, before, extinfo, ext.Code, name, ext.Field, e.TaskInfo)
- }
- func AddClearFnLog(ftype, sid string, before interface{}, extinfo interface{}, code, name, field string, t *TaskInfo) {
- defer qu.Catch()
- if !t.IsEtxLog {
- return
- }
- logdata := map[string]interface{}{
- "code": code,
- "name": name,
- "type": ftype,
- "ruletext": "",
- "islua": false,
- "field": 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() {
- //重新取出清理过后的中标候选人
- resetWinnerorder(j)
- doc, result, _id := funcAnalysis(j, e)
- if isSaveTag, _ := ju.Config["isSaveTag"].(bool); isSaveTag {
- go otherNeedSave(j, result, e)
- }
- auxinfo := auxInfo(j)
- //从排序结果中取值
- tmp := map[string]interface{}{} //抽取值
- tmp["fieldall"] = auxinfo
- for _, val := range result {
- for _, v := range val { //取第一个非负数,项目名称除外
- if v.Score > -1 {
- tmp[v.Field] = v.Value
- break
- } else if v.Field == "projectname" {
- tmp[v.Field] = v.Value
- 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
- if jf != nil {
- _, resultf, _ = funcAnalysis(jf, e)
- auxinfof := auxInfo(jf)
- tmp["fieldallf"] = auxinfof
- ffield := map[string]interface{}{}
- for _, val := range resultf {
- for _, v := range val { //取第一个非负数
- if v.Score > -1 {
- ffield[v.Field] = v.Value
- 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)
- e.NewExtractCity(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)
- }
- //所有kv组成的字符串
- var kvtext bytes.Buffer
- blocks := make([]ju.BlockAndTag, 0)
- for _, v := range j.Block {
- //分包和标签
- if ju.Config["saveblock"].(bool) {
- 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})
- }
- //把所有kv组装成一个字符串,存库
- for _, jv := range []*ju.JobKv{v.ColonKV, v.SpaceKV, v.TableKV} {
- if jv == nil {
- continue
- }
- for jv_k, jv_v := range jv.KvTags {
- for _, jv_vv := range jv_v {
- kvtext.WriteString(jv_k)
- kvtext.WriteString(":")
- kvtext.WriteString(jv_vv.Value)
- kvtext.WriteString(" ")
- }
- }
- }
- }
- if kvtext.Len() > 0 {
- tmp["kvtext"] = kvtext.String()
- }
- if len(blocks) > 0 {
- if blocksBytes, err := json.Marshal(blocks); err == nil {
- if utf8.RuneCount(blocksBytes) < 100000 {
- tmp["blocks"] = string(blocksBytes)
- }
- }
- }
- //tmp["extract_content"] = j.Content
- 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.RWMutex.Lock()
- e.BidArr = append(e.BidArr, tmparr)
- e.BidTotal++
- e.RWMutex.Unlock()
- }
- 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.RWMutex.Lock()
- e.ResultArr = append(e.ResultArr, tmparr)
- e.RWMutex.Unlock()
- }
- } 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)
- })
- }
- //保存其他
- //kv、表格、块上的标签凡是新的标签都入库
- //val type times firstid createtime 判定field
- func otherNeedSave(j *ju.Job, result map[string][]*ju.ExtField, e *ExtractTask) {
- now := time.Now().Unix()
- coll := e.TaskInfo.TestColl
- if coll == "" {
- coll = "extract_tag_result"
- } else {
- coll += "_tag"
- }
- datas := []map[string]interface{}{}
- kv := map[string]int{}
- for _, v := range j.Block {
- //
- for _, vv := range []*ju.JobKv{v.ColonKV, v.TableKV, v.SpaceKV} {
- if vv == nil || vv.KvTags == nil {
- continue
- }
- for kkk, vvv := range vv.KvTags {
- for _, vvvv := range vvv {
- if vvvv.IsInvalid {
- kv[kkk] = kv[kkk] + 1
- break
- }
- }
- }
- }
- for _, vv := range v.NotClassifyTitles {
- datas = append(datas, map[string]interface{}{
- "val": vv,
- "times": 0,
- "type": "block",
- "firstid": j.SourceMid,
- "createtime": now,
- })
- if len(datas) == saveLimit {
- db.Mgo.SaveBulk(coll, datas...)
- datas = []map[string]interface{}{}
- }
- }
- }
- for k, v := range kv {
- datas = append(datas, map[string]interface{}{
- "val": k,
- "times": v,
- "type": "kv",
- "firstid": j.SourceMid,
- "createtime": now,
- })
- if len(datas) == saveLimit {
- db.Mgo.SaveBulk(coll, datas...)
- datas = []map[string]interface{}{}
- }
- }
- if len(datas) > 0 {
- db.Mgo.SaveBulk(coll, datas...)
- }
- }
- 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 == "summary" || k == "detail" || k == "contenthtml" || k == "site" || k == "spidercode" || k == "projectinfo" || k == "jsondata"
- }
- func funcAnalysis(j *ju.Job, e *ExtractTask) (*map[string]interface{}, map[string][]*ju.ExtField, string) {
- defer qu.Catch()
- doc := j.Data
- result := j.Result
- _id := qu.BsonIdToSId((*doc)["_id"])
- result = ScoreFields(j, e.Tag)
- //结果排序
- for _, val := range result {
- ju.Sort(val)
- }
- j.Result = JsonDataMergeProcessing(j, e)
- return doc, result, _id
- }
- //辅助信息,如果没有排序先排序
- func auxInfo(j *ju.Job) map[string][]map[string]interface{} {
- fieldalls := map[string][]map[string]interface{}{}
- for field, val := range j.Result {
- //ju.Sort(val)
- sfields := []map[string]interface{}{}
- for _, v := range val {
- standardized := false
- if field == "buyer" || field == "winner" || field == "agency" {
- i := redis.GetInt(field, field+"_"+qu.ObjToString(v.Value))
- if i > 0 {
- standardized = true
- }
- }
- sfield := map[string]interface{}{
- "val": v.Value,
- "type": v.Type,
- "score": v.Score,
- "blocktag": v.BlockTag,
- "sourceval": v.SourceValue,
- "standardized": standardized,
- }
- sfields = append(sfields, sfield)
- }
- fieldalls[field] = sfields
- }
- return fieldalls
- }
- 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
- }
- //中标候选人经过清理之后,重新取出赋值
- func resetWinnerorder(j *ju.Job) {
- if len(j.Winnerorder) == 0 {
- return
- }
- //中标单位
- i := 0
- winners := []*ju.ExtField{}
- for _, v := range j.Result["winner"] {
- if v.Code == "winnerorder" {
- j.Winnerorder[i]["entname"] = v.Value
- i++
- } else {
- winners = append(winners, v)
- }
- }
- j.Result["winner"] = winners
- //中标金额
- i = 0
- bidamounts := []*ju.ExtField{}
- for _, v := range j.Result["bidamount"] {
- if v.Code == "winnerorder" {
- j.Winnerorder[i]["price"] = v.Value
- i++
- } else {
- bidamounts = append(bidamounts, v)
- }
- }
- j.Result["bidamount"] = bidamounts
- }
|