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

Fix russian dict to accomadate new cost computations #1458

Merged
merged 1 commit into from
Feb 25, 2023

Conversation

linas
Copy link
Member

@linas linas commented Feb 25, 2023

The pull req #1456 broke the existing russian dict. This fixes it. Seems that a cost cutoff of 3.1 is too low, as it rejects many good linkages that come from
[[FOO]] & [[BAR]] disjuncts. a cutoff of 4.1 allows these, while rejecting the cost-6 linkages that ruin corpus-basic.

As of now, I get 45 errors in ru/corpus-basic.batch which is two less than the 47 that I got, before merging #1450

The pull req opencog#1456 broke the existing russian dict.
This fixes it.  Seems that a cost cutoff of 3.1 is too low,
as it rejects many good linkages that come from
[[FOO]] & [[BAR]] disjuncts. a cutoff of 4.1 allows these,
while rejecting the cost-6 linkages that ruin corpus-basic.

As of now, I get 45 errors in ru/corpus-basic.batch which is
two less than the 47 that I got, before merging opencog#1450
@linas linas merged commit d5175c2 into opencog:master Feb 25, 2023
@linas linas deleted the ru-cost-fixes branch February 25, 2023 06:37
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