Skip to content
#

pos-tagger

Here are 75 public repositories matching this topic...

DoumanAsh
DoumanAsh commented Jan 4, 2018

For Juman++ to be widely usable, we want to have a documented and stable C API and an option to have a dynamically linked library.
That library probably should use -fvisibility=hidden and explicit visibility on exported symbols on Unixes and __declspec(dllimport/dllexport) on Windows.

The minimal API should be:

  1. Loading a model using a config file
  2. Analyzing a sentence
  3. Accessing
ArticutAPI

API of Articut 中文斷詞 (兼具語意詞性標記):「斷詞」又稱「分詞」,是中文資訊處理的基礎。Articut 不用機器學習,不需資料模型,只用現代白話中文語法規則,即能達到 SIGHAN 2005 F1-measure 93% 以上,Recall 96% 以上的成績。

  • Updated Jun 17, 2020
  • Python

Improve this page

Add a description, image, and links to the pos-tagger topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pos-tagger topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.