An Atlas of Graphs with Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Giandomenico Sica

    #1

    An Atlas of Graphs with Python

    Call for Cooperation
    An Atlas of Linguistic Graphs

    I'm a researcher in graph theory and networks.
    I'm working about a project connected with the theory and the applications
    of
    linguistic graphs, which are mathematical structures useful to represent
    languages and consequently to manage the organization of data in different
    kinds of scientific fields.
    At the present I'm developing an application of these graphs to medicine,
    specifically related to the ontology of clinical diseases.
    And now to the purpose of this message, which is to ask if someone in this
    list
    can be interested in collaborating with me about the construction of an open
    source software useful to represent, to analyse and to compare linguistic
    graphs.
    I've developed the project but don't have the necessary programming skills
    to
    proceed with the creation of the code.
    The software would be distributed in public domain and the collaboration is
    free
    and voluntary.
    I really hope that someone can be interested.
    In the case, please feel free to contact me by using my private e-mail
    address.
    I'll be pleased to send the complete documentation related to the project.
    Really many thanks.

    All the best,
    Giandomenico Sica

    Faculty of Philosophy
    Leiden University
    giandomenico.si ca@polimetrica. com

    Publications


    1st World Congress and School on Universal Logic



  • Cameron Laird

    #2
    Re: An Atlas of Graphs with Python

    In article <4455e186$0$147 94$4fafbaef@rea der4.news.tin.i t>,
    Giandomenico Sica <nospam@nospam. nospam> wrote:[color=blue]
    > Call for Cooperation
    >An Atlas of Linguistic Graphs
    >
    >I'm a researcher in graph theory and networks.
    >I'm working about a project connected with the theory and the applications
    >of
    >linguistic graphs, which are mathematical structures useful to represent
    >languages and consequently to manage the organization of data in different
    >kinds of scientific fields.
    >At the present I'm developing an application of these graphs to medicine,
    >specifically related to the ontology of clinical diseases.
    >And now to the purpose of this message, which is to ask if someone in this
    >list
    >can be interested in collaborating with me about the construction of an open
    >source software useful to represent, to analyse and to compare linguistic
    >graphs.
    >I've developed the project but don't have the necessary programming skills
    >to
    >proceed with the creation of the code.
    >The software would be distributed in public domain and the collaboration is
    >free
    >and voluntary.[/color]

    Comment

    • Paddy

      #3
      Re: An Atlas of Graphs with Python

      A little off topic I'm afraid Giandomenico,
      But I had to smile. Here is someone working in the field of
      linguistics, who wants a programming solution, in the language Python.
      (It's Larry Wall, creator of Perl that cites his linguistic
      foundations).

      -- Pad.

      Comment

      • Harry George

        #4
        Re: An Atlas of Graphs with Python

        "Paddy" <paddy3118@nets cape.net> writes:
        [color=blue]
        > A little off topic I'm afraid Giandomenico,
        > But I had to smile. Here is someone working in the field of
        > linguistics, who wants a programming solution, in the language Python.
        > (It's Larry Wall, creator of Perl that cites his linguistic
        > foundations).
        >
        > -- Pad.
        >[/color]

        I used Python for computational linguistics coursework, but not since. Google for "nlp python". E.g.:

        Download Natural Language Toolkit for free. This project has moved to GitHub.





        --
        Harry George
        PLM Engineering Architecture

        Comment

        • aurelien.campeas@free.fr

          #5
          Re: An Atlas of Graphs with Python

          You could have a look at the Mozart/Oz community. Oz is a language
          supporting logic and constraint programming out of the box and people
          are using these capabilities to play linguistic with graph
          matching.

          See http://www.lifl.fr/~duchier/papers/d...g-cslp2004.pdf for a
          possibly enlightening example.

          I know that right now people are working on graphs as first-class
          finite domain entities to be integrated in Oz (or the constraint
          solver that was forked from Mozart/Oz, known as Gecode) :
          http://cpgraph.info.ucl.ac.be/.

          Incidentally, there is a CPython wrapper for Gecode waiting to be
          finished, but that is not likely to be ready next month.

          Cheers,
          Aurélien.

          Comment

          Working...