Gamestudio Links
Zorro Links
Newest Posts
MT5 bridge not working on MT5 v. 5 build 4160
by EternallyCurious. 04/25/24 20:49
Data from CSV not parsed correctly
by EternallyCurious. 04/25/24 10:20
Trading Journey
by howardR. 04/24/24 20:04
M1 Oversampling
by Petra. 04/24/24 10:34
Zorro FIX plugin - Experimental
by flink. 04/21/24 07:12
Scripts not found
by juergen_wue. 04/20/24 18:51
zorro 64bit command line support
by 7th_zorro. 04/20/24 10:06
StartWeek not working as it should
by jcl. 04/20/24 08:38
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
4 registered members (AndrewAMD, EternallyCurious, TipmyPip, Quad), 899 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Mega_Rod, EternallyCurious, howardR, 11honza11, ccorrea
19048 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 14 of 26 1 2 12 13 14 15 16 25 26
Re: What are you working on? [Re: PadMalcom] #405194
07/25/12 17:28
07/25/12 17:28
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Java FX? I work with a local MySQL database atm and the Google WindowBuilder toolkit is very useful to create rapid applications with Java. The intended use of my framework/algorithms is to extract and transform the data of Wiktionary and load it back into a new database (with an own scheme). So, this should run only once (!), after you downloaded the dump from the Mediawiki servers.

Then, one can write a tool, that e.g. generates a word net (which I am going to do); but you can do also other stuff (like using the inflection tables to generate a finite state machine that transform arbitrary german words from singular to plural or the like).

A colleague at our chair is researching semantic searches and things like GermaNet have to be licensed for commercial use; so a derived wordnet from the freely available Wiktionary project would be a great benefit for the Computational Linguistics Community.

Re: What are you working on? [Re: HeelX] #405233
07/26/12 15:21
07/26/12 15:21
Joined: Jan 2003
Posts: 4,305
Damocles Offline
Expert
Damocles  Offline
Expert

Joined: Jan 2003
Posts: 4,305
Some small java particles

bloomparticle.html (needs Java)



Re: What are you working on? [Re: Damocles] #406512
08/22/12 11:00
08/22/12 11:00
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Regarding my linguistics project I mentioned above, I made some significant steps forward. Now, I stepped on the semantical stage of the whole thing; I can now extract nouns with gender, senses and hyponyms (dt.: Unterbegriffe) and hypernyms (dt.: Oberbegriffe); I extract from the gloss some keywords as well - here an example with the german word "Stuhl" (engl.: "chair"):

Code:
noun "Stuhl" [Masculine]

Gender "Masculine":

    Senses (5):

        "Medizin, gehoben: kurz für Kot (feste Exkremente)"
        keywords: [Exkrement, Medizin, Exkremente, Kot]

        "übertragen: bildungssprachlicher Begriff für ein Amt"
        keywords: [Amt]

        "(Sitz-)Möbel, meist mit vier hohen Beinen, Rückenlehne und eventuell Armlehnen"

        "?"

        "nur in Zusammensetzungen, siehe Unterbegriffe: Gerüst oder Gestell, meist ortsfest (im Gegensatz zu Möbeln), meist aus Holz"
        keywords: [Gerüst, Gestell]

    Hypernymies (4):


        sense: "nur in Zusammensetzungen, siehe Unterbegriffe: Gerüst oder Gestell, meist ortsfest (im Gegensatz zu Möbeln), meist aus Holz"
        [Gerüst, Gestell]

        sense: "(Sitz-)Möbel, meist mit vier hohen Beinen, Rückenlehne und eventuell Armlehnen"
        [Kunsthandwerk, Sitzmöbel, Innenarchitektur, Möbel, Inneneinrichtung]

        sense: "?"
        [Handwerk, Kunst, Architektur, Industrie, Kultur, Tischlerhandwerk, Technik]

        sense: "Medizin, gehoben: kurz für Kot (feste Exkremente)"
        [Exkrement]

    Hyponymies (5):


        sense: "?"
        [Bürgermeisterstuhl, Kaiserstuhl, Kanzlerstuhl, Chefstuhl, Ministerstuhl, Landratsstuhl, Königsstuhl]

        sense: "(Sitz-)Möbel, meist mit vier hohen Beinen, Rückenlehne und eventuell Armlehnen"
        [Plastikstuhl, Rattanstuhl, Metallstuhl, Korbstuhl, Holzstuhl]

        sense: "übertragen: bildungssprachlicher Begriff für ein Amt"
        [Lehrstuhl, Heiliger Stuhl]

        sense: "nur in Zusammensetzungen, siehe Unterbegriffe: Gerüst oder Gestell, meist ortsfest (im Gegensatz zu Möbeln), meist aus Holz"
        [Webstuhl, Glockenstuhl, Dachstuhl, Brunnenstuhl]

        sense: "(Sitz-)Möbel, meist mit vier hohen Beinen, Rückenlehne und eventuell Armlehnen"
        [Gymnastikstuhl, Theaterstuhl, Küchenstuhl, Konzertstuhl, Beichtstuhl, Rollstuhl, Kinostuhl, Arbeitsstuhl, Esszimmerstuhl, Drehstuhl, Kinderstuhl, Saalstuhl, Schaukelstuhl, Klappstuhl, Gartenstuhl, Kinderzimmerstuhl, Balkonstuhl, Terrassenstuhl, Gesundheitsstuhl, Opernstuhl, Kirchenstuhl]



Re: What are you working on? [Re: HeelX] #408987
10/10/12 02:00
10/10/12 02:00
Joined: Apr 2007
Posts: 3,751
Canada
WretchedSid Offline
Expert
WretchedSid  Offline
Expert

Joined: Apr 2007
Posts: 3,751
Canada
Made some open source JavaScript stuff while rewriting my blog
https://github.com/JustSid/Abyss
https://github.com/JustSid/Jublog



Shitlord by trade and passion. Graphics programmer at Laminar Research.
I write blog posts at feresignum.com
Re: What are you working on? [Re: WretchedSid] #409348
10/15/12 20:59
10/15/12 20:59
Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...
Cowabanga Offline
Expert
Cowabanga  Offline
Expert

Joined: Aug 2008
Posts: 2,838
take me down to the paradise c...



oh god how do i c++

Re: What are you working on? [Re: Cowabanga] #410751
11/08/12 08:08
11/08/12 08:08
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
Began to work on face recognition again. This is 3-days work and is a complex (as in complex numbers) image convolution with a gabor wavelet. I am doing now everything in Java, which is a blast. F*** C++!


Re: What are you working on? [Re: HeelX] #410755
11/08/12 09:37
11/08/12 09:37
Joined: Dec 2000
Posts: 4,608
mk_1 Offline

Expert
mk_1  Offline

Expert

Joined: Dec 2000
Posts: 4,608
oh Lenna, my favourite playmate wink
isn't that something you should do on the gpu? how fast is it?


Follow me on twitter
Re: What are you working on? [Re: mk_1] #410759
11/08/12 12:40
11/08/12 12:40
Joined: Mar 2006
Posts: 1,993
Karlsruhe
PadMalcom Offline
Serious User
PadMalcom  Offline
Serious User

Joined: Mar 2006
Posts: 1,993
Karlsruhe
I'd love to have a look at it! laugh Will you write a sheet about the topic?

Re: What are you working on? [Re: PadMalcom] #410777
11/08/12 17:26
11/08/12 17:26
Joined: Jul 2001
Posts: 6,904
H
HeelX Offline
Senior Expert
HeelX  Offline
Senior Expert
H

Joined: Jul 2001
Posts: 6,904
I finally (sigh) started working on master thesis and that convolution I showed above is just a small prerequisite.

Since I am trying to improve upon an existing method for detecting and recognizing faces, accuracy is more important, not so speed. The convolution is made in frequency domain, so, together with loading the image, calculating the kernel(s) and other (infrastructural) overhead everything runs within ~230ms, which is OK. I am not yet done with multithreading yet and there are other aspects which are not that efficient yet, but that is not yet important smile

Ask again if I start evaluating the system, when I'm done.

@PadMalcolm: I don't think so, but the thesis itself will be available online, I guess. If my approach is a promising improvement with rock solid results backing it, well, I don't know what happens then wink

Last edited by HeelX; 11/08/12 17:28.
Re: What are you working on? [Re: Cowabanga] #410782
11/08/12 19:15
11/08/12 19:15
Joined: Apr 2008
Posts: 650
Sajeth Offline
User
Sajeth  Offline
User

Joined: Apr 2008
Posts: 650
Originally Posted By: Cowabanga
oh god how do i c++

I know that feel.


Teleschrott-Fan.
Page 14 of 26 1 2 12 13 14 15 16 25 26

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1