Version: 10 (current) | Updated: 11/12/2025, 10:33:12 PM
Added description
@file_pinax -> documents -> @automata_theory_collection:document {title: "Automata Theory and Computational Resources", type: "Collection", created: @date_2023, description: "A collection of resources related to automata theory, computational theory, and office hours scheduling. Includes Python scripts implementing various automata theory concepts, a textbook on the theory of computation, and a calendar file containing office hours information.", rights: "Copyright 2012 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part.", language: "en"}
@automata_theory_collection -> created by -> [@michael_sipser, @arke_institute:organization]
@arke_institute:organization {name: "Arke Institute"}
@automata_theory_collection -> about -> [@finite_automaton, @nondeterministic_finite_automaton, @turing_machine:concept, @cyk_algorithm:concept, @context_free_grammar, @computational_linguistics:concept]
@turing_machine:concept {description: "Abstract computational model that manipulates symbols on a strip of tape according to a table of rules"}
@cyk_algorithm:concept {description: "Parsing algorithm for context‑free grammars in Chomsky normal form, used to determine membership of a string in a language"}
@computational_linguistics:concept {description: "Interdisciplinary field concerned with computational modeling of natural language"} # Reorganization Summary The files were grouped based on their content and purpose. Automata theory files were grouped together due to their focus on NFA, DFA, and Turing machines. Grammar and parsing files were grouped together because they deal with grammar parsing and the CYK algorithm. Textbook references were grouped together as they pertain to the same textbook. Office hours files were grouped together as they relate to scheduling. ## Groups Created - **Automata_Theory**: Files related to automata theory, including NFA, DFA, and Turing machine implementations. - **Grammar_and_Parsing**: Files related to grammar parsing and the CYK algorithm. - **Textbook_References**: Files related to the textbook 'Introduction to the Theory of Computation' by Michael Sipser. - **Office_Hours**: Files related to office hours scheduling.