GrammarScope  4.0.0
Static Public Member Functions | Static Public Attributes | Private Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
grammarscope.tweak.TweakModel Class Reference
Collaboration diagram for grammarscope.tweak.TweakModel:
Collaboration graph
[legend]

Static Public Member Functions

static CtClass tweakMark () throws Exception
 
static CtClass tweakGR () throws Exception
 
static CtClass tweakModel (final MutableRelationModel model, final String modelClassName0) throws Exception
 
static void tweakModel (final MutableRelationModel model, final String modelClassName, final Output mode, final String dir, final String jarName, final String version) throws Exception
 
static void tweakToJVM (final String modelFile, final String modelClassName) throws Exception
 
static void tweak (final String modelFile, final String modelClassName, final Output mode, final String dir, final String jarName, final String version) throws Exception
 
static void tweak (final String[] args) throws Exception
 
static void tweakToClass () throws Exception
 
static void testMark (final String modelClassName0)
 
static void testGR (final GrammaticalRelation grammaticalRelation)
 
static void tests (final String modelClassName)
 
static void main (final String[] args) throws Exception
 

Static Public Attributes

static final String tweakMarkClassName = "edu.stanford.nlp.trees.TweakModelMark"
 

Private Member Functions

 TweakModel ()
 

Static Private Member Functions

static void addCatchConstructor (final CtClass clazz) throws NotFoundException, CannotCompileException
 
static void buildArray (final CtClass modelClass, final String[] gRs, @SuppressWarnings("SameParameterValue") final String[] imports) throws CannotCompileException
 

Static Private Attributes

static final ClassPathForGeneratedClasses classPathForGeneratedClasses = new ClassPathForGeneratedClasses()
 
static final String stamp = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss").format(new Date())
 
static final String eGRClassName = "edu.stanford.nlp.trees.EnglishGrammaticalRelations"
 
static final String gRClassName = "edu.stanford.nlp.trees.GrammaticalRelation"
 
static final String gRConstructorDescription = "(Ledu/stanford/nlp/international/Language;Ljava/lang/String;Ljava/lang/String;Ledu/stanford/nlp/trees/GrammaticalRelation;Ljava/lang/String;Ledu/stanford/nlp/trees/tregex/TregexPatternCompiler;[Ljava/lang/String;Ljava/lang/String;)V"
 
static final String caughtExceptionName = "java.lang.IllegalArgumentException"
 
static final String[][] modelFieldFilter
 
static final String[] staticsDefs
 
static final String valuesArray = "values0"
 
static final String valuesArrayDef = "private static final GrammaticalRelation[] values0 = new GrammaticalRelation[] {edu.stanford.nlp.trees.GrammaticalRelation.DEPENDENT, %s };"
 
static final String[] valuesDefs
 
static final String[] methodDefs
 
static final String[] markMethodDefs
 
static final String[] gRImports
 
static final String[] staticsImports
 
static final String[] valuesImports
 

Detailed Description

Tweak grammatical relation model

Author
Bernard Bou

Constructor & Destructor Documentation

◆ TweakModel()

grammarscope.tweak.TweakModel.TweakModel ( )
private

Member Function Documentation

◆ addCatchConstructor()

static void grammarscope.tweak.TweakModel.addCatchConstructor ( final CtClass  clazz) throws NotFoundException, CannotCompileException
staticprivate

Add catch to constructor

Parameters
clazzclass
Exceptions
NotFoundExceptionexception
CannotCompileExceptionexception

◆ buildArray()

static void grammarscope.tweak.TweakModel.buildArray ( final CtClass  modelClass,
final String[]  gRs,
@SuppressWarnings("SameParameterValue") final String[]  imports 
) throws CannotCompileException
staticprivate

Build data array

Parameters
modelClasswrapping model class
gRsrelation names
importsimports
Exceptions
CannotCompileExceptionexception

◆ main()

static void grammarscope.tweak.TweakModel.main ( final String[]  args) throws Exception
static

Test

Parameters
argsunused
Exceptions
Exceptionexception

◆ testGR()

static void grammarscope.tweak.TweakModel.testGR ( final GrammaticalRelation  grammaticalRelation)
static

Test grammatical relation

Parameters
grammaticalRelationgrammatical relation

◆ testMark()

static void grammarscope.tweak.TweakModel.testMark ( final String  modelClassName0)
static

Test mark

Parameters
modelClassName0model class name

◆ tests()

static void grammarscope.tweak.TweakModel.tests ( final String  modelClassName)
static

A series of tests

Parameters
modelClassNamemodel class name

◆ tweak() [1/2]

static void grammarscope.tweak.TweakModel.tweak ( final String  modelFile,
final String  modelClassName,
final Output  mode,
final String  dir,
final String  jarName,
final String  version 
) throws Exception
static

Tweak

Parameters
modelFilemodel xml file (null = default model)
modelClassNamemodel class to tweak (null = default model)
modeoutput node NONE, JAR, FILE, JVM, JVM_TEST
dirdirector for JAR, FILE
jarNamefor JAR
versionfor JAR
Exceptions
Exceptionexception

◆ tweak() [2/2]

static void grammarscope.tweak.TweakModel.tweak ( final String[]  args) throws Exception
static

Tweak model

Parameters
argscommand line
Exceptions
Exceptionexception

◆ tweakGR()

static CtClass grammarscope.tweak.TweakModel.tweakGR ( ) throws Exception
static

Tweak GrammaticalRelation (catch IllegalArgument exception in core constructor)

Returns
ctclass
Exceptions
Exceptionexception

◆ tweakMark()

static CtClass grammarscope.tweak.TweakModel.tweakMark ( ) throws Exception
static

Tweak from model

Returns
ctclass
Exceptions
Exceptionexception

◆ tweakModel() [1/2]

static void grammarscope.tweak.TweakModel.tweakModel ( final MutableRelationModel  model,
final String  modelClassName,
final Output  mode,
final String  dir,
final String  jarName,
final String  version 
) throws Exception
static

Tweak job

Parameters
modelmodel
modelClassNamemodel class to tweak (null = default model)
modeoutput node NONE, JAR, FILE, JVM, JVM_TEST
dirdirector for JAR, FILE
jarNamefor JAR
versionfor JAR
Exceptions
Exceptionexception

◆ tweakModel() [2/2]

static CtClass grammarscope.tweak.TweakModel.tweakModel ( final MutableRelationModel  model,
final String  modelClassName0 
) throws Exception
static

Tweak from model

Parameters
modelmodel
modelClassName0model class name
Returns
ctclass
Exceptions
Exceptionexception

◆ tweakToClass()

static void grammarscope.tweak.TweakModel.tweakToClass ( ) throws Exception
static

Tweak to class

Exceptions
Exceptionexception

◆ tweakToJVM()

static void grammarscope.tweak.TweakModel.tweakToJVM ( final String  modelFile,
final String  modelClassName 
) throws Exception
static

Tweak to JVM

Parameters
modelFilemodel xml file (null = default model)
modelClassNamemodel class to tweak (null = default model)
Exceptions
Exceptionexception

Member Data Documentation

◆ caughtExceptionName

final String grammarscope.tweak.TweakModel.caughtExceptionName = "java.lang.IllegalArgumentException"
staticprivate

◆ classPathForGeneratedClasses

final ClassPathForGeneratedClasses grammarscope.tweak.TweakModel.classPathForGeneratedClasses = new ClassPathForGeneratedClasses()
staticprivate

Class path for generated classes so that they can be found by javassist's compiler

◆ eGRClassName

final String grammarscope.tweak.TweakModel.eGRClassName = "edu.stanford.nlp.trees.EnglishGrammaticalRelations"
staticprivate

◆ gRClassName

final String grammarscope.tweak.TweakModel.gRClassName = "edu.stanford.nlp.trees.GrammaticalRelation"
staticprivate

◆ gRConstructorDescription

final String grammarscope.tweak.TweakModel.gRConstructorDescription = "(Ledu/stanford/nlp/international/Language;Ljava/lang/String;Ljava/lang/String;Ledu/stanford/nlp/trees/GrammaticalRelation;Ljava/lang/String;Ledu/stanford/nlp/trees/tregex/TregexPatternCompiler;[Ljava/lang/String;Ljava/lang/String;)V"
staticprivate

◆ gRImports

final String [] grammarscope.tweak.TweakModel.gRImports
staticprivate
Initial value:
= {
"java.util.List",
"edu.stanford.nlp.trees.GrammaticalRelation",
}

◆ markMethodDefs

final String [] grammarscope.tweak.TweakModel.markMethodDefs
staticprivate
Initial value:
= {
String.format("public static String tweakedWhen() { return \"%s\"; }", stamp),
}

◆ methodDefs

final String [] grammarscope.tweak.TweakModel.methodDefs
staticprivate
Initial value:
= {
"public static boolean tweaked() { return true; }",
String.format("public static String tweakedWhen() { return \"%s\"; }", stamp),
"private static java.util.concurrent.ConcurrentHashMap makeShortNameToGRel() { java.util.concurrent.ConcurrentHashMap m = new java.util.concurrent.ConcurrentHashMap();"
+ "int i=0; int n=values0.length;" + "for (i;i<n;i++)" + "{" + " m.put(values0[i].toString().toLowerCase(), values0[i]);" + "}"
+ "return m; }",
}

◆ modelFieldFilter

final String [][] grammarscope.tweak.TweakModel.modelFieldFilter
staticprivate
Initial value:
= {
{ "edu.stanford.nlp.trees.GrammaticalRelation", ".*" },
{ "java.util.List", "values" },
{ "java.util.List", "unmodifiableValues" },
{ "java.util.List", "synchronizedValues" },
{ "java.util.List", "unmodifiableSynchronizedValues" },
{ "java.util.concurrent.locks.ReadWriteLock", "valuesLock" },
{ "java.util.Map", "shortNameToGRel" },
{ "java.util.Map", "conjs" },
{ "java.util.Map", "preps" },
{ "java.util.Map", "prepsC" },
{ "java.lang.String", ".*Regex" },
{ "edu.stanford.nlp.trees.tregex.TregexPatternCompiler", "tregexCompiler" },
}

◆ stamp

final String grammarscope.tweak.TweakModel.stamp = new SimpleDateFormat("yyyy/MM/dd HH:mm:ss").format(new Date())
staticprivate

Time stamp

◆ staticsDefs

final String [] grammarscope.tweak.TweakModel.staticsDefs
staticprivate
Initial value:
= {
"private static final edu.stanford.nlp.trees.tregex.TregexPatternCompiler tregexCompiler = new edu.stanford.nlp.trees.tregex.TregexPatternCompiler((HeadFinder)null);",
}

◆ staticsImports

final String [] grammarscope.tweak.TweakModel.staticsImports
staticprivate
Initial value:
= {
"edu.stanford.nlp.trees.HeadFinder",
}

◆ tweakMarkClassName

final String grammarscope.tweak.TweakModel.tweakMarkClassName = "edu.stanford.nlp.trees.TweakModelMark"
static

◆ valuesArray

final String grammarscope.tweak.TweakModel.valuesArray = "values0"
staticprivate

◆ valuesArrayDef

final String grammarscope.tweak.TweakModel.valuesArrayDef = "private static final GrammaticalRelation[] values0 = new GrammaticalRelation[] {edu.stanford.nlp.trees.GrammaticalRelation.DEPENDENT, %s };"
staticprivate

◆ valuesDefs

final String [] grammarscope.tweak.TweakModel.valuesDefs
staticprivate
Initial value:
= {
"private static final java.util.List values = Generics.newArrayList(Arrays.asList(values0));",
"private static final java.util.List unmodifiableValues = java.util.Collections.unmodifiableList(values);",
"private static final java.util.List synchronizedValues = java.util.Collections.synchronizedList(values);",
"private static final java.util.List unmodifiableSynchronizedValues = java.util.Collections.unmodifiableList(values);",
"public static final java.util.concurrent.locks.ReadWriteLock valuesLock = new ReentrantReadWriteLock();",
"public static final java.util.Map shortNameToGRel = makeShortNameToGRel();",
"private static final java.util.Map conjs = Generics.newConcurrentHashMap();",
"private static final java.util.Map preps = Generics.newConcurrentHashMap();",
"private static final java.util.Map prepsC = Generics.newConcurrentHashMap();",
}

◆ valuesImports

final String [] grammarscope.tweak.TweakModel.valuesImports
staticprivate
Initial value:
= {
"java.util.List",
"java.util.Arrays",
"edu.stanford.nlp.util.Generics",
"java.util.concurrent.locks.Lock",
"java.util.concurrent.locks.ReadWriteLock",
"java.util.concurrent.locks.ReentrantReadWriteLock",
"java.util.concurrent.locks.ConcurrentHashMap",
}

The documentation for this class was generated from the following file:
grammarscope.tweak.TweakModel.stamp
static final String stamp
Definition: TweakModel.java:31