rdfio/rdf2smw

View on GitHub

Showing 70 of 70 total issues

exported method TripleParser.Run should have comment or be unexported
Open

func (p *TripleParser) Run() {
Severity: Minor
Found in components/tripleparser.go by golint

exported function NewFact should have comment or be unexported
Open

func NewFact(property string, value string) *Fact {
Severity: Minor
Found in components/iptypes.go by golint

exported type ResourceIndexCreator should have comment or be unexported
Open

type ResourceIndexCreator struct {
Severity: Minor
Found in components/residxcreator.go by golint

comment on exported function NewFanOutTripleAggregate should be of the form "NewFanOutTripleAggregate ..."
Open

// NewFanOut creates a new FanOut process
Severity: Minor
Found in components/tripleaggrfanout.go by golint

exported type TripleAggregatePrinter should have comment or be unexported
Open

type TripleAggregatePrinter struct {
Severity: Minor
Found in components/tripleaggrprinter.go by golint

method convertUriToWikiTitle should be convertURIToWikiTitle
Open

func (p *TripleAggregateToWikiPageConverter) convertUriToWikiTitle(uri string, uriType int, resourceIndex *map[string]*TripleAggregate) (pageTitle string, factTitle string) {
Severity: Minor
Found in components/triplestowikipageconv.go by golint

exported type TripleAggregate should have comment or be unexported
Open

type TripleAggregate struct {
Severity: Minor
Found in components/iptypes.go by golint

exported function NewTripleAggregate should have comment or be unexported
Open

func NewTripleAggregate(subj rdf.Subject, triples []rdf.Triple) *TripleAggregate {
Severity: Minor
Found in components/iptypes.go by golint

exported method MWXMLCreator.Run should have comment or be unexported
Open

func (p *MWXMLCreator) Run() {
Severity: Minor
Found in components/mwxmlcreator.go by golint

exported function NewResourceIndexToTripleAggregates should have comment or be unexported
Open

func NewResourceIndexToTripleAggregates() *ResourceIndexToTripleAggregates {
Severity: Minor
Found in components/residxtoresaggrconv.go by golint

exported function NewWikiPage should have comment or be unexported
Open

func NewWikiPage(title string, facts []*Fact, categories []*Category, specificCategory *Category, pageType int) *WikiPage {
Severity: Minor
Found in components/iptypes.go by golint

const wikiXmlTpl should be wikiXMLTpl
Open

const wikiXmlTpl = `
Severity: Minor
Found in components/mwxmlcreator.go by golint

exported function NewResourceIndexCreator should have comment or be unexported
Open

func NewResourceIndexCreator() *ResourceIndexCreator {
Severity: Minor
Found in components/residxcreator.go by golint

exported function NewStringFileWriter should have comment or be unexported
Open

func NewStringFileWriter(fileName string) *StringFileWriter {
Severity: Minor
Found in components/strfilewriter.go by golint

exported function NewTripleParser should have comment or be unexported
Open

func NewTripleParser() *TripleParser {
Severity: Minor
Found in components/tripleparser.go by golint

exported function NewMWXMLCreator should have comment or be unexported
Open

func NewMWXMLCreator(useTemplates bool) *MWXMLCreator {
Severity: Minor
Found in components/mwxmlcreator.go by golint

exported type FanOutTripleAggregate should have comment or be unexported
Open

type FanOutTripleAggregate struct {
Severity: Minor
Found in components/tripleaggrfanout.go by golint

exported type TripleParser should have comment or be unexported
Open

type TripleParser struct {
Severity: Minor
Found in components/tripleparser.go by golint

exported const URITypeUndefined should have comment (or a comment on this block) or be unexported
Open

URITypeUndefined
Severity: Minor
Found in components/triplestowikipageconv.go by golint

exported method WikiPage.AddCategoryUnique should have comment or be unexported
Open

func (p *WikiPage) AddCategoryUnique(category *Category) {
Severity: Minor
Found in components/iptypes.go by golint
Severity
Category
Status
Source
Language