Skip to content

Commit

Permalink
presentation and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
delsquared committed Sep 11, 2016
1 parent 69f6907 commit 44ccf31
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Binary file added misc/presentation.odp
Binary file not shown.
Binary file added misc/presentation.pdf
Binary file not shown.
16 changes: 15 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,28 @@ Written in Python 3. Dependencies: `scipy`, `numpy`, `nltk`.
_NB. all of the above dependencies are not crucial, but still used in code - they will be removed later._

## Usage
_Note_: use Python 3 (i.e. `python3` instead of `python` on some systems)

python postag-interactive.py
### Interactive sentence tagger
```
python postag-interactive.py
```

### Awesome statistics
```
python correctness.py data/Brown_tagged_dev.txt output/Brown_tagged_dev.txt
```

### Example

Sentence > Hello, part-of-speech tagger! NLP is an exciting field of applicable science!
Tagged : Hello/PRT ,/. part-of-speech/NOUN tagger/NOUN !/. NLP/NOUN is/VERB an/DET exciting/ADJ field/NOUN of/ADP applicable/ADJ science/NOUN !/.

## Presentation

Checkout my conference presentation on the project in `misc/presentation.pdf`.
Althought it's in ukrainian there are cool images! ;)

## Perspective

There is still work to do: documentation, code refinement, model improvement etc. Currently I'm using only hidden markov model.
Expand Down

0 comments on commit 44ccf31

Please sign in to comment.