Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/advancedlogic/go-freeling
/ functions
Functions
458 in github.com/advancedlogic/go-freeling
⨍
Functions
458
◇
Types & classes
103
↓ 2 callers
Method
IsOpenSection
(s string)
nlp/config-file.go:36
↓ 2 callers
Function
List2Array
(l *list.List)
nlp/utils.go:87
↓ 2 callers
Function
MultiIndex
(s string, i string)
nlp/utils.go:166
↓ 2 callers
Function
NewDatabaseFromFile
(dbFile string)
nlp/database.go:33
↓ 2 callers
Function
NewDisambiguator
(disFile string)
nlp/disambiguator.go:50
↓ 2 callers
Function
NewElement
(state *Bigram, kbest int, prob float64)
nlp/hmm.go:31
↓ 2 callers
Function
NewMultiword
(f string, a *list.List)
nlp/language.go:176
↓ 2 callers
Function
NewParseTreeIteratorFromParseTree
(t *ParseTree)
nlp/language.go:742
↓ 2 callers
Function
NewRuleFromString
(s string, ls *list.List, p int)
nlp/grammar.go:25
↓ 2 callers
Function
NewTagset
(ftagset string)
nlp/tag-set.go:25
↓ 2 callers
Method
ProbA_log
(state_i *Bigram, state_j *Bigram, w *list.Element)
nlp/hmm.go:414
↓ 2 callers
Method
ProbPi_log
(state_i *Bigram)
nlp/hmm.go:501
↓ 2 callers
Function
RegExHasSuffix
(re *regexp.Regexp, s string)
nlp/utils.go:40
↓ 2 callers
Method
ResetActions
(st *LocutionStatus)
nlp/locutions.go:324
↓ 2 callers
Method
ResetActions
(st *NERStatus)
nlp/ner.go:234
↓ 2 callers
Method
Sentences
()
models/models.go:116
↓ 2 callers
Method
SetMultiwordAnalysis
(w *Word, fstate int, st *NERStatus)
nlp/ner.go:193
↓ 2 callers
Method
SortList
(ls *list.List, pref map[string]string)
nlp/dictionary.go:173
↓ 2 callers
Method
ToJSON
()
models/models.go:270
↓ 2 callers
Method
addVertex
(s string)
nlp/csrkb.go:133
↓ 2 callers
Method
appendChild
(child *ParseTree)
nlp/language.go:630
↓ 2 callers
Method
checkMatch
(searched string, found string)
nlp/chart.go:380
↓ 2 callers
Method
clearProcessingStatus
()
nlp/language.go:450
↓ 2 callers
Method
computeProbability
(tag string, prob float64, s string)
nlp/probability.go:333
↓ 2 callers
Method
delta
(t int, s *Bigram, k int)
nlp/hmm.go:98
↓ 2 callers
Method
getNSelected
(k int)
nlp/language.go:253
↓ 2 callers
Method
getSpanFinish
()
nlp/language.go:271
↓ 2 callers
Method
getSpanStart
()
nlp/language.go:270
↓ 2 callers
Method
getSpecificity
(s string)
nlp/grammar.go:469
↓ 2 callers
Method
getToken
(stream string)
nlp/lexer.go:29
↓ 2 callers
Method
getVertex
(s string)
nlp/csrkb.go:141
↓ 2 callers
Method
getWordsMw
()
nlp/language.go:268
↓ 2 callers
Method
isForbidden
(trig string, w *list.Element)
nlp/hmm.go:406
↓ 2 callers
Method
isHead
()
nlp/language.go:527
↓ 2 callers
Method
isHidden
(sym string)
nlp/grammar.go:494
↓ 2 callers
Method
isRetokenizable
()
nlp/language.go:98
↓ 2 callers
Method
lookForCombinedAffixes
(suff map[string]*set.Set, pref map[string]*set.Set, w *Word, dic *Dictionary)
nlp/suffixes.go:175
↓ 2 callers
Method
newRule
(h string, ls *list.List, w bool, ngov int)
nlp/grammar.go:449
↓ 2 callers
Method
numKBest
()
nlp/language.go:321
↓ 2 callers
Method
phi
(t int, s *Bigram, k int)
nlp/hmm.go:124
↓ 2 callers
Method
selectAnalysis
(tag *Analysis, k int)
nlp/language.go:251
↓ 2 callers
Method
setForm
(form string)
nlp/language.go:331
↓ 2 callers
Method
setHead
(head bool)
nlp/language.go:528
↓ 2 callers
Method
setProcessingStatus
(st interface{})
nlp/language.go:449
↓ 2 callers
Method
setSpan
(start int, finish int)
nlp/language.go:269
↓ 2 callers
Method
siblingBegin
()
nlp/language.go:712
↓ 2 callers
Method
siblingEnd
()
nlp/language.go:716
↓ 2 callers
Method
siblingPlusPlus
()
nlp/language.go:754
↓ 1 callers
Method
AddSentenceEntity
(se *SentenceEntity)
models/models.go:122
↓ 1 callers
Method
AddTokenEntity
(te *TokenEntity)
models/models.go:213
↓ 1 callers
Method
AddUnknownEntity
(name string, frequency int64)
models/models.go:125
↓ 1 callers
Function
AllCaps
(s string)
nlp/utils.go:143
↓ 1 callers
Method
AnalyzeText
(document *models.DocumentEntity)
lib/analyzer.go:25
↓ 1 callers
Method
Annotate
(word string, pos string)
wordnet/wordnet.go:66
↓ 1 callers
Method
AnnotateWord
(w *Word)
nlp/probability.go:200
↓ 1 callers
Method
AnnotateWord
(w *Word, lw *list.List, override bool)
nlp/dictionary.go:390
↓ 1 callers
Method
ApplyRule
(r string, la *list.List, aff string, suf *sufrule, wd *Word, dic *Dictionary)
nlp/suffixes.go:307
↓ 1 callers
Function
ArrayFloatSwap
(a1 []float64, a2 []float64)
nlp/utils.go:191
↓ 1 callers
Method
BuildMultiword
(se *Sentence, start *list.Element, end *list.Element, fs int, built *bool, st *LocutionStatus)
nlp/locutions.go:140
↓ 1 callers
Method
BuildMultiword
(se *Sentence, start *list.Element, end *list.Element, fs int, built *bool, st *NERStatus)
nlp/ner.go:124
↓ 1 callers
Method
CheckRetokenizable
(suf *sufrule, form string, lem string, tag string, dic *Dictionary, rtk *list.List, caps int)
nlp/suffixes.go:375
↓ 1 callers
Method
CompactData
(lems *list.List)
nlp/dictionary.go:240
↓ 1 callers
Method
ComputeToken
(state int, j *list.Element, se *Sentence)
nlp/locutions.go:243
↓ 1 callers
Method
ComputeToken
(state int, j *list.Element, se *Sentence)
nlp/ner.go:394
↓ 1 callers
Function
Default
(messages ...string)
terminal/terminal.go:10
↓ 1 callers
Method
Delete
(k interface{})
nlp/maps.go:34
↓ 1 callers
Function
EmptyFunc
(i interface{})
nlp/utils.go:121
↓ 1 callers
Function
Error
(messages ...string)
terminal/terminal.go:58
↓ 1 callers
Function
Errorln
(messages ...string)
terminal/terminal.go:63
↓ 1 callers
Method
FindStates
(sent *Sentence)
nlp/hmm.go:657
↓ 1 callers
Method
FixAccentuation
(*set.Set, *sufrule)
nlp/accents-modules.go:9
↓ 1 callers
Function
FloatPairsArray2List
(a FloatPairsArray)
nlp/csrkb.go:313
↓ 1 callers
Method
GetSentence
()
models/models.go:224
↓ 1 callers
Method
GetValue
()
models/models.go:254
↓ 1 callers
Function
HasLowercase
(s string)
nlp/utils.go:156
↓ 1 callers
Function
Info
(messages ...string)
terminal/terminal.go:26
↓ 1 callers
Method
InitNLP
()
engine/engine.go:31
↓ 1 callers
Method
Int64
(key string, def int64)
lib/analyzer.go:21
↓ 1 callers
Function
IntPairsArray2List
(a IntPairsArray)
nlp/csrkb.go:57
↓ 1 callers
Method
Key
()
nlp/maps.go:15
↓ 1 callers
Function
List2FloatPairsArray
(ls *list.List)
nlp/csrkb.go:305
↓ 1 callers
Function
List2IntPairsArray
(ls *list.List)
nlp/csrkb.go:49
↓ 1 callers
Method
Listen
()
net/rest.go:32
↓ 1 callers
Function
NewAccentsES
()
nlp/accents-modules.go:36
↓ 1 callers
Function
NewAccetsDefault
()
nlp/accents-modules.go:15
↓ 1 callers
Function
NewAffixes
(sufFile string)
nlp/suffixes.go:24
↓ 1 callers
Function
NewAnalysisFromAnalysis
(a *Analysis)
nlp/language.go:40
↓ 1 callers
Function
NewAnalyzer
()
lib/analyzer.go:12
↓ 1 callers
Function
NewCSRKB
(kbFile string, nit int, thr float64, damp float64)
nlp/csrkb.go:65
↓ 1 callers
Function
NewChart
(gram *Grammar)
nlp/chart.go:138
↓ 1 callers
Function
NewChartParser
(gram *Grammar)
nlp/chart.go:14
↓ 1 callers
Function
NewConfiguration
(filename string)
engine/config.go:14
↓ 1 callers
Function
NewContext
(configFile string)
engine/context.go:8
↓ 1 callers
Function
NewDefaultCrawler
()
nlp/crawler.go:15
↓ 1 callers
Function
NewDictionary
(Lang string, dicFile string, sufFile string, compFile string, invDic bool, retok bool)
nlp/dictionary.go:39
↓ 1 callers
Function
NewEdgeFromEdge
(edge *Edge)
nlp/chart.go:71
↓ 1 callers
Function
NewEngine
()
engine/engine.go:21
↓ 1 callers
Function
NewGrammar
(fname string)
nlp/grammar.go:96
↓ 1 callers
Function
NewHMMTagger
(hmmFile string, rtk bool, force int, kb int)
nlp/hmm.go:239
↓ 1 callers
Function
NewHttpServer
(analyzer *Analyzer)
net/rest.go:24
← previous
next →
101–200 of 458, ranked by callers