compromise
Version:
natural language processing in the browser
31 lines (22 loc) • 1.37 kB
Markdown
:sparkles: :sparkles: hiiiii,:sparkles: :sparkles:
main structure:
<h3 align="left">
<a href="./tags">./Tags</a>
<div> - the speech tag-set we use, with their logic + definitions</div>
<a href="./data">./Data</a>
<div> - you can change these like crazy and it's fine</div>
<a href="./text">./Text</a>
<div> - top-level API. Mostly just looping.</div>
<div> - <a href="./result/subset/values">number parsing is here</a></div>
<div> - <a href="./result/subset/things">named-entity/spotting is here</a></div>
<a href="./terms">./Terms</a>
<div> - where the hard sentence-aware work gets done. </div>
<div> - <a href="./terms/tagger">pos-tagger is here</a></div>
<div> - <a href="./terms/match">match logic is here</a></div>
<a href="./term">./Term</a>
<div> - the logic for sentence-unaware methods</div>
<div> - <a href="./term/verb/conjugate">verb conjugation is here</a></div>
<div> - <a href="./term/noun/inflect">singular/plural logic is here</a></div>
</h3>
you can do it!
[some help with contributing](https://github.com/nlp-compromise/nlp_compromise/wiki/Contributing)