Download List

프로젝트 설명

dk.brics.automaton is a DFA/NFA implementation
with Unicode alphabet and support for all standard
regular expression operations: concatenation,
union, intersection, complement, Kleene star, etc.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-07 20:40
1.11-8

버그 수정 및 성능 향상은 BasicOperations.concatenate, AutomatonMatcher, Automaton.isFinite 및 Automaton.isDebug에서 만들어졌다.
Tags: Minor bugfixes, Minor feature enhancements
Bug fixes and performance improvements were made in BasicOperations.concatenate, AutomatonMatcher, Automaton.isFinite, and Automaton.isDebug.

2010-07-06 18:20
1.11-3

이 릴리스 Daciuk 등등의 알을 추가했습니다. '문자열의 조합을 수용 최소한의 기계적 구축을위한 알고리즘 이죠. 최소화 지금 regexps '에 언제부터 automata 건설은 선택 사항입니다. 공개되었다 작전을 역방향.
Tags: Minor
This release added Daciuk et al.'s algorithm for constructing a minimal automaton that accepts a union of strings. Minimization is now optional when constructing automata from regexps. The Reverse operation was made public.

2008-12-29 21:38
1.11-1

AutomatonMatcher 문자열 매칭을위한 추가되었습니다. SpecialOperations.overlap에서 버그가 수정되었습니다.
Tags: Minor feature enhancements
AutomatonMatcher was added for matching
substrings. A bug in SpecialOperations.overlap was
fixed.

2008-05-01 15:18
1.10-4

기계적으로 해시 코드 recomputation에서 버그가 수정되었습니다.
Tags: Minor bugfixes
A bug in recomputation of Automaton hash code was
fixed.

2007-06-11 02:40
1.10-1

많은 일반적인 일반적인 언어와 데이터 유형을 클래스에 추가되었습니다. 몇 가지 새로운 오토마타 작업도 포함되어있습니다.
Tags: Major feature enhancements
A datatypes class with many common regular languages has been added. Several new automata operations are also included.

Project Resources