Closed PlagaMedicum closed 4 years ago
For now i intend to make this kind of architecture:
subsystem_of_languages
| objects
| | language
| | | src
| | | | html
| | | | img
| | | | ...
| | | language_natural
| | | | ...
| | | language_artificial
| | | | ...
| | | ... # Other subdividings and subclasses
| | | language.scs # Here we put all main information about concept(type of the node, idtfs, explanations, definitions etc)
| | | language.scsi # Here are all subdividings and other connections with objects.
| section_subjdomain_of_languages
| | section_subjdomain_of_natural_languages
| | | src
| | | | ...
| | | ... # Subsections
| | | section_subjdomain_of_natural_languages.scs
| | | subject_domain_of_natural_languages.scs
| | section_subjdomain_of_artificial_languages
| | | ...
| | ... # Subsections
| | section_subjdomain_of_languages.scs
| | subject_domain_of_languages.scs
| ...
| subsystem_of_languages.scs
subsystem_of_natural_language_texts
| objects
| | ...
| section_subjdomai_of_natural_language_texts
| | ...
| ...
| subbsystem_of_natural_language_texts.scs
...
ostis_linguistics_kb.scs
Can't understand your idea, may be example file attaching will be better
I tried to draw here a directory tree. Can't understand which file i can attach, a tree with better formatting?
If .scs/.scsi
file uses some external files(except .scs/.scsi
) we create src
directory.
At the high level KB separate on a bunch of "subsystems".
Each "subsystem" contains:
Each section contains:
src
folder.scs
filesEach object contains:
src
folder.scs
(all main information about the sc node(type, idtfs, explanations, definitions etc)) and .scsi
(all subdividings and connections with other objects)Better to discuss tomorrow in university, I'll be from 11 to 13
Ok
Here i want to discuss architecture of the project.
Let's start with questions like: Which projects will be our references? Do we need to separate sections, subject domains, relations and concepts? How?