Open PlagaMedicum opened 5 years ago
I have a question. What is the better choice for creating agents: scp or pseudo-scp? It seems like there is no way to parse strings to separate words.
For NL text processing it may be better to use C++ agents There is branch 0.5.0 in my sc-machine repo, use it for C++ agents. I can make small lecture about how to write C++ agents (in is not the same as in your course project)
We cannot use this version in our course work? Do we need to create other agents using regular scp for our course work?
You may use this version, I meant that it is not the same as your work for PPvIS (it used only C, not C++)
Can we meet you tomorrow? We will be at cathedra from 08:00 to 11:20.
I have some ideas for agents. I think that we can write them for now on pure SCP.
[ ] Determine word forms for words
[ ] Determine lexemes for word forms
[ ] Verification for impossible combinations of lexeme classes.
[ ] Adding additional lexeme classifications if there are special combinations of classes.
Good ideas, try to implement. For such agents it is even better to implement with SCP, because only sc-constructions are affected
Have new ideas for agents:
[ ] Find incomplete lexemes classification.
[ ] Find hyponym of a word.
[ ] Find hyperonym of a word.
One thing all that agents, i think, more related to lexicology, semantics or lexical semantics, than to morphology. We will need to resolve this question with subject domains in future.
All mentioned agents are useful I think, so it may be good idea to implement them by February, to show system on the Conference
We need to create agents of morphological analyze.