Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ init
Method
init
src/main/java/gate/corpora/SerialCorpusImpl.java:976–982 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
974
}
975
976
@Override
977
public
Resource init() throws gate.creole.ResourceInstantiationException {
978
super.init();
979
980
return
this;
981
982
}
983
984
/**
985
* readObject - calls the default readObject() and then initialises
Callers
nothing calls this directly
Calls
1
init
Method · 0.65
Tested by
no test coverage detected