notesjor / CorpusExplorer.Terminal.Console

Erlaubt anderen Programmen/Programmiersprachen den Zugriff auf Analysen/Daten des CorpusExplorer v2.0
http://www.corpusexplorer.de
GNU Affero General Public License v3.0
7 stars 0 forks source link

Support Morphology Annotation? #2

Closed GeorgeS2019 closed 7 months ago

GeorgeS2019 commented 7 months ago

https://universaldependencies.org/format.html#morphological-annotation

notesjor commented 7 months ago

Hi @GeorgeS2019, the CorpusExplorer works agnostically, i.e. it doesn't matter what kind of layer you process with it. The question is therefore rather where or how the corpus data comes into the CorpusExplorer. This 'import' then determines how and which data is stored in layers. Can you briefly describe this to me, or provide 3-5 example files for the input?

GeorgeS2019 commented 7 months ago

@notesjor

To be honest, there are not many German syntactic and semantic frameworks for .NET.

The promising one [.NET] that integrates Spacy is e.g. catalyst

However, that requires embedding Python to run Spacy Python, passing the python spacy data output to .NET (limited Spacy wrapper).

  1. It is unclear to me right now, if this CorpusExplorer framework could work independently of Python.

  2. It is unclear if CorpusExplorer could provide Spacy dependency and morphology analysis.

Last, there is simply no dependency tree viewer for .NET, preferably either drawn using skiasharp or in blazor

notesjor commented 7 months ago

Basically, I would say that GitHub issues are not the right place to discuss such things. If you want to discuss this in detail or need help with something, you can find my contact details here: https://notes.jan-oliver-ruediger.de/kontakt/

Anyway, briefly on your points - before I close this issue here: