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

SCP-agents: agents of mophological analyze #9

Open
PlagaMedicum opened this issue Nov 15, 2019 · 9 comments
Open

SCP-agents: agents of mophological analyze #9

PlagaMedicum opened this issue Nov 15, 2019 · 9 comments
Labels
scp-agent Related to agents todo Deferred issues

Comments

@PlagaMedicum
Copy link
Member

We need to create agents of morphological analyze.

@PlagaMedicum
Copy link
Member Author

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.

@ShunkevichDV
Copy link
Member

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)

@PlagaMedicum
Copy link
Member Author

We cannot use this version in our course work? Do we need to create other agents using regular scp for our course work?

@ShunkevichDV
Copy link
Member

You may use this version, I meant that it is not the same as your work for PPvIS (it used only C, not C++)

@PlagaMedicum
Copy link
Member Author

Can we meet you tomorrow? We will be at cathedra from 08:00 to 11:20.

@PlagaMedicum
Copy link
Member Author

PlagaMedicum commented Nov 27, 2019

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.

@ShunkevichDV
Copy link
Member

Good ideas, try to implement. For such agents it is even better to implement with SCP, because only sc-constructions are affected

@PlagaMedicum
Copy link
Member Author

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.

@ShunkevichDV
Copy link
Member

All mentioned agents are useful I think, so it may be good idea to implement them by February, to show system on the Conference

@PlagaMedicum PlagaMedicum added the scp-agent Related to agents label Dec 2, 2019
@PlagaMedicum PlagaMedicum added the todo Deferred issues label Mar 12, 2020
@PlagaMedicum PlagaMedicum changed the title Agents of mophological analyze SCP-agents of mophological analyze Mar 12, 2020
@PlagaMedicum PlagaMedicum changed the title SCP-agents of mophological analyze SCP-agents: agents of mophological analyze Mar 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scp-agent Related to agents todo Deferred issues
Projects
None yet
Development

No branches or pull requests

2 participants