Dictionary Management

[王瑞3] 

doc2help can support full-text search. To improve the search accuracy, doc2help provides dictionary to support Chinese word segmentation.

In doc2help program, it embeds an initial dictionary. Combine, import and export are operations of this dictionary.

Combine: Combine the words in selected text file (.txt) to initial dictionary. Original words in dictionary will still exist.

Import: Import the words in selected text file (.txt) to initial dictionary. Original words in dictionary will be emptied and only new imported words will be adopted.

Export: Export the words in initial dictionary to selected text file (.txt).

 

For combine and import operations, the format of text file should be single word for every line. Character encoding form can be ANSI or UTF8.

For export operation, exported file should be UTF8 encoding.