Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ getGateHome
Method
getGateHome
src/main/java/gate/Gate.java:647–649 ·
view source on GitHub ↗
Gets the GATE home location. @return a File value.
()
Source
from the content-addressed store, hash-verified
645
* @
return
a File value.
646
*/
647
public
static
File getGateHome() {
648
return
gateHome;
649
}
650
651
/**
652
* Checks whether a particular
class
is a Gate defined type
Callers
5
testAnnicIndexing
Method · 0.95
setUp
Method · 0.95
loadPlugin
Method · 0.95
loadRequiredPlugins
Method · 0.95
getGateHomePath
Method · 0.95
Calls
no outgoing calls
Tested by
2
testAnnicIndexing
Method · 0.76
setUp
Method · 0.76