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

Create standalone language engine #54

Open
barbalet opened this issue Sep 6, 2016 · 3 comments
Open

Create standalone language engine #54

barbalet opened this issue Sep 6, 2016 · 3 comments

Comments

@barbalet
Copy link
Owner

barbalet commented Sep 6, 2016

Feature ape names, land names, time of day, weather, verbs and objects.

@ghost
Copy link

ghost commented Sep 6, 2016

An idea here is that each individual learns the grammar of its culture with a series of rewrite rules for phrase construction. There are existing C examples of implementing grammars for things like Lisp, but the interesting part would be to add learning and have it work in a similar way to known language learning stages.

There are some questions such as whether the lowest level should be phonemes or whether there should be a pre-defined vocabulary. Probably the phoneme approach would be better because it's more amenable to audio output and also evolution of the language.

@aaannndddyyy
Copy link

aaannndddyyy commented Mar 7, 2017

That would be very interesting if it were not hard-coded but could evolve, as @bashrc suggested.
Symbolic, or even better maybe coupled with the braincode somehow.
A combination of hebbian learning and reinforcement learning could help them learn languages also from other groups. Or some Bayesian magic that makes them guess form circumstance and importance ( c.f. Grice' implicatures) the meaning of words other utter. This way even random initially meaningless utterances can be adscribed meaning by the listeners, which then coagulates statistically.

ps: From the above, it's pretty obvious that I'd favor phoneme-based. You can have their biology determine the set phonemes they are able to utter. It would be so much more THEIR language if you do not prescribe them the words (form), concepts (ideas) and grammar (structures) they use.

@barbalet
Copy link
Owner Author

barbalet commented Mar 3, 2020

Part of this is in https://gitlab.com/barbalet/hundred

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

No branches or pull requests

2 participants