Skip to content

Commit

Permalink
Code refactoring. Minor bug fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
kityan committed Nov 4, 2013
1 parent 1aa5f6c commit 027bc66
Show file tree
Hide file tree
Showing 6 changed files with 222 additions and 188 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013 Pavel Kityan (http://morfana.ru)
Copyright (c) 2013 Pavel Kityan (pavel@kityan.ru)

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
36 changes: 35 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,38 @@ Morfana

JavaScript display engine for morphemic analysis in russian language

[Official website](http://morfana.ru/)
[Official website](http://morfana.ru/)

Demo HTML document
-----

``` html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/rangy/1.2.3/rangy-core.js"></script>
<script type="text/javascript" src="http://cdn.morfana.ru/latest/morfana.min.js"></script>
</head>
<body>
<span data-morfana-markup="ko:1-5;ok:6-6;ko:7-10;su:11-11;ok:12-13;os:1-11">десятиэтажный</span>
</body>
</html>
```
For more demos visit [official website](http://morfana.ru/)

##Changelog
`1.0.3a` / `04.11.2013`

- Code refactoring
- Minor bug fixes

`1.0.2a` / `04.11.2013`

- Code refactoring
- Minor bug fixes

`1.0.1a` / `04.11.2013`

- Library release
Loading

0 comments on commit 027bc66

Please sign in to comment.