Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

n-best search #259

Closed
wants to merge 1 commit into from
Closed

n-best search #259

wants to merge 1 commit into from

Conversation

ikawaha
Copy link
Owner

@ikawaha ikawaha commented Oct 16, 2021

see also. #216

@@ -50,3 +50,61 @@ var nodePool = sync.Pool{
return new(Node)
},
}

type NodeHeap struct {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [golangci] reported by reviewdog 🐶
exported: exported type NodeHeap should have comment or be unexported (revive)

@@ -279,6 +279,10 @@ func (la *Lattice) Backward(m TokenizeMode) {
}
}

func (la *Lattice) NBestBackward(m TokenizeMode) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [golangci] reported by reviewdog 🐶
exported: exported method Lattice.NBestBackward should have comment or be unexported (revive)

@ikawaha ikawaha temporarily deployed to kagome-herok-feature-n--dzxav4 October 16, 2021 05:33 Inactive
Base automatically changed from develop to v2 June 20, 2022 12:13
@ikawaha ikawaha closed this Oct 1, 2022
@ikawaha ikawaha deleted the feature/n-best_20211007 branch August 3, 2024 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant