Ooh sorry, guys, I have been away for sometimes but now am back.
@Jonnin am grateful for all you guys have provided it's the basis I'll run with, I didn't in anyway say that what I was provided with is less than what I need.
a simpler or a better approach |
by this I was referring to maybe another approach that doesn't involve language {beacuse I know linguistics are damn difficult to analyze and especially if I have to start on text-only model}
People am extremely thankful, I'll always be and you have done beyond what I expected.
@Helios this is a tough way to go I am fully aware of it, every time I start a challenge of this kind it's usually difficult at the beginning but with time I earn the confidence and I have always made it out, I have been through this road more than once, I have done similar project, guys, I have mathematical models{stochastic and definitive} at my disposal that I use for deep analysis so don't be worried,
At this step am just gathering data that I'll use to collect rules and invariants that allow simple contexts to exist, This is difficult I know but it's doable.
@Jonnin
run just about anything nontrivial through google translate into any language you know. Let me know if it gets it right.
It won't. So you have a giant company with a large investment in translation software and at best it's like a kid with 2 semesters in the language + the internet did the translation.
And often it's not even that good. I can't stress it enough: this is a big, challenging problem. |
I don't know what to say, my main aim is not making a translation software but it can do from this research, I know this is damn difficult, I have been through this road before guys and I understand you.
Am sorry for asking an extremely difficult question but this is the only programming forum I call home I come here every time and I always been helped and I always do likewise whenever I can.
@Dothumhas I have to take this road if I need progress.
Finding patterns means being able to tag words with syntactic value, which, if I understand you correctly, is your focus question:
|
Sure this is all am going for and not necessary in languages, am just using language as a starting basis, This q: "what rules define a context", For systems without chaos there are rules that govern them, when you break those rules you end up with chaos.
Consider an enzyme system{neurotransimitters in the CNS e.g Acetylcholine} There are rules that implicitly dictate
how it must work within the system {it must be released, bind receptors, be recycled by Acetycholinestrase,
repeat the cycle on activation} if any of that fails you end up a dead men. |
A simple process maybe you're not even aware of, This rules how do they exist? If you analyze this system you definitely can clearly derive the rule from the basic interaction exhibited by the system.
- rule 1: There must be activation, without that you die.
- rule 2: The must be a functioning system to produce Acetylcholine and Acetylcholinesterase in the correct form, without them chaos.
- rule 3: There must be a proper non-malfunctioning receptor and a proper binding port on Acetylcholine, without them then chaos.
- rule 4: There must be a proper functioning ACH-strase to recycle the activating enzyme.
- Rule 5: dont break any of the previous rule and every folk goes home happy. |
These is the kind of analysis am trying to carry out, I know this is simple but am working on a more complex system now.
@Furry I do understand this is difficult even for me at times but I have been here before this is the road that I always travel. Please don't always stick to this
It is theoretically possible, just not practical. |
when the game seems difficult. Did you see this
problem which required indexing all permutation of a lengthy string without
(producing/memoization/caching/storing) a single permutation whatsoever,
it took time but I finally solved it by looking at the traits of permutations
|
it was impossible at start, by end after lots of analysis i had just 6 lines of code that i solved this with.
Folks am not broken at all and I will go through this road, let me give you a non-related challenge and a difficult one.
Write an algorithm that takes random data{any size}, processes it, destroy it completely retain just characteristic of the data exactly 1kb, and then reproduce the data completely without losing anything.