Download com.kotlinnlp JAR files with all dependencies
nlpserver from group com.kotlinnlp (version 0.6.3)
NLPServer implements a server listening http requests on different routes, to query different modules
of the KotlinNLP library.
0 downloads
Artifact nlpserver
Group com.kotlinnlp
Version 0.6.3
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/nlpserver
License Apache License, Version 2.0
Dependencies amount 12
Dependencies kotlin-stdlib, kotlin-reflect, spark-core, kotlin-argparser, xenocom, klaxon, neuraltokenizer, languagedetector, linguisticdescription, neuralparser, simplednn, geolocation,
There are maybe transitive dependencies!
Group com.kotlinnlp
Version 0.6.3
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/nlpserver
License Apache License, Version 2.0
Dependencies amount 12
Dependencies kotlin-stdlib, kotlin-reflect, spark-core, kotlin-argparser, xenocom, klaxon, neuraltokenizer, languagedetector, linguisticdescription, neuralparser, simplednn, geolocation,
There are maybe transitive dependencies!
correlator from group com.kotlinnlp (version 0.1.0)
Correlate texts respect to linguistic perspectives.
Artifact correlator
Group com.kotlinnlp
Version 0.1.0
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/correlator
License Apache License, Version 2.0
Dependencies amount 4
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, neuraltokenizer, neuralparser,
There are maybe transitive dependencies!
Group com.kotlinnlp
Version 0.1.0
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/correlator
License Apache License, Version 2.0
Dependencies amount 4
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, neuraltokenizer, neuralparser,
There are maybe transitive dependencies!
summarizer from group com.kotlinnlp (version 0.1.0)
Calculate the salience score of sentences with the purpose to summarize a text.
Artifact summarizer
Group com.kotlinnlp
Version 0.1.0
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/summarizer
License Apache License, Version 2.0
Dependencies amount 4
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, linguisticdescription, simplednn,
There are maybe transitive dependencies!
Group com.kotlinnlp
Version 0.1.0
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/summarizer
License Apache License, Version 2.0
Dependencies amount 4
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, linguisticdescription, simplednn,
There are maybe transitive dependencies!
frameextractor from group com.kotlinnlp (version 0.4.7)
FrameExtractor is a module for semantic frame parsing that performs intent detection and slot filling.
0 downloads
Artifact frameextractor
Group com.kotlinnlp
Version 0.4.7
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/frameextractor
License Apache License, Version 2.0
Dependencies amount 6
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, klaxon, neuralparser, simplednn, utils,
There are maybe transitive dependencies!
Group com.kotlinnlp
Version 0.4.7
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/frameextractor
License Apache License, Version 2.0
Dependencies amount 6
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, klaxon, neuralparser, simplednn, utils,
There are maybe transitive dependencies!
hanclassifier from group com.kotlinnlp (version 0.6.5)
HANClassifier is a very simple to use text classifier which uses the Hierarchical Attention Networks (HAN)
from the SimpleDNN library.
0 downloads
Artifact hanclassifier
Group com.kotlinnlp
Version 0.6.5
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/hanclassifier
License Apache License, Version 2.0
Dependencies amount 6
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, klaxon, simplednn, neuraltokenizer, utils,
There are maybe transitive dependencies!
Group com.kotlinnlp
Version 0.6.5
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/hanclassifier
License Apache License, Version 2.0
Dependencies amount 6
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, klaxon, simplednn, neuraltokenizer, utils,
There are maybe transitive dependencies!
geolocation from group com.kotlinnlp (version 0.2.4)
GeoLocation is a Kotlin library designed to support the identification of geo-locations in a text.
2 downloads
Artifact geolocation
Group com.kotlinnlp
Version 0.2.4
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/geolocation
License Apache License, Version 2.0
Dependencies amount 6
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, spek-dsl-jvm, spek-runner-junit5, klaxon, utils,
There are maybe transitive dependencies!
Group com.kotlinnlp
Version 0.2.4
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/geolocation
License Apache License, Version 2.0
Dependencies amount 6
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, spek-dsl-jvm, spek-runner-junit5, klaxon, utils,
There are maybe transitive dependencies!
neuralparser from group com.kotlinnlp (version 0.6.5)
NeuralParser is a very simple to use dependency parser, based on the SimpleDNN library and
the SyntaxDecoder transition systems framework.
0 downloads
Artifact neuralparser
Group com.kotlinnlp
Version 0.6.5
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/neuralparser
License Apache License, Version 2.0
Dependencies amount 13
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, xenocom, kotlin-argparser, klaxon, conllio, simplednn, tokensencoder, syntaxdecoder, linguisticdescription, morphologicalanalyzer, dependencytree, utils,
There are maybe transitive dependencies!
Group com.kotlinnlp
Version 0.6.5
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/neuralparser
License Apache License, Version 2.0
Dependencies amount 13
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, xenocom, kotlin-argparser, klaxon, conllio, simplednn, tokensencoder, syntaxdecoder, linguisticdescription, morphologicalanalyzer, dependencytree, utils,
There are maybe transitive dependencies!
tokenslabeler from group com.kotlinnlp (version 0.2.3)
TokensLabeler allows to annotate the tokens of a sentence according to the BIEOU notation (or a subset of),
in which the set of labels is defined in the training set.
0 downloads
Artifact tokenslabeler
Group com.kotlinnlp
Version 0.2.3
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/sequencelabeler
License Apache License, Version 2.0
Dependencies amount 8
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, xenocom, kotlin-argparser, klaxon, simplednn, tokensencoder, utils,
There are maybe transitive dependencies!
Group com.kotlinnlp
Version 0.2.3
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/sequencelabeler
License Apache License, Version 2.0
Dependencies amount 8
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, xenocom, kotlin-argparser, klaxon, simplednn, tokensencoder, utils,
There are maybe transitive dependencies!
lssencoder from group com.kotlinnlp (version 0.2.3)
LSSEncoder is the encoder of the Latent Syntactic Structure (LSS).
0 downloads
Artifact lssencoder
Group com.kotlinnlp
Version 0.2.3
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/lssencoder
License Apache License, Version 2.0
Dependencies amount 6
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, xenocom, kotlin-argparser, klaxon, tokensencoder,
There are maybe transitive dependencies!
Group com.kotlinnlp
Version 0.2.3
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/lssencoder
License Apache License, Version 2.0
Dependencies amount 6
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, xenocom, kotlin-argparser, klaxon, tokensencoder,
There are maybe transitive dependencies!
tokensencoder from group com.kotlinnlp (version 0.5.4)
TokensEncoder is a very simple to use tokens encoder library which uses neural networks from SimpleDNN.
0 downloads
Artifact tokensencoder
Group com.kotlinnlp
Version 0.5.4
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/tokensencoder
License Apache License, Version 2.0
Dependencies amount 7
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, simplednn, morphologicalanalyzer, linguisticdescription, neuraltokenizer, utils,
There are maybe transitive dependencies!
Group com.kotlinnlp
Version 0.5.4
Last update 16. June 2020
Organization not specified
URL http://github.com/kotlinnlp/tokensencoder
License Apache License, Version 2.0
Dependencies amount 7
Dependencies kotlin-stdlib-jdk8, kotlin-reflect, simplednn, morphologicalanalyzer, linguisticdescription, neuraltokenizer, utils,
There are maybe transitive dependencies!
Page 1 from 3 (items total 23)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy