Uses of Class
de.julielab.jcore.ae.coordbaseline.types.CoordinationToken
-
Packages that use CoordinationToken Package Description de.julielab.jcore.ae.coordbaseline.annotators de.julielab.jcore.ae.coordbaseline.main de.julielab.jcore.ae.coordbaseline.types -
-
Uses of CoordinationToken in de.julielab.jcore.ae.coordbaseline.annotators
Method parameters in de.julielab.jcore.ae.coordbaseline.annotators with type arguments of type CoordinationToken Modifier and Type Method Description voidCoordinationAnnotator. writeEEEToCas(ArrayList<CoordinationToken> coordinationTokenList, ArrayList<Token> tokenList, org.apache.uima.jcas.JCas jcas)This method is used to write the EEE to the CAS.voidEEEAnnotator. writeEEEToCas(ArrayList<CoordinationToken> coordinationTokenList, ArrayList<Token> tokenList, org.apache.uima.jcas.JCas jcas)This method is used to write the EEE to the CAS. -
Uses of CoordinationToken in de.julielab.jcore.ae.coordbaseline.main
Methods in de.julielab.jcore.ae.coordbaseline.main that return types with arguments of type CoordinationToken Modifier and Type Method Description ArrayList<CoordinationToken>SentenceAnalyser. getCoordinationTokenList()ArrayList<CoordinationToken>Baseline. predictConjuncts(ArrayList<CoordinationToken> coordinationTokenList)This method is used to compute the proposal of component parts (conjuncts, conjunctions, antecedents) within an elliptical entity expression (EEE).ArrayList<CoordinationToken>SentenceAnalyser. predictConjuncts(ArrayList<CoordinationToken> coordinationTokenList)This methos is used to predict the conjuncts of a given EEEArrayList<CoordinationToken>Baseline. predictEEE(ArrayList<CoordinationToken> coordinationTokenList)This method is used to compute the proposal of the EEE within a given sentence.ArrayList<CoordinationToken>SentenceAnalyser. predictEEE()This method is used to compute the proposal of the EEE within a given sentence.Method parameters in de.julielab.jcore.ae.coordbaseline.main with type arguments of type CoordinationToken Modifier and Type Method Description ArrayList<CoordinationToken>Baseline. predictConjuncts(ArrayList<CoordinationToken> coordinationTokenList)This method is used to compute the proposal of component parts (conjuncts, conjunctions, antecedents) within an elliptical entity expression (EEE).ArrayList<CoordinationToken>SentenceAnalyser. predictConjuncts(ArrayList<CoordinationToken> coordinationTokenList)This methos is used to predict the conjuncts of a given EEEArrayList<CoordinationToken>Baseline. predictEEE(ArrayList<CoordinationToken> coordinationTokenList)This method is used to compute the proposal of the EEE within a given sentence.StringBaseline. predictEllipsis(ArrayList<CoordinationToken> coordinationTokenList)This method is used to sompute the proposal of the resolved ellipsis within an elliptical entity expression (EEE).StringSentenceAnalyser. predictEllipsis(ArrayList<CoordinationToken> coordinationTokenList)This methos is used to predict the resolved ellipsis of a given EEEvoidSentenceAnalyser. setCoordinationTokenList(ArrayList<CoordinationToken> coordinationTokenList)Constructor parameters in de.julielab.jcore.ae.coordbaseline.main with type arguments of type CoordinationToken Constructor Description SentenceAnalyser(ArrayList<CoordinationToken> coordinationTokenList) -
Uses of CoordinationToken in de.julielab.jcore.ae.coordbaseline.types
Methods in de.julielab.jcore.ae.coordbaseline.types that return types with arguments of type CoordinationToken Modifier and Type Method Description ArrayList<CoordinationToken>Element. getTokenList()Method parameters in de.julielab.jcore.ae.coordbaseline.types with type arguments of type CoordinationToken Modifier and Type Method Description voidElement. setTokenList(ArrayList<CoordinationToken> tokenList)Constructor parameters in de.julielab.jcore.ae.coordbaseline.types with type arguments of type CoordinationToken Constructor Description Element(ArrayList<CoordinationToken> tokenList)
-