Skip to content

zhksh/minimal-automata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usage: main.py [-h] [-wl WORDLIST] [-f FILENAME] [-cs CHUNKSIZE]

    Minimaler Lexikonautomat, Basismodul CL WS 20/21
    
    Authors:
        Philipp Koch
        Pascal Guldener
    
    Erweiterungen
        Grafische Darstellung
        Speichern/Laden
            nur die Tarjan-Tabelle wird gespeichert
        Tarjan-Tabelle 
            wird bei der Konstruktion berechnet für die Überprüfung der Zugehörigkeit 
            von Wörtern zur Sprache des Automaten verwendet
    
    

optional arguments:
  -h, --help            show this help message and exit
  -wl WORDLIST, --wordlist WORDLIST
                        Path to the sorted wordlist (default: wordlist.txt)
  -f FILENAME, --filename FILENAME
                        Filename for saving/loading automaton (default: automaton.pkl)
  -cs CHUNKSIZE, --chunksize CHUNKSIZE
                        Chunksize in lines from wordlist (default: 100)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages