Monday, December 3, 2012

from text to java



    1. choose a encyclopedic text.
    2. modelize using a UML modeling tool (like StarUML, or EA)
    3. Export to XML, or XMI file.
    4. Analyse the XML or XMI file to understand different tags.
    5. parse this file, and save into a .txt file &.
    6. use a natural langage parser (Like opennlp, or stanfordnlp).
    7. parse the english text &.
    8. store information in an XML, or XMI, or XSD file as in the chosen uml tool.
    9. use the & uml tool chosen before.
    10. open the xml, xmi, or xsd file.
    11. obtain the uml diagrams.
    12. generate the java files.

    No comments:

    Post a Comment

    Popular Posts