|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CustomRunAutomaton | |
|---|---|
| dk.brics.automaton | |
| uk.ac.man.entitytagger.generate | |
| uk.ac.man.entitytagger.matching.matchers | |
| Uses of CustomRunAutomaton in dk.brics.automaton |
|---|
| Fields in dk.brics.automaton declared as CustomRunAutomaton | |
|---|---|
private CustomRunAutomaton |
CustomAutomatonMatcher.automaton
|
| Methods in dk.brics.automaton that return CustomRunAutomaton | |
|---|---|
static CustomRunAutomaton |
CustomRunAutomaton.load(java.io.InputStream stream)
Retrieves a serialized RunAutomaton from a stream. |
static CustomRunAutomaton |
CustomRunAutomaton.load(java.net.URL url)
Retrieves a serialized RunAutomaton located by a URL. |
| Constructors in dk.brics.automaton with parameters of type CustomRunAutomaton | |
|---|---|
CustomAutomatonMatcher(java.lang.CharSequence chars,
CustomRunAutomaton automaton)
|
|
| Uses of CustomRunAutomaton in uk.ac.man.entitytagger.generate |
|---|
| Methods in uk.ac.man.entitytagger.generate that return CustomRunAutomaton | |
|---|---|
(package private) static CustomRunAutomaton[] |
GenerateAutomatons.loadRArray(java.io.File file,
java.util.logging.Logger logger)
|
| Uses of CustomRunAutomaton in uk.ac.man.entitytagger.matching.matchers |
|---|
| Fields in uk.ac.man.entitytagger.matching.matchers declared as CustomRunAutomaton | |
|---|---|
private CustomRunAutomaton[] |
AutomatonMatcher.automatons
|
| Methods in uk.ac.man.entitytagger.matching.matchers that return CustomRunAutomaton | |
|---|---|
CustomRunAutomaton[] |
AutomatonMatcher.getAutomatons()
|
| Constructors in uk.ac.man.entitytagger.matching.matchers with parameters of type CustomRunAutomaton | |
|---|---|
AutomatonMatcher(CustomRunAutomaton[] automatons,
boolean ignoreCase)
Will create an automaton matcher, given a set of automatons and some settings |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||