| License |
License |
|---|---|
| GroupId | GroupIdcom.joliciel.talismane |
| ArtifactId | ArtifactIdtalismane-parent |
| Last Version | Last Version6.1.8 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionTalismane
Natural language processing framework with sentence detector, tokeniser, pos-tagger and dependency parser, including default language packs for French and English syntax parsing.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| talismane-parent-6.1.8.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.joliciel.talismane/talismane-parent/ -->
<dependency>
<groupId>com.joliciel.talismane</groupId>
<artifactId>talismane-parent</artifactId>
<version>6.1.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.joliciel.talismane/talismane-parent/
implementation 'com.joliciel.talismane:talismane-parent:6.1.8'
// https://jarcasting.com/artifacts/com.joliciel.talismane/talismane-parent/
implementation ("com.joliciel.talismane:talismane-parent:6.1.8")
'com.joliciel.talismane:talismane-parent:pom:6.1.8'
<dependency org="com.joliciel.talismane" name="talismane-parent" rev="6.1.8">
<artifact name="talismane-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.joliciel.talismane', module='talismane-parent', version='6.1.8')
)
libraryDependencies += "com.joliciel.talismane" % "talismane-parent" % "6.1.8"
[com.joliciel.talismane/talismane-parent "6.1.8"]