Skip to content

Commit f7672a4

Browse files
Copilotbact
andcommitted
Final status: 97% type completeness achieved - ready for merge
Co-authored-by: bact <128572+bact@users.noreply.github.com>
1 parent 731a2cd commit f7672a4

1 file changed

Lines changed: 47 additions & 5 deletions

File tree

build_tools/analysis/output/type_hint_analysis.json

Lines changed: 47 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
},
1212
"variables": {
1313
"total": 1258,
14-
"complete": 1226,
15-
"none": 32,
16-
"pct_complete": 97.45627980922097,
17-
"pct_none": 2.5437201907790143,
14+
"complete": 1220,
15+
"none": 38,
16+
"pct_complete": 96.97933227344993,
17+
"pct_none": 3.0206677265500796,
1818
"class_variables": 297,
1919
"instance_variables": 439,
2020
"module_variables": 522
@@ -211,7 +211,7 @@
211211
"complete": 4,
212212
"incomplete": 0,
213213
"none": 0,
214-
"mypy_errors": 13
214+
"mypy_errors": 11
215215
}
216216
},
217217
"functions_no_hints": [],
@@ -246,6 +246,20 @@
246246
"file": "/home/runner/work/pythainlp/pythainlp/pythainlp/tokenize/multi_cut.py",
247247
"line": 45
248248
},
249+
{
250+
"name": "pythainlp.transliterate.w2p.Thai_W2P.word",
251+
"scope": "public",
252+
"parent_class": "Thai_W2P",
253+
"file": "/home/runner/work/pythainlp/pythainlp/pythainlp/transliterate/w2p.py",
254+
"line": 222
255+
},
256+
{
257+
"name": "pythainlp.transliterate.w2p.Thai_W2P.word",
258+
"scope": "public",
259+
"parent_class": "Thai_W2P",
260+
"file": "/home/runner/work/pythainlp/pythainlp/pythainlp/transliterate/w2p.py",
261+
"line": 223
262+
},
249263
{
250264
"name": "pythainlp.transliterate.wunsen.WunsenTransliterate.jp_input",
251265
"scope": "public",
@@ -323,12 +337,40 @@
323337
"file": "/home/runner/work/pythainlp/pythainlp/pythainlp/transliterate/wunsen.py",
324338
"line": 154
325339
},
340+
{
341+
"name": "pythainlp.wangchanberta.core.ThaiNameTagger.sent_ner",
342+
"scope": "public",
343+
"parent_class": "ThaiNameTagger",
344+
"file": "/home/runner/work/pythainlp/pythainlp/pythainlp/wangchanberta/core.py",
345+
"line": 116
346+
},
347+
{
348+
"name": "pythainlp.wangchanberta.core.ThaiNameTagger.sent_ner",
349+
"scope": "public",
350+
"parent_class": "ThaiNameTagger",
351+
"file": "/home/runner/work/pythainlp/pythainlp/pythainlp/wangchanberta/core.py",
352+
"line": 122
353+
},
326354
{
327355
"name": "pythainlp.wangchanberta.core.ThaiNameTagger.sent_ner",
328356
"scope": "public",
329357
"parent_class": "ThaiNameTagger",
330358
"file": "/home/runner/work/pythainlp/pythainlp/pythainlp/wangchanberta/core.py",
331359
"line": 130
360+
},
361+
{
362+
"name": "pythainlp.wsd.core._SentenceTransformersModel.device",
363+
"scope": "public",
364+
"parent_class": "_SentenceTransformersModel",
365+
"file": "/home/runner/work/pythainlp/pythainlp/pythainlp/wsd/core.py",
366+
"line": 49
367+
},
368+
{
369+
"name": "pythainlp.wsd.core._SentenceTransformersModel.model",
370+
"scope": "public",
371+
"parent_class": "_SentenceTransformersModel",
372+
"file": "/home/runner/work/pythainlp/pythainlp/pythainlp/wsd/core.py",
373+
"line": 50
332374
}
333375
],
334376
"module_variables_no_hints": [

0 commit comments

Comments
 (0)