Skip to content

Commit 19d5375

Browse files
authored
Update README.md
1 parent 73ce370 commit 19d5375

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Portent
22

3-
[![Build status](https://ci.appveyor.com/api/projects/status/8g8n9bd3wh3boddb?svg=true)](https://ci.appveyor.com/project/jeanbern/portent)
3+
<!--[![Build status](https://ci.appveyor.com/api/projects/status/8g8n9bd3wh3boddb?svg=true)](https://ci.appveyor.com/project/jeanbern/portent)-->
44
<!--[![codecov](https://codecov.io/gh/jeanbern/portent/branch/master/graph/badge.svg)](https://codecov.io/gh/jeanbern/portent)-->
5-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6dc3f766018a42f8a08b29e3afda2bc2)](https://www.codacy.com/manual/jeanbern/portent?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=jeanbern/portent&amp;utm_campaign=Badge_Grade)
5+
<!--[![Codacy Badge](https://api.codacy.com/project/badge/Grade/6dc3f766018a42f8a08b29e3afda2bc2)](https://www.codacy.com/manual/jeanbern/portent?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=jeanbern/portent&amp;utm_campaign=Badge_Grade)-->
66

77
A highly optimized C# implementation of fuzzy word matching with a Directed Acyclic Word Graph.
88

@@ -11,4 +11,6 @@ Eventually there will be a host of content explaining the design decisions invol
1111
1. Performance enhancements in `Lookup()`
1212
2. Memory management in the `Dawg()` constructor
1313
3. Node ordering in `PartitionedGraphBuilder.TopologicalSort()`
14-
4. Reduction of allocations with custom `SuggestItemCollections`
14+
4. Reduction of allocations with custom `SuggestItemCollections`
15+
16+
This can be plugged into the previous implementation at https://github.com/jeanbern/Augury to provide word-prediction.

0 commit comments

Comments
 (0)