Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvacareanu committed Apr 29, 2024
1 parent 3b27cc0 commit bb28676
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ object GrounderFactory {
grounder
case "manual" => manualGrounder
case "scala-grounders" =>
// Similar to `miraembeddings`
val ontologyFilePath = domainConfig.getString("ontologyPath")
ScalaGroundersAdapter.fromFile(groundingConceptsPath=ontologyFilePath) // See `miraembeddings` above
// ???
ScalaGroundersAdapter.fromFile(groundingConceptsPath=ontologyFilePath)
case other =>
throw new RuntimeException(s"$other - is not implemented as a grounding engine")
}
Expand Down

0 comments on commit bb28676

Please sign in to comment.