AIAS1/2_nlp_sdks/lexical_analysis/lac_sdk
2024-11-13 10:21:20 +08:00
..
doc/img no message 2021-10-03 22:25:35 +08:00
models update readme. 2024-11-07 16:40:05 +08:00
src update english comments 2023-03-21 20:46:31 +08:00
lac_sdk.iml no message 2021-10-03 22:25:35 +08:00
lac-sdk.iml no message 2021-11-28 22:51:25 +08:00
pom.xml upgrade to 0.17.0 2022-05-28 14:48:33 +08:00
README_cn.md 更新模型加载说明 2024-11-13 10:21:20 +08:00
README.md update readme to support bilingual. 2023-03-21 12:08:09 +08:00

Download the model and place it in the models directory

Text-Lexical Analysis SDK [Chinese]

The lexical analysis model can complete Chinese word segmentation, Part-of-Speech tagging, and Named Entity Recognition tasks as a whole. Part-of-Speech tagging: -n Common Noun -f Locative Noun -s Place Noun -t Time -nr Person Name -ns Place Name -nt Organization Name -nw Work Name -nz Other Proper Nouns -v Verb -vd Verb Adverb -vn Verb Noun -a Adjective -ad Adverbial Adjective -an Nominal Adjective -d Adverb -m Quantifier -q Quantity Word -r Pronoun -p Preposition -c Conjunction -u Auxiliary -xc Other Particles -w Punctuation -PER Person Name -LOC Place Name -ORG Organization Name -TIME Time

SDK Algorithm:

Model network structure:
img

Run Example-LacExample

After a successful run, you should see the following information on the command line:

...
[INFO ] - input Sentence: 今天是个好日子
[INFO ] - Words : [今天, 是, 个, 好日子]
[INFO ] - Tags : [TIME, v, q, n]

Open source algorithm

1. Open source algorithm used by SDK

2. How to export the model?