Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite6071d8

Browse files
author
Maarten
authored
Update README.md
1 parent43825e0 commite6071d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
#Nondeterministic finite state automata
12
[![Build Status](https://travis-ci.org/digitalheir/java-nfa.svg?branch=master)](https://travis-ci.org/digitalheir/java-nfa)
23
[![GitHub version](https://badge.fury.io/gh/digitalheir%2Fjava-nfa.svg)](https://github.com/digitalheir/java-nfa/releases)
34
[![License](https://img.shields.io/npm/l/probabilistic-earley-parser.svg)](https://github.com/digitalheir/java-nfa/blob/master/LICENSE.txt)
45

5-
#Nondeterministic finite state automata
66
This is a library that provides an implemention of[nondeterminstic finite state automata](https://en.wikipedia.org/wiki/Nondeterministic_finite_automaton) (NFAs) in Java. You can think of NFAs as flowcharts: you are in a state, take some action, and arrive in a new state. The action can produce a side effect, such as writing a string to a tape.
77

88
##Usage

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp