talismane
talismane copied to clipboard
NLP framework: sentence detector, tokeniser, pos-tagger and dependency parser
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.10 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...
"Les poules du couvent couvent." should return: 1 Les le DET det p 2 det _ _ 2 poules poule NC nc fp 5 suj _ _ 3 du de...
If one text marker replaces "abc" with "Sheep" and another replaces "b" with "Horse", the result for "JJJabcKKK" will be "JJJSheepHorseKKK". Ideally, we want "JJJSheepKKK". Thus, we need to define...
In a sentence with an uppercase word in the middle, if the uppercase word is correctly tagged as a common noun, Talismane will not find its lemma in the glossary,...
Two tokens with number 1 : ``` $ echo '" Un exemple de phrase "' | java -Xmx1024M -jar talismane-fr-1.8.2b-allDeps.jar command=analyse 1 " " PONCT PONCT _ 0 _ _...