File size: 2,159 Bytes
62d4d4c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ddb766d
 
 
 
 
 
 
 
 
 
58cb3c3
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
---

language:
  - afr
  - aii
  - akk
  - amh
  - apc
  - apu
  - aqz
  - ara
  - arr
  - bam
  - bej
  - bel
  - ben
  - bho
  - bre
  - bua
  - bul
  - cat
  - ceb
  - ces
  - ckt
  - cop
  - cym
  - dan
  - deu
  - ekk
  - ell
  - eme
  - eng
  - eus
  - fao
  - fas
  - fin
  - fra
  - fro
  - fry
  - gla
  - gle
  - glg
  - glv
  - got
  - grn
  - gsw
  - gun
  - heb
  - hf
  - hin
  - hit
  - hrv
  - hsb
  - hun
  - hye
  - ind
  - isl
  - ita
  - jaa
  - jav
  - jpn
  - kfm
  - koi
  - kom
  - kor
  - krl
  - lat
  - lav
  - lij
  - lit
  - mar
  - mdf
  - mlt
  - mpu
  - myu
  - myv
  - nap
  - nds
  - nld
  - nor
  - nyq
  - olo
  - orv
  - otk
  - pcm
  - pol
  - pom
  - por
  - qub
  - quc
  - ron
  - rus
  - sah
  - san
  - sjo
  - slk
  - slv
  - sme
  - sms
  - soj
  - spa
  - sqi
  - srp
  - swe
  - tam
  - tat
  - tel
  - tgl
  - tha
  - tpn
  - tur
  - uig
  - ukr
  - urb
  - urd
  - vie
  - wbp
  - wol
  - xnr
  - xum
  - yor
  - ypk
  - yue
  - zho
tags:
- aymara
- lima
- tokenization
- tagging
- lemmatizing
- parsing
- multilingual
license: "mit"
datasets:
- universal_dependencies
---

# LIMA libtorch-based models

[LIMA](https://github.com/aymara/lima/wiki) is a multilingual linguistic analyzer developed by the CEA LIST, LASTI laboratory (French acronym for Text and Image Semantic Analysis Laboratory). LIMA is Free Software, available under the MIT license.

LIMA has state of the art performance for more than 60 languages thanks to its recent deep learning (neural network) based modules. But it includes also a very powerful rules based mechanism called ModEx allowing to quickly extract information (entities, relations, events…) in new domains where annotated data does not exist.

These models are for the last iteration of LIMA, using libtorch, the C++ implementation of PyTorch. This version is not complete nor completly final, but already better than previous versions.

Read LIMA documentation for installation and usage instructions.

---
license: mit
---