joint-khmer-word-segmentation-and-pos-tagging
A Keras implementation of a deep learning network to simultaneously perform Word Segmentation and Part-of-Speech (POS) Tagging introduced by Bouy et al. in the paper Joint Khmer Word Segmentation and Part-of-Speech Tagging Using Deep Learning.
File Explorer
- original_paper.json
- char_map.txt
- original_paper.json
- original_paper.tflite
- original_paper.weights.h5
- pos_map.txt
- __init__.py
- create_mapping.py
- prepare_khpos_dataset.py
- read_char_map.py
- read_config.py
- read_pos_map.py
- read_samples.py
- str2bool.py
- .gitignore
- convert.py
- data_generator.py
- evaluate.py
- network.py
- README.md
- requirements.txt
- train.py
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
python
View Details ▼
python
Python language interpreter.
python
Start a REPL (interactive shell):
python {{path/to/file.py}}
Execute a specific Python file:
python -i {{path/to/file.py}}
Execute a specific Python file and start a REPL:
// repository documentation
Was this content helpful?
(0 ratings)
