strips2


License

License

GroupId

GroupId

com.github.mrmechko
ArtifactId

ArtifactId

strips2_sjs0.6_2.11
Last Version

Last Version

0.0.3a
Release Date

Release Date

Type

Type

jar
Description

Description

strips2
strips2
Project URL

Project URL

https://github.com/mrmechko/STripsLexicon
Project Organization

Project Organization

com.github.mrmechko
Source Code Management

Source Code Management

https://github.com/mrmechko/STripsLexicon

Download strips2_sjs0.6_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mrmechko/strips2_sjs0.6_2.11/ -->
<dependency>
    <groupId>com.github.mrmechko</groupId>
    <artifactId>strips2_sjs0.6_2.11</artifactId>
    <version>0.0.3a</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrmechko/strips2_sjs0.6_2.11/
implementation 'com.github.mrmechko:strips2_sjs0.6_2.11:0.0.3a'
// https://jarcasting.com/artifacts/com.github.mrmechko/strips2_sjs0.6_2.11/
implementation ("com.github.mrmechko:strips2_sjs0.6_2.11:0.0.3a")
'com.github.mrmechko:strips2_sjs0.6_2.11:jar:0.0.3a'
<dependency org="com.github.mrmechko" name="strips2_sjs0.6_2.11" rev="0.0.3a">
  <artifact name="strips2_sjs0.6_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrmechko', module='strips2_sjs0.6_2.11', version='0.0.3a')
)
libraryDependencies += "com.github.mrmechko" % "strips2_sjs0.6_2.11" % "0.0.3a"
[com.github.mrmechko/strips2_sjs0.6_2.11 "0.0.3a"]

Dependencies

compile (4)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.7
org.scala-js : scalajs-library_2.11 jar 0.6.4
com.lihaoyi : upickle_sjs0.6_2.11 jar 0.3.4
com.lihaoyi : scalatags_sjs0.6_2.11 jar 0.5.2

Project Modules

There are no modules declared in this project.

STripsLexicon

Very fast guide to getting started

import strips.ontology._
import strips.util.OntologyFromXML
  
val ont = SOntology(OntologyFromXML("/Users/mechko/nlpTools/flaming-tyrion/lexicon/data/"))

ont --> "accept"  //accept
ont ^ "accept"    //parent of accept
ont v "accept"    //children of accept

import strips.lexicon._
import strips.util.LexiconFromXML
  
val lex = new TripsLexicon(LexiconFromXML("/Users/mechko/nlpTools/flaming-tyrion/lexicon/data/"))

Versions

Version
0.0.3a
0.0.3