|
Change Variable Type kbp : Annotator to kbp : Supplier<Annotator> in method package runKBP(props Properties) : Document in class edu.stanford.nlp.simple.Document |
From |
To |
|
Change Variable Type natlog : Annotator to natlog : Supplier<Annotator> in method package runNatlog(props Properties) : Document in class edu.stanford.nlp.simple.Document |
From |
To |
|
Change Variable Type ner : Annotator to ner : Supplier<Annotator> in method package runNER(props Properties) : Document in class edu.stanford.nlp.simple.Document |
From |
To |
|
Change Variable Type depparse : Annotator to depparse : Supplier<Annotator> in method package runDepparse(props Properties) : Document in class edu.stanford.nlp.simple.Document |
From |
To |
|
Change Variable Type coref : Annotator to coref : Supplier<Annotator> in method public coref(props Properties) : Map<Integer,CorefChain> in class edu.stanford.nlp.simple.Document |
From |
To |
|
Change Variable Type mention : Annotator to mention : Supplier<Annotator> in method public coref(props Properties) : Map<Integer,CorefChain> in class edu.stanford.nlp.simple.Document |
From |
To |
|
Change Variable Type pos : Annotator to pos : Supplier<Annotator> in method package runPOS(props Properties) : Document in class edu.stanford.nlp.simple.Document |
From |
To |
|
Change Variable Type ner : Annotator to ner : Supplier<Annotator> in method package runRegexner(props Properties) : Document in class edu.stanford.nlp.simple.Document |
From |
To |
|
Change Variable Type entityMention : Annotator to entityMention : Supplier<Annotator> in method package runKBP(props Properties) : Document in class edu.stanford.nlp.simple.Document |
From |
To |
|
Change Variable Type lemma : Annotator to lemma : Supplier<Annotator> in method package runLemma(props Properties) : Document in class edu.stanford.nlp.simple.Document |
From |
To |
|
Change Variable Type openie : Annotator to openie : Supplier<Annotator> in method package runOpenie(props Properties) : Document in class edu.stanford.nlp.simple.Document |
From |
To |